Skip to content

Commit

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


Updates `com.github.javaparser:javaparser-core` from 3.25.8 to 3.25.9
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](javaparser/javaparser@javaparser-parent-3.25.8...javaparser-parent-3.25.9)

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

---
updated-dependencies:
- dependency-name: com.github.javaparser:javaparser-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 98c581a commit 625f09b
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 @@ -42,7 +42,7 @@
</scm>
<properties>
<formatter.configFile>src/tools/modified-google-style.xml</formatter.configFile>
<javaparser.version>3.25.8</javaparser.version>
<javaparser.version>3.25.9</javaparser.version>
<maven.compiler.release>17</maven.compiler.release>
<project.build.outputTimestamp>2023-05-10T00:07:12Z</project.build.outputTimestamp>
</properties>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.14.0</version>
<version>10.14.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 625f09b

Please sign in to comment.