Skip to content

Commit

Permalink
Bump the build-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marko-bekhta committed Nov 12, 2024
1 parent 2572de5 commit 1793bef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<extension>
<groupId>org.hibernate.infra.develocity</groupId>
<artifactId>hibernate-develocity-maven-extension</artifactId>
<version>3.0.0.Final</version>
<version>3.0.1.Final</version>
</extension>
</extensions>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<version.junit>4.13.2</version.junit>
<version.org.easymock>5.4.0</version.org.easymock>
<version.io.rest-assured>5.5.0</version.io.rest-assured>
<version.org.apache.groovy>4.0.23</version.org.apache.groovy>
<version.org.apache.groovy>4.0.24</version.org.apache.groovy>
<version.com.google.guava>33.3.1-jre</version.com.google.guava>
<version.org.springframework.spring-expression>6.1.14</version.org.springframework.spring-expression>
<version.org.jboss.arquillian.container.arquillian-weld-embedded>4.0.0.Final</version.org.jboss.arquillian.container.arquillian-weld-embedded>
Expand All @@ -219,7 +219,7 @@
overridden by a CI job of the Checkstyle project so that they can
check for regressions. Which is obviously good for us, too.
-->
<puppycrawl.checkstyle.version>10.20.0</puppycrawl.checkstyle.version>
<puppycrawl.checkstyle.version>10.20.1</puppycrawl.checkstyle.version>

<!-- Asciidoctor -->

Expand Down Expand Up @@ -268,7 +268,7 @@
<version.maven-wrapper-plugin>3.3.2</version.maven-wrapper-plugin>
<version.spotless-maven-plugin>2.43.0</version.spotless-maven-plugin>
<version.jacoco.plugin>0.8.12</version.jacoco.plugin>
<version.sonar.plugin>4.0.0.4121</version.sonar.plugin>
<version.sonar.plugin>5.0.0.4389</version.sonar.plugin>

<!-- Forbidden API related properties -->
<forbiddenapis-junit.path>forbidden-junit.txt</forbiddenapis-junit.path>
Expand Down

0 comments on commit 1793bef

Please sign in to comment.