Skip to content

Commit 69b3aca

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group across 1 directory with 6 updates
Bumps the build-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) | `3.3.1` | `3.4.0` | | [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.7.1` | `3.8.0` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` | | [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) | `5.3.0.6276` | `5.4.0.6343` | | [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `2.0.1` | `2.0.2` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `12.1.2` | `12.2.0` | Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.3.1...v3.4.0) Updates `org.apache.maven.plugins:maven-assembly-plugin` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.7.1...v3.8.0) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.sonarsource.scanner.maven:sonar-maven-plugin` from 5.3.0.6276 to 5.4.0.6343 - [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases) - [Commits](SonarSource/sonar-scanner-maven@5.3.0.6276...5.4.0.6343) Updates `org.testcontainers:testcontainers-bom` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@2.0.1...2.0.2) Updates `com.puppycrawl.tools:checkstyle` from 12.1.2 to 12.2.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-12.1.2...checkstyle-12.2.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin dependency-version: 5.4.0.6343 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 192e175 commit 69b3aca

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

build/parents/build/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<version.junit-jupiter>6.0.1</version.junit-jupiter>
141141
<version.org.osgi.core>6.0.0</version.org.osgi.core>
142142
<!-- Make sure to update Ryuk container version in `ryuk.Dockerfile` whenever updating testcontainers to align it with the lib. -->
143-
<version.testcontainers>2.0.1</version.testcontainers>
143+
<version.testcontainers>2.0.2</version.testcontainers>
144144

145145
<version.org.hamcrest>3.0</version.org.hamcrest>
146146
<version.org.mockito>5.20.0</version.org.mockito>
@@ -187,6 +187,7 @@
187187
<version.org.springframework.boot>3.5.0</version.org.springframework.boot>
188188
<!-- Spring Boot 3 JTA starter and related libs version: -->
189189
<version.dev.snowdrop>3.5.0</version.dev.snowdrop>
190+
<version.io.agroal>2.8</version.io.agroal>
190191

191192
<version.jsoup>1.21.2</version.jsoup>
192193
<version.snakeyaml>2.5</version.snakeyaml>

integrationtest/mapper/orm-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>io.agroal</groupId>
5555
<artifactId>agroal-spring-boot-starter</artifactId>
56-
<version>2.8</version>
56+
<version>${version.io.agroal}</version>
5757
<scope>test</scope>
5858
</dependency>
5959

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<version.japicmp.plugin>0.25.0</version.japicmp.plugin>
280280
<version.deploy.plugin>3.1.4</version.deploy.plugin>
281281
<version.flatten-maven-plugin>1.7.3</version.flatten-maven-plugin>
282-
<version.assembly.plugin>3.7.1</version.assembly.plugin>
282+
<version.assembly.plugin>3.8.0</version.assembly.plugin>
283283
<version.buildhelper.plugin>3.6.1</version.buildhelper.plugin>
284284
<version.checkstyle.plugin>3.6.0</version.checkstyle.plugin>
285285
<version.bundle.plugin>6.0.0</version.bundle.plugin>
@@ -296,23 +296,23 @@
296296
<version.javadoc.plugin>3.12.0</version.javadoc.plugin>
297297
<version.jdeps.plugin>0.5.1</version.jdeps.plugin>
298298
<version.processor.plugin>5.1</version.processor.plugin>
299-
<version.resources.plugin>3.3.1</version.resources.plugin>
299+
<version.resources.plugin>3.4.0</version.resources.plugin>
300300
<version.shade.plugin>3.6.1</version.shade.plugin>
301-
<version.source.plugin>3.3.1</version.source.plugin>
301+
<version.source.plugin>3.4.0</version.source.plugin>
302302
<!-- Surefire versions are a minefield of bugs: be careful with upgrades -->
303303
<version.surefire.plugin>3.5.4</version.surefire.plugin>
304304
<version.surefire.plugin.java-version.asm>9.9</version.surefire.plugin.java-version.asm>
305305
<version.jacoco.plugin>0.8.14</version.jacoco.plugin>
306306
<version.com.buschmais.jqassistant.plugin>2.8.0</version.com.buschmais.jqassistant.plugin>
307307
<version.moditect.plugin>1.3.0.Final</version.moditect.plugin>
308-
<version.sonar.plugin>5.3.0.6276</version.sonar.plugin>
308+
<version.sonar.plugin>5.4.0.6343</version.sonar.plugin>
309309
<version.scripting.plugin>3.0.0</version.scripting.plugin>
310310
<!--
311311
We want to keep patch updates for groovy enabled as those may contain compatibility with a more recent JDK versions.
312312
e.g. 4.0.13 won't work with JDK 23, while 4.0.26 is working just fine.
313313
-->
314314
<version.org.apache.groovy.groovy-jsr223>5.0.2</version.org.apache.groovy.groovy-jsr223>
315-
<version.com.puppycrawl.tools.checkstyle>12.1.2</version.com.puppycrawl.tools.checkstyle>
315+
<version.com.puppycrawl.tools.checkstyle>12.2.0</version.com.puppycrawl.tools.checkstyle>
316316
<version.versions.plugin>2.20.1</version.versions.plugin>
317317
<version.maven-wrapper-plugin>3.3.4</version.maven-wrapper-plugin>
318318
<version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>

0 commit comments

Comments
 (0)