Skip to content

Commit 04cd931

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.asciidoctor:asciidoctorj-pdf](https://github.com/asciidoctor/asciidoctorj-pdf) | `2.3.20` | `2.3.21` | | [org.apache.groovy:groovy-jsr223](https://github.com/apache/groovy) | `5.0.1` | `5.0.2` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.6.1` | `3.6.2` | | [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) | `3.1.0` | `3.2.0` | | [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `2.0.0` | `2.0.1` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `12.0.1` | `12.1.0` | Updates `org.asciidoctor:asciidoctorj-pdf` from 2.3.20 to 2.3.21 - [Release notes](https://github.com/asciidoctor/asciidoctorj-pdf/releases) - [Changelog](https://github.com/asciidoctor/asciidoctorj-pdf/blob/main/CHANGELOG.adoc) - [Commits](asciidoctor/asciidoctorj-pdf@v2.3.20...v2.3.21) Updates `org.apache.groovy:groovy-jsr223` from 5.0.1 to 5.0.2 - [Commits](https://github.com/apache/groovy/commits) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.6.1...3.6.2) Updates `org.apache.maven.plugins:maven-antrun-plugin` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/apache/maven-antrun-plugin/releases) - [Commits](apache/maven-antrun-plugin@maven-antrun-plugin-3.1.0...maven-antrun-plugin-3.2.0) Updates `org.testcontainers:testcontainers-bom` from 2.0.0 to 2.0.1 - [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.0...2.0.1) Updates `com.puppycrawl.tools:checkstyle` from 12.0.1 to 12.1.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-12.0.1...checkstyle-12.1.0) --- updated-dependencies: - dependency-name: org.asciidoctor:asciidoctorj-pdf dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.apache.groovy:groovy-jsr223 dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-antrun-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.1.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 7a01ebe commit 04cd931

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build/parents/build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<version.junit-platform-suite-engine>1.10.0</version.junit-platform-suite-engine>
138138
<version.org.osgi.core>6.0.0</version.org.osgi.core>
139139
<!-- Make sure to update Ryuk container version in `ryuk.Dockerfile` whenever updating testcontainers to align it with the lib. -->
140-
<version.testcontainers>2.0.0</version.testcontainers>
140+
<version.testcontainers>2.0.1</version.testcontainers>
141141

142142
<version.org.hamcrest>3.0</version.org.hamcrest>
143143
<version.org.mockito>5.20.0</version.org.mockito>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
<version.dependency.plugin>3.9.0</version.dependency.plugin>
285285
<!-- Check dependencies for security vulnerabilities -->
286286
<version.dependency-check.plugin>12.1.8</version.dependency-check.plugin>
287-
<version.exec.plugin>3.6.1</version.exec.plugin>
287+
<version.exec.plugin>3.6.2</version.exec.plugin>
288288
<version.forbiddenapis.plugin>3.10</version.forbiddenapis.plugin>
289289
<!-- Make sure that upgraded Jandex plugin aligns with the Jandex version imported from the ORM platform pom -->
290290
<version.jandex.plugin>3.5.0</version.jandex.plugin>
@@ -308,15 +308,15 @@
308308
We want to keep patch updates for groovy enabled as those may contain compatibility with a more recent JDK versions.
309309
e.g. 4.0.13 won't work with JDK 23, while 4.0.26 is working just fine.
310310
-->
311-
<version.org.apache.groovy.groovy-jsr223>5.0.1</version.org.apache.groovy.groovy-jsr223>
312-
<version.com.puppycrawl.tools.checkstyle>12.0.1</version.com.puppycrawl.tools.checkstyle>
311+
<version.org.apache.groovy.groovy-jsr223>5.0.2</version.org.apache.groovy.groovy-jsr223>
312+
<version.com.puppycrawl.tools.checkstyle>12.1.0</version.com.puppycrawl.tools.checkstyle>
313313
<version.versions.plugin>2.19.1</version.versions.plugin>
314314
<version.maven-wrapper-plugin>3.3.4</version.maven-wrapper-plugin>
315315
<version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>
316316
<version.sisu-maven-plugin>0.9.0.M4</version.sisu-maven-plugin>
317317
<version.gitflow-incremental-builder>4.5.6</version.gitflow-incremental-builder>
318318
<version.spotless-maven-plugin>3.0.0</version.spotless-maven-plugin>
319-
<version.maven-antrun-plugin>3.1.0</version.maven-antrun-plugin>
319+
<version.maven-antrun-plugin>3.2.0</version.maven-antrun-plugin>
320320

321321
<!-- Repository Deployment URLs -->
322322

@@ -360,7 +360,7 @@
360360
<version.org.hibernate.infra.hibernate-asciidoctor-theme>6.0.4.Final</version.org.hibernate.infra.hibernate-asciidoctor-theme>
361361
<version.org.hibernate.infra.hibernate-asciidoctor-extensions>3.2.0.Final</version.org.hibernate.infra.hibernate-asciidoctor-extensions>
362362
<version.org.asciidoctor.asciidoctorj>3.0.0</version.org.asciidoctor.asciidoctorj>
363-
<version.org.asciidoctor.asciidoctorj-pdf>2.3.20</version.org.asciidoctor.asciidoctorj-pdf>
363+
<version.org.asciidoctor.asciidoctorj-pdf>2.3.21</version.org.asciidoctor.asciidoctorj-pdf>
364364

365365
<!--
366366
Defines what to do with dependency management section of the flattened pom.

0 commit comments

Comments
 (0)