Skip to content

Commit 3c0b71f

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 4 updates
Bumps the build-dependencies group with 4 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson), [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and org.apache.felix:maven-bundle-plugin. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.puppycrawl.tools:checkstyle` from 10.20.1 to 10.20.2 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.20.1...checkstyle-10.20.2) Updates `org.apache.felix:maven-bundle-plugin` from 5.1.9 to 6.0.0 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production 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-patch dependency-group: build-dependencies - dependency-name: org.apache.felix:maven-bundle-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9754410 commit 3c0b71f

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
@@ -201,8 +201,8 @@
201201
<version.com.google.guava>33.3.1-jre</version.com.google.guava>
202202
<version.org.springframework.spring-expression>6.2.0</version.org.springframework.spring-expression>
203203
<version.org.jboss.arquillian.container.arquillian-weld-embedded>4.0.0.Final</version.org.jboss.arquillian.container.arquillian-weld-embedded>
204-
<version.com.fasterxml.jackson.core.jackson-databind>2.18.1</version.com.fasterxml.jackson.core.jackson-databind>
205-
<version.com.fasterxml.jackson.core.jackson-annotations>2.18.1</version.com.fasterxml.jackson.core.jackson-annotations>
204+
<version.com.fasterxml.jackson.core.jackson-databind>2.18.2</version.com.fasterxml.jackson.core.jackson-databind>
205+
<version.com.fasterxml.jackson.core.jackson-annotations>2.18.2</version.com.fasterxml.jackson.core.jackson-annotations>
206206
<version.net.bytebuddy.byte-buddy>1.15.10</version.net.bytebuddy.byte-buddy>
207207

208208
<!-- OSGi dependencies -->
@@ -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>10.20.1</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>10.20.2</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

@@ -234,7 +234,7 @@
234234
<version.antrun.plugin>3.1.0</version.antrun.plugin>
235235
<version.assembly.plugin>3.7.1</version.assembly.plugin>
236236
<version.buildhelper.plugin>3.6.0</version.buildhelper.plugin>
237-
<version.bundle.plugin>5.1.9</version.bundle.plugin>
237+
<version.bundle.plugin>6.0.0</version.bundle.plugin>
238238
<version.checkstyle.plugin>3.6.0</version.checkstyle.plugin>
239239
<version.clean.plugin>3.4.0</version.clean.plugin>
240240
<version.compiler.plugin>3.13.0</version.compiler.plugin>

0 commit comments

Comments
 (0)