Skip to content

Commit 11d54e5

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 7 updates
Bumps the build-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.15.7` | `1.15.10` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.19.0` | `10.20.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` | | [org.apache.maven.plugins:maven-surefire-report-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` | | [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin) | `3.0.0` | `3.1.0` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.10.1` | `3.11.1` | Updates `net.bytebuddy:byte-buddy` from 1.15.7 to 1.15.10 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.15.7...byte-buddy-1.15.10) Updates `com.puppycrawl.tools:checkstyle` from 10.19.0 to 10.20.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.19.0...checkstyle-10.20.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2) Updates `org.asciidoctor:asciidoctor-maven-plugin` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases) - [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/main/CHANGELOG.adoc) - [Commits](asciidoctor/asciidoctor-maven-plugin@asciidoctor-maven-tools-3.0.0...asciidoctor-maven-tools-3.1.0) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.10.1 to 3.11.1 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.asciidoctor:asciidoctor-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ff3c8b commit 11d54e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<version.org.jboss.arquillian.container.arquillian-weld-embedded>4.0.0.Final</version.org.jboss.arquillian.container.arquillian-weld-embedded>
204204
<version.com.fasterxml.jackson.core.jackson-databind>2.18.1</version.com.fasterxml.jackson.core.jackson-databind>
205205
<version.com.fasterxml.jackson.core.jackson-annotations>2.18.1</version.com.fasterxml.jackson.core.jackson-annotations>
206-
<version.net.bytebuddy.byte-buddy>1.15.7</version.net.bytebuddy.byte-buddy>
206+
<version.net.bytebuddy.byte-buddy>1.15.10</version.net.bytebuddy.byte-buddy>
207207

208208
<!-- OSGi dependencies -->
209209
<version.org.apache.karaf>4.2.0</version.org.apache.karaf>
@@ -219,11 +219,11 @@
219219
overridden by a CI job of the Checkstyle project so that they can
220220
check for regressions. Which is obviously good for us, too.
221221
-->
222-
<puppycrawl.checkstyle.version>10.19.0</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>10.20.0</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

226-
<version.asciidoctor.plugin>3.0.0</version.asciidoctor.plugin>
226+
<version.asciidoctor.plugin>3.1.0</version.asciidoctor.plugin>
227227
<version.org.hibernate.infra.hibernate-asciidoctor-theme>5.0.2.Final</version.org.hibernate.infra.hibernate-asciidoctor-theme>
228228
<version.org.hibernate.infra.hibernate-asciidoctor-extensions>3.0.6.Final</version.org.hibernate.infra.hibernate-asciidoctor-extensions>
229229
<version.org.asciidoctor.asciidoctorj>3.0.0</version.org.asciidoctor.asciidoctorj>
@@ -251,13 +251,13 @@
251251
<version.japicmp.plugin>0.23.0</version.japicmp.plugin>
252252
<version.jar.plugin>3.4.2</version.jar.plugin>
253253
<version.jqassistant.plugin>2.5.0</version.jqassistant.plugin>
254-
<version.javadoc.plugin>3.10.1</version.javadoc.plugin>
254+
<version.javadoc.plugin>3.11.1</version.javadoc.plugin>
255255
<version.release.plugin>3.1.1</version.release.plugin>
256256
<version.resources.plugin>3.3.1</version.resources.plugin>
257257
<version.shade.plugin>3.6.0</version.shade.plugin>
258258
<version.sigtest.plugin>2.3</version.sigtest.plugin>
259259
<version.source.plugin>3.3.1</version.source.plugin>
260-
<version.surefire.plugin>3.5.1</version.surefire.plugin>
260+
<version.surefire.plugin>3.5.2</version.surefire.plugin>
261261
<version.surefire.plugin.java-version.asm>9.7.1</version.surefire.plugin.java-version.asm>
262262
<version.failsafe.plugin>${version.surefire.plugin}</version.failsafe.plugin>
263263
<version.nexus-staging-maven-plugin>1.7.0</version.nexus-staging-maven-plugin>

0 commit comments

Comments
 (0)