Skip to content

Commit

Permalink
Bump junit5.version from 5.11.0 to 5.11.4 (#114)
Browse files Browse the repository at this point in the history
Bumps `junit5.version` from 5.11.0 to 5.11.4.

Updates `org.junit.vintage:junit-vintage-engine` from 5.11.0 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.4)

---
updated-dependencies:
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 872c7bf commit e24296c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<pmd.langtest.version>7.9.0</pmd.langtest.version>
<kotlin.version>2.0.21</kotlin.version>
<kotest.version>5.9.1</kotest.version>
<junit5.version>5.11.0</junit5.version>
<junit5.version>5.11.4</junit5.version>

<!-- Those have different values based on the profile -->
<openjfx.scope>provided</openjfx.scope>
Expand Down

0 comments on commit e24296c

Please sign in to comment.