File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88
88
<plugin >
89
89
<groupId >org.apache.maven.plugins</groupId >
90
90
<artifactId >maven-compiler-plugin</artifactId >
91
- <version >3.12.1 </version >
91
+ <version >3.13.0 </version >
92
92
<executions >
93
93
<!-- Replacing default-compile as it is treated specially by maven -->
94
94
<execution >
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >org.apache.maven.plugin-tools</groupId >
55
55
<artifactId >maven-plugin-annotations</artifactId >
56
- <version >3.11 .0</version >
56
+ <version >3.12 .0</version >
57
57
<scope >provided</scope >
58
58
</dependency >
59
59
140
140
<plugin >
141
141
<groupId >org.apache.maven.plugins</groupId >
142
142
<artifactId >maven-plugin-plugin</artifactId >
143
- <version >3.11 .0</version >
143
+ <version >3.12 .0</version >
144
144
<executions >
145
145
<execution >
146
146
<id >mojo-descriptor</id >
Original file line number Diff line number Diff line change 694
694
<plugin >
695
695
<groupId >org.apache.maven.plugins</groupId >
696
696
<artifactId >maven-gpg-plugin</artifactId >
697
- <version >3.2.0 </version >
697
+ <version >3.2.4 </version >
698
698
<executions >
699
699
<execution >
700
700
<id >sign-artifacts</id >
Original file line number Diff line number Diff line change 78
78
<!-- <eclipse.jt.core.version>3.30.0</eclipse.jt.core.version> -->
79
79
<!-- <eclipse.jdt.core.manipulation.version>1.16.100</eclipse.jdt.core.manipulation.version> -->
80
80
<maven .version>3.9.6</maven .version>
81
- <maven-resolver .version>1.9.18 </maven-resolver .version>
81
+ <maven-resolver .version>1.9.19 </maven-resolver .version>
82
82
83
83
<!-- Not provided as spotless is not executed through maven in CleanThat -->
84
84
<maven .scope>compile</maven .scope>
220
220
<plugin >
221
221
<groupId >org.apache.maven.plugins</groupId >
222
222
<artifactId >maven-compiler-plugin</artifactId >
223
- <version >3.12.1 </version >
223
+ <version >3.13.0 </version >
224
224
<configuration >
225
225
<compilerArgs >
226
226
<!-- https://errorprone.info/docs/installation -->
You can’t perform that action at this time.
0 commit comments