Skip to content

Commit

Permalink
Bump the build-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the build-dependencies group with 2 updates: [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) and [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck).


Updates `io.smallrye:jandex-maven-plugin` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/smallrye/jandex/releases)
- [Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md)
- [Commits](smallrye/jandex@3.2.3...3.2.4)

Updates `org.owasp:dependency-check-maven` from 12.0.1 to 12.0.2
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v12.0.1...v12.0.2)

---
updated-dependencies:
- dependency-name: io.smallrye:jandex-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marko-bekhta committed Feb 3, 2025
1 parent 453d636 commit 0c2eef0
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 @@ -281,11 +281,11 @@
<version.compiler.plugin>3.13.0</version.compiler.plugin>
<version.dependency.plugin>3.8.1</version.dependency.plugin>
<!-- Check dependencies for security vulnerabilities -->
<version.dependency-check.plugin>12.0.1</version.dependency-check.plugin>
<version.dependency-check.plugin>12.0.2</version.dependency-check.plugin>
<version.exec.plugin>3.5.0</version.exec.plugin>
<version.forbiddenapis.plugin>3.8</version.forbiddenapis.plugin>
<!-- Make sure that upgraded Jandex plugin aligns with the Jandex version imported from the ORM platform pom -->
<version.jandex.plugin>3.2.3</version.jandex.plugin>
<version.jandex.plugin>3.2.4</version.jandex.plugin>
<version.maven.injection.plugin>1.0.2</version.maven.injection.plugin>
<version.jar.plugin>3.4.2</version.jar.plugin>
<version.javadoc.plugin>3.11.2</version.javadoc.plugin>
Expand Down

0 comments on commit 0c2eef0

Please sign in to comment.