Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 2 updates (#57)
Browse files Browse the repository at this point in the history
Bumps the maven group with 2 updates in the / directory: net.revelc.code:revelc and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle).


Updates `net.revelc.code:revelc` from 6 to 7

Updates `com.puppycrawl.tools:checkstyle` from 10.21.1 to 10.21.2
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.21.1...checkstyle-10.21.2)

---
updated-dependencies:
- dependency-name: net.revelc.code:revelc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent 1f13461 commit 786cef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>net.revelc.code</groupId>
<artifactId>revelc</artifactId>
<version>6</version>
<version>7</version>
</parent>
<artifactId>apilyzer-maven-plugin</artifactId>
<version>1.3.1-SNAPSHOT</version>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.21.1</version>
<version>10.21.2</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 786cef6

Please sign in to comment.