Skip to content

Commit 419d820

Browse files
Bump the build-dependencies group with 5 updates
Bumps the build-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.0` | `1.18.1` | | [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `6.2.12` | `7.0.0` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `12.1.1` | `12.1.2` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.2` | `3.5.0` | | [com.gradle:common-custom-user-data-maven-extension](https://github.com/gradle/common-custom-user-data-maven-extension) | `2.0.7` | `2.1.0` | Updates `net.bytebuddy:byte-buddy` from 1.18.0 to 1.18.1 - [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.18.0...byte-buddy-1.18.1) Updates `org.springframework:spring-expression` from 6.2.12 to 7.0.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.12...v7.0.0) Updates `com.puppycrawl.tools:checkstyle` from 12.1.1 to 12.1.2 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-12.1.1...checkstyle-12.1.2) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.2 to 3.5.0 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.2...maven-jar-plugin-3.5.0) Updates `com.gradle:common-custom-user-data-maven-extension` from 2.0.7 to 2.1.0 - [Release notes](https://github.com/gradle/common-custom-user-data-maven-extension/releases) - [Commits](gradle/common-custom-user-data-maven-extension@v2.0.7...v2.1.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.springframework:spring-expression dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: com.gradle:common-custom-user-data-maven-extension dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0a6085 commit 419d820

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<extension>
88
<groupId>com.gradle</groupId>
99
<artifactId>common-custom-user-data-maven-extension</artifactId>
10-
<version>2.0.7</version>
10+
<version>2.1.0</version>
1111
</extension>
1212
<extension>
1313
<groupId>org.hibernate.infra.develocity</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@
199199
<version.io.rest-assured>5.5.6</version.io.rest-assured>
200200
<version.org.apache.groovy>5.0.2</version.org.apache.groovy>
201201
<version.com.google.guava>33.5.0-jre</version.com.google.guava>
202-
<version.org.springframework.spring-expression>6.2.12</version.org.springframework.spring-expression>
202+
<version.org.springframework.spring-expression>7.0.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>
204204
<version.com.fasterxml.jackson.core.jackson-databind>2.20.1</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.18.0</version.net.bytebuddy.byte-buddy>
206+
<version.net.bytebuddy.byte-buddy>1.18.1</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>12.1.1</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>12.1.2</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

@@ -248,7 +248,7 @@
248248
<version.gmavenplus.plugin>4.2.1</version.gmavenplus.plugin>
249249
<version.install.plugin>3.1.4</version.install.plugin>
250250
<version.japicmp.plugin>0.24.2</version.japicmp.plugin>
251-
<version.jar.plugin>3.4.2</version.jar.plugin>
251+
<version.jar.plugin>3.5.0</version.jar.plugin>
252252
<version.jqassistant.plugin>2.8.0</version.jqassistant.plugin>
253253
<version.javadoc.plugin>3.12.0</version.javadoc.plugin>
254254
<version.release.plugin>3.2.0</version.release.plugin>

0 commit comments

Comments
 (0)