Skip to content

Commit

Permalink
Bump the plugins group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the plugins group with 2 updates in the / directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck).


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

Updates `org.owasp:dependency-check-maven` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v11.0.0...v11.1.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: plugins
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: plugins
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 3de9868 commit 62852c7
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 @@ -41,7 +41,7 @@
<jacoco-plugin.version>0.8.12</jacoco-plugin.version>
<license.plugin.version>4.6</license.plugin.version>
<node.version>20.11.0</node.version>
<owasp.plugin.version>11.0.0</owasp.plugin.version>
<owasp.plugin.version>11.1.0</owasp.plugin.version>
<pmd.plugin.version>3.26.0</pmd.plugin.version>
<properties.plugin.version>1.2.1</properties.plugin.version>
<quarkus.package.type>uber-jar</quarkus.package.type>
Expand All @@ -57,7 +57,7 @@
<package.buildTime>${maven.build.timestamp}</package.buildTime>

<!-- tooling -->
<checkstyle.tool.version>10.19.0</checkstyle.tool.version>
<checkstyle.tool.version>10.20.0</checkstyle.tool.version>
<sonar.organization>solid-contrib</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<nvd.api.key />
Expand Down

0 comments on commit 62852c7

Please sign in to comment.