File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ updates:
132
132
# Enable updates after JDK 21 upgrade (as of jsonassert 1.5.2 it requires JDK 21)
133
133
- dependency-name : " org.skyscreamer:jsonassert"
134
134
- dependency-name : " org.eclipse.jdt:ecj"
135
- versions : [ "3.42.0" ]
135
+ versions : [ "3.42.0", "3.43.0" ]
136
136
- package-ecosystem : " docker"
137
137
registries :
138
138
- dockerhub
Original file line number Diff line number Diff line change 158
158
<!-- >>> JDBC Drivers -->
159
159
<version .com.h2database>2.3.232</version .com.h2database>
160
160
<version .org.postgresql>42.7.7</version .org.postgresql>
161
- <version .org.mariadb.jdbc>3.5.5 </version .org.mariadb.jdbc>
161
+ <version .org.mariadb.jdbc>3.5.6 </version .org.mariadb.jdbc>
162
162
<version .mysql.mysql-connector-j>9.4.0</version .mysql.mysql-connector-j>
163
163
<version .com.ibm.db2.jcc>12.1.2.0</version .com.ibm.db2.jcc>
164
164
<version .com.oracle.database.jdbc>23.9.0.25.07</version .com.oracle.database.jdbc>
Original file line number Diff line number Diff line change 308
308
We want to keep patch updates for groovy enabled as those may contain compatibility with a more recent JDK versions.
309
309
e.g. 4.0.13 won't work with JDK 23, while 4.0.26 is working just fine.
310
310
-->
311
- <version .org.apache.groovy.groovy-jsr223>5.0.0 </version .org.apache.groovy.groovy-jsr223>
311
+ <version .org.apache.groovy.groovy-jsr223>5.0.1 </version .org.apache.groovy.groovy-jsr223>
312
312
<version .com.puppycrawl.tools.checkstyle>11.0.1</version .com.puppycrawl.tools.checkstyle>
313
313
<version .versions.plugin>2.19.0</version .versions.plugin>
314
- <version .maven-wrapper-plugin>3.3.3 </version .maven-wrapper-plugin>
314
+ <version .maven-wrapper-plugin>3.3.4 </version .maven-wrapper-plugin>
315
315
<version .org.eclipse.m2e.lifecycle-mapping>1.0.0</version .org.eclipse.m2e.lifecycle-mapping>
316
316
<version .sisu-maven-plugin>0.9.0.M4</version .sisu-maven-plugin>
317
- <version .gitflow-incremental-builder>4.5.5 </version .gitflow-incremental-builder>
317
+ <version .gitflow-incremental-builder>4.5.6 </version .gitflow-incremental-builder>
318
318
<version .spotless-maven-plugin>2.46.1</version .spotless-maven-plugin>
319
319
<version .maven-antrun-plugin>3.1.0</version .maven-antrun-plugin>
320
320
You can’t perform that action at this time.
0 commit comments