Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: commons-io:commons-io, [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin).


Updates `commons-io:commons-io` from 2.16.1 to 2.17.0

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.8.6.3 to 4.8.6.4
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.8.6.3...spotbugs-maven-plugin-4.8.6.4)

Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.5.0 to 0.6.0
- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 9cc32b9 commit 3ba604c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,19 @@

<!-- TEST dependencies -->
<mockito.version>5.13.0</mockito.version>
<apache.commons.version>2.16.1</apache.commons.version>
<apache.commons.version>2.17.0</apache.commons.version>

<!-- Build tools' properties -->
<spotbugs.version>4.8.6</spotbugs.version>
<maven.spotbugs.version>4.8.6.3</maven.spotbugs.version>
<maven.spotbugs.version>4.8.6.4</maven.spotbugs.version>
<maven.checkstyle.version>3.5.0</maven.checkstyle.version>
<maven.dependency.version>3.8.0</maven.dependency.version>

<maven.compile.plugin.version>3.13.0</maven.compile.plugin.version>
<maven.source.plugin.version>3.3.1</maven.source.plugin.version>
<maven.deploy.plugin.version>3.1.3</maven.deploy.plugin.version>
<maven.gpg.version>3.2.6</maven.gpg.version>
<sonatype.nexus.central>0.5.0</sonatype.nexus.central>
<sonatype.nexus.central>0.6.0</sonatype.nexus.central>
<maven.javadoc.version>3.10.0</maven.javadoc.version>
<maven.assembly.version>3.7.1</maven.assembly.version>
<maven.plugin.plugin.version>3.9.0</maven.plugin.plugin.version>
Expand Down

0 comments on commit 3ba604c

Please sign in to comment.