File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 161
161
<!-- Sticking to Derby 10.15 for now since later versions require JDK 17+, and we need to test with JDK 11.
162
162
See https://db.apache.org/derby/derby_downloads.html -->
163
163
<version .org.apache.derby>10.15.2.0</version .org.apache.derby>
164
- <version .org.postgresql>42.7.6 </version .org.postgresql>
164
+ <version .org.postgresql>42.7.7 </version .org.postgresql>
165
165
<version .org.mariadb.jdbc>3.5.3</version .org.mariadb.jdbc>
166
166
<version .mysql.mysql-connector-j>9.3.0</version .mysql.mysql-connector-j>
167
167
<version .com.ibm.db2.jcc>12.1.0.0</version .com.ibm.db2.jcc>
Original file line number Diff line number Diff line change 280
280
<version .compiler.plugin>3.14.0</version .compiler.plugin>
281
281
<version .dependency.plugin>3.8.1</version .dependency.plugin>
282
282
<!-- Check dependencies for security vulnerabilities -->
283
- <version .dependency-check.plugin>12.1.2 </version .dependency-check.plugin>
283
+ <version .dependency-check.plugin>12.1.3 </version .dependency-check.plugin>
284
284
<version .exec.plugin>3.5.1</version .exec.plugin>
285
285
<version .forbiddenapis.plugin>3.9</version .forbiddenapis.plugin>
286
286
<!-- Make sure that upgraded Jandex plugin aligns with the Jandex version imported from the ORM platform pom -->
349
349
is outdated and leads to compilation errors.
350
350
-->
351
351
<version .org.codehaus.plexus.plexus-compiler.compiler-eclipse>2.14.2</version .org.codehaus.plexus.plexus-compiler.compiler-eclipse>
352
- <version .org.eclipse.jdt.ecj>3.41 .0</version .org.eclipse.jdt.ecj>
352
+ <version .org.eclipse.jdt.ecj>3.42 .0</version .org.eclipse.jdt.ecj>
353
353
354
354
<!-- Asciidoctor -->
355
355
You can’t perform that action at this time.
0 commit comments