File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >com.google.guava</groupId >
26
26
<artifactId >guava</artifactId >
27
- <version >33.1 .0-jre</version >
27
+ <version >33.2 .0-jre</version >
28
28
</dependency >
29
29
30
30
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >org.apache.maven.plugin-tools</groupId >
49
49
<artifactId >maven-plugin-annotations</artifactId >
50
- <version >3.12 .0</version >
50
+ <version >3.13 .0</version >
51
51
<scope >provided</scope >
52
52
</dependency >
53
53
96
96
<plugin >
97
97
<groupId >org.apache.maven.plugins</groupId >
98
98
<artifactId >maven-plugin-plugin</artifactId >
99
- <version >3.12 .0</version >
99
+ <version >3.13 .0</version >
100
100
<configuration >
101
101
<!-- see http://jira.codehaus.org/browse/MNG-5346 -->
102
102
<skipErrorNoDescriptorsFound >true</skipErrorNoDescriptorsFound >
Original file line number Diff line number Diff line change 20
20
<plugin >
21
21
<groupId >org.apache.maven.plugins</groupId >
22
22
<artifactId >maven-shade-plugin</artifactId >
23
- <version >3.5.2 </version >
23
+ <version >3.5.3 </version >
24
24
<executions >
25
25
<execution >
26
26
<id >standalone</id >
67
67
<plugin >
68
68
<groupId >org.codehaus.mojo</groupId >
69
69
<artifactId >build-helper-maven-plugin</artifactId >
70
- <version >3.5 .0</version >
70
+ <version >3.6 .0</version >
71
71
<executions >
72
72
<execution >
73
73
<id >add-antlr-source</id >
Original file line number Diff line number Diff line change 351
351
<plugin >
352
352
<groupId >com.rudikershaw.gitbuildhook</groupId >
353
353
<artifactId >git-build-hook-maven-plugin</artifactId >
354
- <version >3.4.1 </version >
354
+ <version >3.5.0 </version >
355
355
<configuration >
356
356
<installHooks >
357
357
<pre-commit >${pre-commit-hook} </pre-commit >
494
494
<properties >
495
495
<!-- Encoding UTF-8 -->
496
496
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
497
- <jackson2-version >2.17.0 </jackson2-version >
498
- <spring .version>6.1.6 </spring .version>
497
+ <jackson2-version >2.17.1 </jackson2-version >
498
+ <spring .version>6.1.7 </spring .version>
499
499
<jacoco .version>0.8.12</jacoco .version>
500
500
<antlr-version >4.13.1</antlr-version >
501
- <mockito .version>5.11 .0</mockito .version>
501
+ <mockito .version>5.12 .0</mockito .version>
502
502
<maven .build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven .build.timestamp.format>
503
503
<maven-antrun-plugin .version>3.1.0</maven-antrun-plugin .version>
504
504
<timestamp >${maven.build.timestamp}</timestamp >
Original file line number Diff line number Diff line change 95
95
<plugin >
96
96
<groupId >org.apache.maven.plugins</groupId >
97
97
<artifactId >maven-deploy-plugin</artifactId >
98
- <version >3.1.1 </version >
98
+ <version >3.1.2 </version >
99
99
<configuration >
100
100
<skip >true</skip >
101
101
</configuration >
You can’t perform that action at this time.
0 commit comments