Skip to content

Commit 7450f78

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 3 updates
Bumps the build-dependencies group with 3 updates: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) and [org.hibernate.infra.develocity:hibernate-develocity-maven-extension](https://github.com/hibernate/hibernate-develocity-maven-extension). Updates `com.puppycrawl.tools:checkstyle` from 11.0.1 to 11.1.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-11.0.1...checkstyle-11.1.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.46.1 to 3.0.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.46.1...lib/3.0.0) Updates `org.hibernate.infra.develocity:hibernate-develocity-maven-extension` from 3.0.4.Final to 3.1.2.Final - [Commits](hibernate/hibernate-develocity-maven-extension@3.0.4.Final...3.1.2.Final) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.0.0 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-version: 3.1.2.Final dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57f261a commit 7450f78

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
@@ -12,6 +12,6 @@
1212
<extension>
1313
<groupId>org.hibernate.infra.develocity</groupId>
1414
<artifactId>hibernate-develocity-maven-extension</artifactId>
15-
<version>3.0.4.Final</version>
15+
<version>3.1.2.Final</version>
1616
</extension>
1717
</extensions>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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>11.0.1</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>11.1.0</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

@@ -264,7 +264,7 @@
264264
<version.sisu-maven-plugin>0.9.0.M4</version.sisu-maven-plugin>
265265
<version.versions.plugin>2.19.1</version.versions.plugin>
266266
<version.maven-wrapper-plugin>3.3.4</version.maven-wrapper-plugin>
267-
<version.spotless-maven-plugin>2.46.1</version.spotless-maven-plugin>
267+
<version.spotless-maven-plugin>3.0.0</version.spotless-maven-plugin>
268268
<version.jacoco.plugin>0.8.13</version.jacoco.plugin>
269269
<version.sonar.plugin>5.2.0.4988</version.sonar.plugin>
270270
<version.maven.injection.plugin>1.0.2</version.maven.injection.plugin>

0 commit comments

Comments
 (0)