Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 2 updates in the /jvm/core directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [junit:junit](https://github.com/junit-team/junit4).


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

Updates `junit:junit` from 4.11 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](junit-team/junit4@r4.11...r4.13.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:development
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent 360f1a8 commit ca2414e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jvm/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ under the License.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.18</version>
<version>8.29</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -130,7 +130,7 @@ under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ca2414e

Please sign in to comment.