Skip to content

Commit 307115b

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.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.19.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.3 to 2.19.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.puppycrawl.tools:checkstyle` from 10.23.0 to 10.23.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.23.0...checkstyle-10.23.1) Updates `org.codehaus.gmavenplus:gmavenplus-plugin` from 4.1.1 to 4.2.0 - [Release notes](https://github.com/groovy/GMavenPlus/releases) - [Commits](groovy/GMavenPlus@4.1.1...4.2.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin dependency-version: 4.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 49e1c3d commit 307115b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
<version.com.google.guava>33.4.8-jre</version.com.google.guava>
202202
<version.org.springframework.spring-expression>6.2.6</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.3</version.com.fasterxml.jackson.core.jackson-databind>
205-
<version.com.fasterxml.jackson.core.jackson-annotations>2.18.3</version.com.fasterxml.jackson.core.jackson-annotations>
204+
<version.com.fasterxml.jackson.core.jackson-databind>2.19.0</version.com.fasterxml.jackson.core.jackson-databind>
205+
<version.com.fasterxml.jackson.core.jackson-annotations>2.19.0</version.com.fasterxml.jackson.core.jackson-annotations>
206206
<version.net.bytebuddy.byte-buddy>1.17.5</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.23.0</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>10.23.1</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

@@ -245,7 +245,7 @@
245245
<version.enforcer.plugin>3.5.0</version.enforcer.plugin>
246246
<!-- Note: when updating this version, consider reviewing the list of JDKs the forbidden API plugin is targeting. -->
247247
<version.forbiddenapis.plugin>3.9</version.forbiddenapis.plugin>
248-
<version.gmavenplus.plugin>4.1.1</version.gmavenplus.plugin>
248+
<version.gmavenplus.plugin>4.2.0</version.gmavenplus.plugin>
249249
<version.gpg.plugin>3.2.7</version.gpg.plugin>
250250
<version.install.plugin>3.1.4</version.install.plugin>
251251
<version.japicmp.plugin>0.23.1</version.japicmp.plugin>

0 commit comments

Comments
 (0)