Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 2 updates (#91)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates in the / directory: [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) and [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin).


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 `com.googlecode.maven-download-plugin:download-maven-plugin` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
- [Commits](download-maven-plugin/download-maven-plugin@1.11.1...1.11.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent a1d7f25 commit 6fba885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@

<junit.jupiter.version>5.11.3</junit.jupiter.version>
<junit.platform.version>1.11.3</junit.platform.version>
<maven.surefire.version>3.5.1</maven.surefire.version>
<maven.surefire.version>3.5.2</maven.surefire.version>

<!-- Build tools' properties -->
<spotbugs.version>4.8.6</spotbugs.version>
<maven.spotbugs.version>4.8.6.5</maven.spotbugs.version>
<maven.checkstyle.version>3.6.0</maven.checkstyle.version>
<maven.compile.plugin.version>3.13.0</maven.compile.plugin.version>
<maven.dependency.version>3.8.1</maven.dependency.version>
<maven.download.plugin.version>1.11.1</maven.download.plugin.version>
<maven.download.plugin.version>1.11.2</maven.download.plugin.version>
<maven.exec.plugin.version>3.5.0</maven.exec.plugin.version>

<skipITs>true</skipITs>
Expand Down

0 comments on commit 6fba885

Please sign in to comment.