Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the build-dependencies group across 1 directory with 9 updates #249

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
<version.junit-platform-suite-engine>1.10.0</version.junit-platform-suite-engine>
<version.org.osgi.core>6.0.0</version.org.osgi.core>
<!-- Make sure to update Ryuk container version in `ryuk.Dockerfile` whenever updating testcontainers to align it with the lib. -->
<version.testcontainers>1.19.8</version.testcontainers>
<version.testcontainers>1.20.1</version.testcontainers>

<version.org.hamcrest>2.2</version.org.hamcrest>
<version.org.hamcrest>3.0</version.org.hamcrest>
<version.org.mockito>5.12.0</version.org.mockito>
<version.org.assertj.assertj-core>3.26.3</version.org.assertj.assertj-core>
<!-- NOTE: Remove a Dependabot rule for 4.2.1 once the upgrade can be applied -->
Expand All @@ -145,7 +145,7 @@
<version.org.apache.commons.lang3>3.15.0</version.org.apache.commons.lang3>
<version.org.apache.commons.math3>3.6.1</version.org.apache.commons.math3>
<!-- When upgrading Avro make sure to create a new payload in EventPayloadSerializationUtilsTest -->
<version.org.apache.avro>1.11.3</version.org.apache.avro>
<version.org.apache.avro>1.12.0</version.org.apache.avro>
<version.org.jboss.weld>5.1.2.Final</version.org.jboss.weld>

<!-- >>> JDBC Drivers -->
Expand All @@ -157,7 +157,7 @@
<version.org.mariadb.jdbc>3.4.1</version.org.mariadb.jdbc>
<version.mysql.mysql-connector-j>9.0.0</version.mysql.mysql-connector-j>
<version.com.ibm.db2.jcc>11.5.9.0</version.com.ibm.db2.jcc>
<version.com.oracle.database.jdbc>23.4.0.24.05</version.com.oracle.database.jdbc>
<version.com.oracle.database.jdbc>23.5.0.24.07</version.com.oracle.database.jdbc>
<version.com.microsoft.sqlserver.mssql-jdbc>12.2.0.jre11</version.com.microsoft.sqlserver.mssql-jdbc>

<!-- >>> Performance tests -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
<version.exec.plugin>3.3.0</version.exec.plugin>
<version.forbiddenapis.plugin>3.7</version.forbiddenapis.plugin>
<!-- Make sure that upgraded Jandex plugin aligns with the Jandex version imported from the ORM platform pom -->
<version.jandex.plugin>3.1.7</version.jandex.plugin>
<version.jandex.plugin>3.2.1</version.jandex.plugin>
<version.maven.injection.plugin>1.0.2</version.maven.injection.plugin>
<version.jar.plugin>3.4.2</version.jar.plugin>
<version.javadoc.plugin>3.8.0</version.javadoc.plugin>
Expand Down Expand Up @@ -349,7 +349,7 @@
<version.asciidoctor.plugin>3.0.0</version.asciidoctor.plugin>
<version.org.hibernate.infra.hibernate-asciidoctor-theme>4.0.0.Final</version.org.hibernate.infra.hibernate-asciidoctor-theme>
<version.org.asciidoctor.asciidoctorj>2.5.13</version.org.asciidoctor.asciidoctorj>
<version.org.asciidoctor.asciidoctorj-pdf>2.3.17</version.org.asciidoctor.asciidoctorj-pdf>
<version.org.asciidoctor.asciidoctorj-pdf>2.3.18</version.org.asciidoctor.asciidoctorj-pdf>

<!--
Defines what to do with dependency management section of the flattened pom.
Expand Down
Loading