Skip to content

Commit ff5881a

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 4 updates
Bumps the build-dependencies group with 4 updates: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy), [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) and [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco). Updates `net.bytebuddy:byte-buddy` from 1.17.7 to 1.17.8 - [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.17.7...byte-buddy-1.17.8) Updates `com.puppycrawl.tools:checkstyle` from 11.1.0 to 12.0.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-11.1.0...checkstyle-12.0.1) Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.24.1 to 0.24.2 - [Release notes](https://github.com/siom79/japicmp/releases) - [Changelog](https://github.com/siom79/japicmp/blob/master/release.py) - [Commits](siom79/japicmp@japicmp-base-0.24.1...japicmp-base-0.24.2) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.13...v0.8.14) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-dependencies - dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36fd215 commit ff5881a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
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.20.0</version.com.fasterxml.jackson.core.jackson-databind>
205205
<version.com.fasterxml.jackson.core.jackson-annotations>2.20</version.com.fasterxml.jackson.core.jackson-annotations>
206-
<version.net.bytebuddy.byte-buddy>1.17.7</version.net.bytebuddy.byte-buddy>
206+
<version.net.bytebuddy.byte-buddy>1.17.8</version.net.bytebuddy.byte-buddy>
207207

208208
<!-- OSGi dependencies -->
209209
<version.org.apache.karaf>4.2.0</version.org.apache.karaf>
@@ -219,7 +219,7 @@
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>11.1.0</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>12.0.1</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

@@ -247,7 +247,7 @@
247247
<version.forbiddenapis.plugin>3.10</version.forbiddenapis.plugin>
248248
<version.gmavenplus.plugin>4.2.1</version.gmavenplus.plugin>
249249
<version.install.plugin>3.1.4</version.install.plugin>
250-
<version.japicmp.plugin>0.24.1</version.japicmp.plugin>
250+
<version.japicmp.plugin>0.24.2</version.japicmp.plugin>
251251
<version.jar.plugin>3.4.2</version.jar.plugin>
252252
<version.jqassistant.plugin>2.7.1</version.jqassistant.plugin>
253253
<version.javadoc.plugin>3.12.0</version.javadoc.plugin>
@@ -265,7 +265,7 @@
265265
<version.versions.plugin>2.19.1</version.versions.plugin>
266266
<version.maven-wrapper-plugin>3.3.4</version.maven-wrapper-plugin>
267267
<version.spotless-maven-plugin>3.0.0</version.spotless-maven-plugin>
268-
<version.jacoco.plugin>0.8.13</version.jacoco.plugin>
268+
<version.jacoco.plugin>0.8.14</version.jacoco.plugin>
269269
<version.sonar.plugin>5.2.0.4988</version.sonar.plugin>
270270
<version.maven.injection.plugin>1.0.2</version.maven.injection.plugin>
271271

0 commit comments

Comments
 (0)