Skip to content

Commit b449f93

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 3 updates
Bumps the build-dependencies group with 3 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java), [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `org.testcontainers:testcontainers-bom` from 1.21.2 to 1.21.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.2...1.21.3) Updates `org.mariadb.jdbc:mariadb-java-client` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md) - [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/commits) Updates `com.puppycrawl.tools:checkstyle` from 10.25.1 to 10.26.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.25.1...checkstyle-10.26.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abe0b73 commit b449f93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/parents/build/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<version.junit-platform-suite-engine>1.10.0</version.junit-platform-suite-engine>
133133
<version.org.osgi.core>6.0.0</version.org.osgi.core>
134134
<!-- Make sure to update Ryuk container version in `ryuk.Dockerfile` whenever updating testcontainers to align it with the lib. -->
135-
<version.testcontainers>1.21.2</version.testcontainers>
135+
<version.testcontainers>1.21.3</version.testcontainers>
136136

137137
<version.org.hamcrest>3.0</version.org.hamcrest>
138138
<version.org.mockito>5.18.0</version.org.mockito>
@@ -159,7 +159,7 @@
159159
<!-- >>> JDBC Drivers -->
160160
<version.com.h2database>2.3.232</version.com.h2database>
161161
<version.org.postgresql>42.7.7</version.org.postgresql>
162-
<version.org.mariadb.jdbc>3.5.3</version.org.mariadb.jdbc>
162+
<version.org.mariadb.jdbc>3.5.4</version.org.mariadb.jdbc>
163163
<version.mysql.mysql-connector-j>9.3.0</version.mysql.mysql-connector-j>
164164
<version.com.ibm.db2.jcc>12.1.2.0</version.com.ibm.db2.jcc>
165165
<version.com.oracle.database.jdbc>23.8.0.25.04</version.com.oracle.database.jdbc>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
e.g. 4.0.13 won't work with JDK 23, while 4.0.26 is working just fine.
307307
-->
308308
<version.org.apache.groovy.groovy-jsr223>4.0.27</version.org.apache.groovy.groovy-jsr223>
309-
<version.com.puppycrawl.tools.checkstyle>10.25.1</version.com.puppycrawl.tools.checkstyle>
309+
<version.com.puppycrawl.tools.checkstyle>10.26.1</version.com.puppycrawl.tools.checkstyle>
310310
<version.versions.plugin>2.18.0</version.versions.plugin>
311311
<version.maven-wrapper-plugin>3.3.2</version.maven-wrapper-plugin>
312312
<version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>

0 commit comments

Comments
 (0)