Skip to content

Commit 8c9c3a7

Browse files
Bump the build-dependencies group with 5 updates
Bumps the build-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.apache.groovy:groovy-jsr223](https://github.com/apache/groovy) | `4.0.24` | `4.0.25` | | [org.apache.groovy:groovy](https://github.com/apache/groovy) | `4.0.24` | `4.0.25` | | [org.apache.groovy:groovy-ant](https://github.com/apache/groovy) | `4.0.24` | `4.0.25` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.21.1` | `10.21.2` | | com.gradle:develocity-maven-extension | `1.23` | `1.23.1` | Updates `org.apache.groovy:groovy-jsr223` from 4.0.24 to 4.0.25 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy` from 4.0.24 to 4.0.25 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-ant` from 4.0.24 to 4.0.25 - [Commits](https://github.com/apache/groovy/commits) Updates `com.puppycrawl.tools:checkstyle` from 10.21.1 to 10.21.2 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.21.1...checkstyle-10.21.2) Updates `com.gradle:develocity-maven-extension` from 1.23 to 1.23.1 --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-jsr223 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.apache.groovy:groovy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.apache.groovy:groovy-ant 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: com.gradle:develocity-maven-extension dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ddb381 commit 8c9c3a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension>
33
<groupId>com.gradle</groupId>
44
<artifactId>develocity-maven-extension</artifactId>
5-
<version>1.23</version>
5+
<version>1.23.1</version>
66
</extension>
77
<extension>
88
<groupId>com.gradle</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<version.junit>4.13.2</version.junit>
198198
<version.org.easymock>5.5.0</version.org.easymock>
199199
<version.io.rest-assured>5.5.0</version.io.rest-assured>
200-
<version.org.apache.groovy>4.0.24</version.org.apache.groovy>
200+
<version.org.apache.groovy>4.0.25</version.org.apache.groovy>
201201
<version.com.google.guava>33.4.0-jre</version.com.google.guava>
202202
<version.org.springframework.spring-expression>6.2.2</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>
@@ -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.21.1</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>10.21.2</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

0 commit comments

Comments
 (0)