Skip to content

Commit

Permalink
Bump junit-bom from 5.8.1 to 5.8.2
Browse files Browse the repository at this point in the history
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kinow committed Nov 29, 2021
1 parent fd1ef52 commit 233e8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -208,7 +208,7 @@
<commons.japicmp.version>0.15.3</commons.japicmp.version>
<clirr.skip>true</clirr.skip>
<japicmp.skip>false</japicmp.skip>
<junit.version>5.8.1</junit.version>
<junit.version>5.8.2</junit.version>
<spotbugs.skip>false</spotbugs.skip>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Expand Up @@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump spotbugs-maven-plugin from 4.3.0 to 4.5.0.0 #102, #110, #119.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump junit-bom from 5.8.0-M1 to 5.8.1 #96, #100, #103.
Bump junit-bom from 5.8.0-M1 to 5.8.2 #96, #100, #103, #120.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump checkstyle from 8.45.1 to 9.1 #97, #104, #111.
Expand Down

0 comments on commit 233e8dd

Please sign in to comment.