File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
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 >
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1010 </parent >
1111
1212 <modelVersion >4.0.0</modelVersion >
13- <groupId >com.github.jknack</groupId >
1413 <artifactId >handlebars</artifactId >
1514
1615 <name >Handlebars</name >
240239 </dependencies >
241240
242241 <properties >
243- <antlr-version >4.13.1</antlr-version >
244242 <nashorn .version>15.4</nashorn .version>
245243 </properties >
246244
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>
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments