Skip to content

Commit a355f43

Browse files
build: version bump
1 parent e7a1093 commit a355f43

6 files changed

Lines changed: 7 additions & 17 deletions

File tree

handlebars-caffeine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.github.ben-manes.caffeine</groupId>
2525
<artifactId>caffeine</artifactId>
26-
<version>2.9.2</version>
26+
<version>3.1.8</version>
2727
</dependency>
2828

2929
<!-- Test dependencies -->
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.antlr</groupId>
5858
<artifactId>antlr4-runtime</artifactId>
59-
<version>4.9.3</version>
59+
<version>${antlr-version}</version>
6060
<exclusions>
6161
<exclusion>
6262
<groupId>org.abego.treelayout</groupId>

handlebars-guava-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.guava</groupId>
2626
<artifactId>guava</artifactId>
27-
<version>31.0.1-jre</version>
27+
<version>33.0.0-jre</version>
2828
</dependency>
2929

3030
<!-- Test dependencies -->

handlebars-jackson2/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
11-
<groupId>com.github.jknack</groupId>
1211
<artifactId>handlebars-jackson2</artifactId>
1312

14-
<name>A Jackson 2.x helper</name>
15-
<description>A JSON Helper base on Jackson2</description>
13+
<name>JSON Jackson helpers</name>
1614

1715
<dependencies>
1816
<dependency>

handlebars-springmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.antlr</groupId>
6262
<artifactId>antlr4-runtime</artifactId>
63-
<version>4.9.3</version>
63+
<version>${antlr-version}</version>
6464
<exclusions>
6565
<exclusion>
6666
<groupId>org.abego.treelayout</groupId>

handlebars/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>
13-
<groupId>com.github.jknack</groupId>
1413
<artifactId>handlebars</artifactId>
1514

1615
<name>Handlebars</name>
@@ -240,7 +239,6 @@
240239
</dependencies>
241240

242241
<properties>
243-
<antlr-version>4.13.1</antlr-version>
244242
<nashorn.version>15.4</nashorn.version>
245243
</properties>
246244

@@ -259,7 +257,6 @@
259257
<include>**/Hbs*.java</include>
260258
<include>**/Issue*.java</include>
261259
</includes>
262-
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
263260
<systemPropertyVariables>
264261
<!-- JaCoCo runtime must know where to dump coverage: -->
265262
<jacoco-agent.destfile>target${file.separator}jacoco.exec</jacoco-agent.destfile>

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,6 @@
239239
<autoReleaseAfterClose>true</autoReleaseAfterClose>
240240
</configuration>
241241
</plugin>
242-
<plugin>
243-
<groupId>org.apache.maven.plugins</groupId>
244-
<artifactId>maven-deploy-plugin</artifactId>
245-
<version>3.1.1</version>
246-
</plugin>
247-
248242
</plugins>
249243
</build>
250244

@@ -427,9 +421,10 @@
427421
<properties>
428422
<!-- Encoding UTF-8 -->
429423
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
430-
<jackson2-version>2.14.0-rc2</jackson2-version>
424+
<jackson2-version>2.16.1</jackson2-version>
431425
<spring.version>6.0.0</spring.version>
432426
<jacoco.version>0.8.11</jacoco.version>
427+
<antlr-version>4.13.1</antlr-version>
433428
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven.build.timestamp.format>
434429
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
435430
<timestamp>${maven.build.timestamp}</timestamp>

0 commit comments

Comments
 (0)