Skip to content

Commit

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


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

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

Updates `org.mariadb.jdbc:mariadb-java-client` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@3.5.1...3.5.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-minor
  dependency-group: build-dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  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 18, 2025
1 parent aa2ad1b commit 922ff69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
See https://db.apache.org/derby/derby_downloads.html -->
<version.org.apache.derby>10.15.2.0</version.org.apache.derby>
<version.org.postgresql>42.7.5</version.org.postgresql>
<version.org.mariadb.jdbc>3.5.1</version.org.mariadb.jdbc>
<version.org.mariadb.jdbc>3.5.2</version.org.mariadb.jdbc>
<version.mysql.mysql-connector-j>9.2.0</version.mysql.mysql-connector-j>
<version.com.ibm.db2.jcc>12.1.0.0</version.com.ibm.db2.jcc>
<version.com.oracle.database.jdbc>23.7.0.25.01</version.com.oracle.database.jdbc>
Expand Down
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.2</version.dependency-check.plugin>
<version.dependency-check.plugin>12.1.0</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.5</version.jandex.plugin>
<version.jandex.plugin>3.2.7</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 922ff69

Please sign in to comment.