File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 128
128
<!-- >>> Common -->
129
129
<version .log4j>2.24.1</version .log4j>
130
130
<version .junit>4.13.2</version .junit>
131
- <version .junit-jupiter>5.11.2 </version .junit-jupiter>
131
+ <version .junit-jupiter>5.11.3 </version .junit-jupiter>
132
132
<version .junit-platform-suite-engine>1.10.0</version .junit-platform-suite-engine>
133
133
<version .org.osgi.core>6.0.0</version .org.osgi.core>
134
134
<!-- Make sure to update Ryuk container version in `ryuk.Dockerfile` whenever updating testcontainers to align it with the lib. -->
135
135
<version .testcontainers>1.20.2</version .testcontainers>
136
136
137
137
<version .org.hamcrest>3.0</version .org.hamcrest>
138
- <version .org.mockito>5.14.1 </version .org.mockito>
138
+ <version .org.mockito>5.14.2 </version .org.mockito>
139
139
<version .org.assertj.assertj-core>3.26.3</version .org.assertj.assertj-core>
140
140
<!-- NOTE: Remove a Dependabot rule for 4.2.1 once the upgrade can be applied -->
141
141
<version .org.awaitily>4.2.2</version .org.awaitily>
163
163
<version .org.apache.derby>10.15.2.0</version .org.apache.derby>
164
164
<version .org.postgresql>42.7.4</version .org.postgresql>
165
165
<version .org.mariadb.jdbc>3.4.1</version .org.mariadb.jdbc>
166
- <version .mysql.mysql-connector-j>9.0 .0</version .mysql.mysql-connector-j>
166
+ <version .mysql.mysql-connector-j>9.1 .0</version .mysql.mysql-connector-j>
167
167
<version .com.ibm.db2.jcc>11.5.9.0</version .com.ibm.db2.jcc>
168
168
<version .com.oracle.database.jdbc>23.5.0.24.07</version .com.oracle.database.jdbc>
169
169
<version .com.microsoft.sqlserver.mssql-jdbc>12.2.0.jre11</version .com.microsoft.sqlserver.mssql-jdbc>
Original file line number Diff line number Diff line change 265
265
<version .clean.plugin>3.4.0</version .clean.plugin>
266
266
<version .install.plugin>3.1.3</version .install.plugin>
267
267
<version .enforcer.plugin>3.5.0</version .enforcer.plugin>
268
- <version .project-info.plugin>3.7 .0</version .project-info.plugin>
268
+ <version .project-info.plugin>3.8 .0</version .project-info.plugin>
269
269
<version .japicmp.plugin>0.23.0</version .japicmp.plugin>
270
270
<version .nexus-staging.plugin>1.7.0</version .nexus-staging.plugin>
271
271
<version .deploy.plugin>3.1.3</version .deploy.plugin>
278
278
<version .compiler.plugin>3.13.0</version .compiler.plugin>
279
279
<version .dependency.plugin>3.8.0</version .dependency.plugin>
280
280
<!-- Check dependencies for security vulnerabilities -->
281
- <version .dependency-check.plugin>10 .0.4 </version .dependency-check.plugin>
281
+ <version .dependency-check.plugin>11 .0.0 </version .dependency-check.plugin>
282
282
<version .exec.plugin>3.4.1</version .exec.plugin>
283
283
<version .forbiddenapis.plugin>3.8</version .forbiddenapis.plugin>
284
284
<!-- Make sure that upgraded Jandex plugin aligns with the Jandex version imported from the ORM platform pom -->
348
348
<version .asciidoctor.plugin>3.0.0</version .asciidoctor.plugin>
349
349
<version .org.hibernate.infra.hibernate-asciidoctor-theme>5.0.2.Final</version .org.hibernate.infra.hibernate-asciidoctor-theme>
350
350
<version .org.asciidoctor.asciidoctorj>3.0.0</version .org.asciidoctor.asciidoctorj>
351
- <version .org.asciidoctor.asciidoctorj-pdf>2.3.18 </version .org.asciidoctor.asciidoctorj-pdf>
351
+ <version .org.asciidoctor.asciidoctorj-pdf>2.3.19 </version .org.asciidoctor.asciidoctorj-pdf>
352
352
353
353
<!--
354
354
Defines what to do with dependency management section of the flattened pom.
You can’t perform that action at this time.
0 commit comments