Skip to content

Commit

Permalink
Bump the build-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the build-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.10.1` | `3.11.1` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` |
| [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin) | `3.0.0` | `3.1.0` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `11.0.0` | `11.1.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.19.0` | `10.20.0` |


Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.10.1 to 3.11.1
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2)

Updates `org.asciidoctor:asciidoctor-maven-plugin` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctor-maven-plugin@asciidoctor-maven-tools-3.0.0...asciidoctor-maven-tools-3.1.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)

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)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marko-bekhta committed Nov 5, 2024
1 parent 446f8b2 commit f3588e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,29 +278,29 @@
<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>11.0.0</version.dependency-check.plugin>
<version.dependency-check.plugin>11.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.3</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.10.1</version.javadoc.plugin>
<version.javadoc.plugin>3.11.1</version.javadoc.plugin>
<version.jdeps.plugin>0.5.1</version.jdeps.plugin>
<version.processor.plugin>5.1</version.processor.plugin>
<version.resources.plugin>3.3.1</version.resources.plugin>
<version.shade.plugin>3.6.0</version.shade.plugin>
<version.source.plugin>3.3.1</version.source.plugin>
<!-- Surefire versions are a minefield of bugs: be careful with upgrades -->
<version.surefire.plugin>3.5.1</version.surefire.plugin>
<version.surefire.plugin>3.5.2</version.surefire.plugin>
<version.surefire.plugin.java-version.asm>9.7.1</version.surefire.plugin.java-version.asm>
<version.jacoco.plugin>0.8.12</version.jacoco.plugin>
<version.com.buschmais.jqassistant.plugin>2.5.0</version.com.buschmais.jqassistant.plugin>
<version.moditect.plugin>1.2.2.Final</version.moditect.plugin>
<version.sonar.plugin>4.0.0.4121</version.sonar.plugin>
<version.scripting.plugin>3.0.0</version.scripting.plugin>
<version.org.apache.groovy.groovy-jsr223>4.0.13</version.org.apache.groovy.groovy-jsr223>
<version.com.puppycrawl.tools.checkstyle>10.19.0</version.com.puppycrawl.tools.checkstyle>
<version.com.puppycrawl.tools.checkstyle>10.20.0</version.com.puppycrawl.tools.checkstyle>
<version.versions.plugin>2.17.1</version.versions.plugin>
<version.maven-wrapper-plugin>3.3.2</version.maven-wrapper-plugin>
<version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>
Expand Down Expand Up @@ -345,7 +345,7 @@

<!-- Asciidoctor -->

<version.asciidoctor.plugin>3.0.0</version.asciidoctor.plugin>
<version.asciidoctor.plugin>3.1.0</version.asciidoctor.plugin>
<version.org.hibernate.infra.hibernate-asciidoctor-theme>5.0.2.Final</version.org.hibernate.infra.hibernate-asciidoctor-theme>
<version.org.asciidoctor.asciidoctorj>3.0.0</version.org.asciidoctor.asciidoctorj>
<version.org.asciidoctor.asciidoctorj-pdf>2.3.19</version.org.asciidoctor.asciidoctorj-pdf>
Expand Down

0 comments on commit f3588e3

Please sign in to comment.