Skip to content

Commit

Permalink
build(deps): Bump org.junit:junit-bom from 5.10.3 to 5.11.1
Browse files Browse the repository at this point in the history
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent cc1b19c commit 95daab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<description />

<properties>
<version.org.junit>5.10.3</version.org.junit>
<version.org.junit>5.11.1</version.org.junit>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/junit5-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<name>Arquillian Core: JUnit 5 Integration Tests</name>

<properties>
<version.org.junit>5.10.3</version.org.junit>
<version.org.junit>5.11.1</version.org.junit>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 95daab3

Please sign in to comment.