Skip to content

Commit 0ef8b92

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.23` | `4.0.24` | | [org.apache.groovy:groovy](https://github.com/apache/groovy) | `4.0.23` | `4.0.24` | | [org.apache.groovy:groovy-ant](https://github.com/apache/groovy) | `4.0.23` | `4.0.24` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.20.0` | `10.20.1` | | [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) | `4.0.0.4121` | `5.0.0.4389` | Updates `org.apache.groovy:groovy-jsr223` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-ant` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `com.puppycrawl.tools:checkstyle` from 10.20.0 to 10.20.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.20.0...checkstyle-10.20.1) Updates `org.sonarsource.scanner.maven:sonar-maven-plugin` from 4.0.0.4121 to 5.0.0.4389 - [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases) - [Commits](SonarSource/sonar-scanner-maven@4.0.0.4121...5.0.0.4389) --- 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: org.sonarsource.scanner.maven:sonar-maven-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0bb1a0 commit 0ef8b92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.4.0</version.org.easymock>
199199
<version.io.rest-assured>5.5.0</version.io.rest-assured>
200-
<version.org.apache.groovy>4.0.23</version.org.apache.groovy>
200+
<version.org.apache.groovy>4.0.24</version.org.apache.groovy>
201201
<version.com.google.guava>33.3.1-jre</version.com.google.guava>
202202
<version.org.springframework.spring-expression>6.1.14</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.20.0</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>10.20.1</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

@@ -268,7 +268,7 @@
268268
<version.maven-wrapper-plugin>3.3.2</version.maven-wrapper-plugin>
269269
<version.spotless-maven-plugin>2.43.0</version.spotless-maven-plugin>
270270
<version.jacoco.plugin>0.8.12</version.jacoco.plugin>
271-
<version.sonar.plugin>4.0.0.4121</version.sonar.plugin>
271+
<version.sonar.plugin>5.0.0.4389</version.sonar.plugin>
272272

273273
<!-- Forbidden API related properties -->
274274
<forbiddenapis-junit.path>forbidden-junit.txt</forbiddenapis-junit.path>

0 commit comments

Comments
 (0)