Skip to content

Commit d0ecda5

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 5 updates
Bumps the build-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.24.0` | `10.25.0` | | [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) | `3.4.1` | `3.5.0` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.44.4` | `2.44.5` | | com.gradle:develocity-maven-extension | `2.0` | `2.0.1` | | [org.hibernate.infra.develocity:hibernate-develocity-maven-extension](https://github.com/hibernate/hibernate-develocity-maven-extension) | `3.0.3.Final` | `3.0.4.Final` | Updates `com.puppycrawl.tools:checkstyle` from 10.24.0 to 10.25.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.24.0...checkstyle-10.25.0) Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.4.1 to 3.5.0 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.4.1...maven-clean-plugin-3.5.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.4 to 2.44.5 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.44.4...maven/2.44.5) Updates `com.gradle:develocity-maven-extension` from 2.0 to 2.0.1 Updates `org.hibernate.infra.develocity:hibernate-develocity-maven-extension` from 3.0.3.Final to 3.0.4.Final - [Commits](hibernate/hibernate-develocity-maven-extension@3.0.3.Final...3.0.4.Final) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-version: 3.5.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: 2.44.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.gradle:develocity-maven-extension dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.hibernate.infra.develocity:hibernate-develocity-maven-extension dependency-version: 3.0.4.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cfffd7 commit d0ecda5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.mvn/extensions.xml

Lines changed: 2 additions & 2 deletions
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>2.0</version>
5+
<version>2.0.1</version>
66
</extension>
77
<extension>
88
<groupId>com.gradle</groupId>
@@ -12,6 +12,6 @@
1212
<extension>
1313
<groupId>org.hibernate.infra.develocity</groupId>
1414
<artifactId>hibernate-develocity-maven-extension</artifactId>
15-
<version>3.0.3.Final</version>
15+
<version>3.0.4.Final</version>
1616
</extension>
1717
</extensions>

pom.xml

Lines changed: 3 additions & 3 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>10.24.0</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>10.25.0</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

@@ -236,7 +236,7 @@
236236
<version.buildhelper.plugin>3.6.0</version.buildhelper.plugin>
237237
<version.bundle.plugin>6.0.0</version.bundle.plugin>
238238
<version.checkstyle.plugin>3.6.0</version.checkstyle.plugin>
239-
<version.clean.plugin>3.4.1</version.clean.plugin>
239+
<version.clean.plugin>3.5.0</version.clean.plugin>
240240
<version.compiler.plugin>3.14.0</version.compiler.plugin>
241241
<version.copy.plugin>1.0.0</version.copy.plugin>
242242
<version.dependency.plugin>3.8.1</version.dependency.plugin>
@@ -264,7 +264,7 @@
264264
<version.sisu-maven-plugin>0.9.0.M4</version.sisu-maven-plugin>
265265
<version.versions.plugin>2.18.0</version.versions.plugin>
266266
<version.maven-wrapper-plugin>3.3.2</version.maven-wrapper-plugin>
267-
<version.spotless-maven-plugin>2.44.4</version.spotless-maven-plugin>
267+
<version.spotless-maven-plugin>2.44.5</version.spotless-maven-plugin>
268268
<version.jacoco.plugin>0.8.13</version.jacoco.plugin>
269269
<version.sonar.plugin>5.1.0.4751</version.sonar.plugin>
270270
<version.maven.injection.plugin>1.0.2</version.maven.injection.plugin>

0 commit comments

Comments
 (0)