Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.Final</version>
<version>3.1.2.Final</version>
</extension>
</extensions>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>11.0.1</puppycrawl.checkstyle.version>
<puppycrawl.checkstyle.version>11.1.0</puppycrawl.checkstyle.version>

<!-- Asciidoctor -->

Expand Down Expand Up @@ -264,7 +264,7 @@
<version.sisu-maven-plugin>0.9.0.M4</version.sisu-maven-plugin>
<version.versions.plugin>2.19.1</version.versions.plugin>
<version.maven-wrapper-plugin>3.3.4</version.maven-wrapper-plugin>
<version.spotless-maven-plugin>2.46.1</version.spotless-maven-plugin>
<version.spotless-maven-plugin>3.0.0</version.spotless-maven-plugin>
<version.jacoco.plugin>0.8.13</version.jacoco.plugin>
<version.sonar.plugin>5.2.0.4988</version.sonar.plugin>
<version.maven.injection.plugin>1.0.2</version.maven.injection.plugin>
Expand Down