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 with 9 updates #4402

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ updates:
# We don't care that much about being on the very latest version of some integration test dependencies
- dependency-name: "org.springframework.boot:*"
update-types: [ "version-update:semver-patch" ]
versions: ['3.4.0']
# We strictly align these dependencies on the version used in Hibernate ORM.
- dependency-name: "io.smallrye:jandex"
- dependency-name: "jakarta.persistence:jakarta.persistence-api"
Expand Down
13 changes: 9 additions & 4 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@
<!-- Test dependencies -->

<!-- >>> Common -->
<version.log4j>2.24.1</version.log4j>
<version.log4j>2.24.2</version.log4j>
<version.junit>4.13.2</version.junit>
<version.junit-jupiter>5.11.3</version.junit-jupiter>
<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.20.3</version.testcontainers>
<version.testcontainers>1.20.4</version.testcontainers>

<version.org.hamcrest>3.0</version.org.hamcrest>
<version.org.mockito>5.14.2</version.org.mockito>
Expand Down Expand Up @@ -163,9 +163,9 @@
See https://db.apache.org/derby/derby_downloads.html -->
<version.org.apache.derby>10.15.2.0</version.org.apache.derby>
<version.org.postgresql>42.7.4</version.org.postgresql>
<version.org.mariadb.jdbc>3.5.0</version.org.mariadb.jdbc>
<version.org.mariadb.jdbc>3.5.1</version.org.mariadb.jdbc>
<version.mysql.mysql-connector-j>9.1.0</version.mysql.mysql-connector-j>
<version.com.ibm.db2.jcc>11.5.9.0</version.com.ibm.db2.jcc>
<version.com.ibm.db2.jcc>12.1.0.0</version.com.ibm.db2.jcc>
<version.com.oracle.database.jdbc>23.6.0.24.10</version.com.oracle.database.jdbc>
<version.com.microsoft.sqlserver.mssql-jdbc>12.2.0.jre11</version.com.microsoft.sqlserver.mssql-jdbc>

Expand All @@ -181,8 +181,13 @@

<!-- >>> Spring integration tests -->
<!-- When updating Spring Boot check if it supports JDK23 and enable testing with it if so (see testWithJdk23 profile). -->
<!--
See https://github.com/atomikos/transactions-essentials/issues/234.
Atomikos has to be fixed/updated before we can bump the Spring Boot version.
-->
<version.org.springframework.boot>3.3.0</version.org.springframework.boot>
<!-- Spring Boot 3 Atomikos starter and related libs version: -->
<!-- Enable Spring Boot updates once Atomikos is updated -->
<version.com.atomikos>6.0.0</version.com.atomikos>

<version.jsoup>1.18.1</version.jsoup>
Expand Down
Loading