Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).


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

Updates `org.junit.jupiter:junit-jupiter` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.10.3)

---
updated-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.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 973c7e8 commit 40e29b2
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 @@ -83,7 +83,7 @@
<version.javax-annotation-api>1.3.2</version.javax-annotation-api>
<version.jcip-annotations>1.0</version.jcip-annotations>
<version.joda-time>2.12.7</version.joda-time>
<version.junit-jupiter>5.10.2</version.junit-jupiter>
<version.junit-jupiter>5.10.3</version.junit-jupiter>
<version.openjfx>19.0.2.1</version.openjfx>
<version.slf4j>2.0.13</version.slf4j>

Expand All @@ -105,7 +105,7 @@
<version.pitest.github>0.1.0</version.pitest.github>
<version.pitest.junit5>1.2.1</version.pitest.junit5>
<version.pitest.maven>1.16.1</version.pitest.maven>
<version.spotbugs.maven>4.8.5.0</version.spotbugs.maven>
<version.spotbugs.maven>4.8.6.1</version.spotbugs.maven>
<version.spotbugs>4.8.6</version.spotbugs>
<version.prettier.maven>0.22</version.prettier.maven>
<version.prettier-java.maven>2.4.0</version.prettier-java.maven>
Expand Down

0 comments on commit 40e29b2

Please sign in to comment.