Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Bump apache.maven.plugins.version from 3.2.1 to 3.2.2
Browse files Browse the repository at this point in the history
Bumps `apache.maven.plugins.version` from 3.2.1 to 3.2.2.

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

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.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 Ziedelth committed Nov 7, 2023
1 parent 1fa7cd0 commit c505014
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 @@ -19,7 +19,7 @@
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
<mainClass>fr.jais.scraper.ScraperKt</mainClass>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<apache.maven.plugins.version>3.2.1</apache.maven.plugins.version>
<apache.maven.plugins.version>3.2.2</apache.maven.plugins.version>
</properties>

<repositories>
Expand Down

0 comments on commit c505014

Please sign in to comment.