Skip to content

Commit ccf7c3c

Browse files
Bump the maven group with 2 updates
Bumps the maven group with 2 updates: net.revelc.code:revelc and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `net.revelc.code:revelc` from 9 to 10 Updates `com.puppycrawl.tools:checkstyle` from 13.7.0 to 13.8.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-13.7.0...checkstyle-13.8.0) --- updated-dependencies: - dependency-name: net.revelc.code:revelc dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b1b629 commit ccf7c3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>net.revelc.code</groupId>
2121
<artifactId>revelc</artifactId>
22-
<version>9</version>
22+
<version>10</version>
2323
<relativePath />
2424
</parent>
2525
<artifactId>impsort-maven-plugin</artifactId>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>com.puppycrawl.tools</groupId>
108108
<artifactId>checkstyle</artifactId>
109-
<version>13.7.0</version>
109+
<version>13.8.0</version>
110110
</dependency>
111111
</dependencies>
112112
</plugin>

0 commit comments

Comments
 (0)