Skip to content

Commit

Permalink
chore(deps): bump version.maven-surefire-plugin from 3.2.2 to 3.2.5
Browse files Browse the repository at this point in the history
Bumps `version.maven-surefire-plugin` from 3.2.2 to 3.2.5.

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

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

---
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 Jan 10, 2024
1 parent 76931ed commit 9b177ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<shaded-classifier-name>fat</shaded-classifier-name>
<version.maven-surefire-plugin>3.2.2</version.maven-surefire-plugin>
<version.maven-surefire-plugin>3.2.5</version.maven-surefire-plugin>
<version.scala.compat>2.13</version.scala.compat>
<version.akka>2.6.20</version.akka>
<version.akka.http>10.2.10</version.akka.http>
Expand Down

0 comments on commit 9b177ff

Please sign in to comment.