Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 3, 2023
1 parent 3938add commit dc59572
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ updates:
interval: "daily"
ignore:
# ignore because it does not work with java 8
- dependency-name: "org.apache.maven.plugins:maven-site-plugin"
- dependency-name: "org.apache.maven.plugins:maven-site-plugin"
- dependency-name: "com.puppycrawl.tools:checkstyle"
versions: ["10.x"]
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.3.5</version>
<version>4.7.3.6</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
Expand Down

0 comments on commit dc59572

Please sign in to comment.