Skip to content

Commit 1793bef

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group across 1 directory with 6 updates
Bumps the build-dependencies group with 6 updates in the / directory: | 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` | | [org.hibernate.infra.develocity:hibernate-develocity-maven-extension](https://github.com/hibernate/hibernate-develocity-maven-extension) | `3.0.0.Final` | `3.0.1.Final` | 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) Updates `org.hibernate.infra.develocity:hibernate-develocity-maven-extension` from 3.0.0.Final to 3.0.1.Final - [Commits](hibernate/hibernate-develocity-maven-extension@3.0.0.Final...3.0.1.Final) --- 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 - dependency-name: org.hibernate.infra.develocity:hibernate-develocity-maven-extension dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2572de5 commit 1793bef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.mvn/extensions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<extension>
1313
<groupId>org.hibernate.infra.develocity</groupId>
1414
<artifactId>hibernate-develocity-maven-extension</artifactId>
15-
<version>3.0.0.Final</version>
15+
<version>3.0.1.Final</version>
1616
</extension>
1717
</extensions>

pom.xml

+3-3
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)