Skip to content

Commit

Permalink
Bump surefire-plugin.version from 3.5.1 to 3.5.2 in /backend
Browse files Browse the repository at this point in the history
Bumps `surefire-plugin.version` from 3.5.1 to 3.5.2.

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)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and d135-1r43 committed Nov 5, 2024
1 parent 00bb081 commit 8c26c1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/app.hopps.az-document-ai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.15.1</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.5.1</surefire-plugin.version>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
<sonar.coverage.jacoco.xmlReportPaths>
${project.build.directory}/jacoco-report/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
Expand Down
2 changes: 1 addition & 1 deletion backend/app.hopps.fin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<quarkus.platform.version>3.15.1</quarkus.platform.version>
<version.org.kie.kogito>999-SNAPSHOT</version.org.kie.kogito>
<skipITs>true</skipITs>
<surefire-plugin.version>3.5.1</surefire-plugin.version>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
<sonar.coverage.jacoco.xmlReportPaths>
${project.build.directory}/jacoco-report/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
Expand Down
2 changes: 1 addition & 1 deletion backend/app.hopps.org/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<quarkus.platform.version>3.15.1</quarkus.platform.version>
<version.org.kie.kogito>999-SNAPSHOT</version.org.kie.kogito>
<skipITs>true</skipITs>
<surefire-plugin.version>3.5.1</surefire-plugin.version>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
<sonar.coverage.jacoco.xmlReportPaths>
${project.build.directory}/jacoco-report/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit 8c26c1c

Please sign in to comment.