Skip to content

Commit

Permalink
build: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
edgar-espina-wpp committed Mar 4, 2024
1 parent e7a1093 commit a355f43
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 17 deletions.
4 changes: 2 additions & 2 deletions handlebars-caffeine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.9.2</version>
<version>3.1.8</version>
</dependency>

<!-- Test dependencies -->
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.3</version>
<version>${antlr-version}</version>
<exclusions>
<exclusion>
<groupId>org.abego.treelayout</groupId>
Expand Down
2 changes: 1 addition & 1 deletion handlebars-guava-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>33.0.0-jre</version>
</dependency>

<!-- Test dependencies -->
Expand Down
4 changes: 1 addition & 3 deletions handlebars-jackson2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars-jackson2</artifactId>

<name>A Jackson 2.x helper</name>
<description>A JSON Helper base on Jackson2</description>
<name>JSON Jackson helpers</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion handlebars-springmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.3</version>
<version>${antlr-version}</version>
<exclusions>
<exclusion>
<groupId>org.abego.treelayout</groupId>
Expand Down
3 changes: 0 additions & 3 deletions handlebars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId>

<name>Handlebars</name>
Expand Down Expand Up @@ -240,7 +239,6 @@
</dependencies>

<properties>
<antlr-version>4.13.1</antlr-version>
<nashorn.version>15.4</nashorn.version>
</properties>

Expand All @@ -259,7 +257,6 @@
<include>**/Hbs*.java</include>
<include>**/Issue*.java</include>
</includes>
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
<systemPropertyVariables>
<!-- JaCoCo runtime must know where to dump coverage: -->
<jacoco-agent.destfile>target${file.separator}jacoco.exec</jacoco-agent.destfile>
Expand Down
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,6 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
</plugin>

</plugins>
</build>

Expand Down Expand Up @@ -427,9 +421,10 @@
<properties>
<!-- Encoding UTF-8 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson2-version>2.14.0-rc2</jackson2-version>
<jackson2-version>2.16.1</jackson2-version>
<spring.version>6.0.0</spring.version>
<jacoco.version>0.8.11</jacoco.version>
<antlr-version>4.13.1</antlr-version>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven.build.timestamp.format>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<timestamp>${maven.build.timestamp}</timestamp>
Expand Down

0 comments on commit a355f43

Please sign in to comment.