Skip to content

Commit

Permalink
Bump junit-platform.version from 1.11.3 to 1.11.4
Browse files Browse the repository at this point in the history
Bumps `junit-platform.version` from 1.11.3 to 1.11.4.

Updates `org.junit.platform:junit-platform-suite` from 1.11.3 to 1.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-launcher` from 1.11.3 to 1.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-suite
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 2ed79e6 commit 6c11ba9
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 @@ -21,7 +21,7 @@
<liquibase.sdk.github.token>${env.GITHUB_TOKEN}</liquibase.sdk.github.token>
<sonar.tests>src/test/groovy</sonar.tests>
<junit.version>5.11.3</junit.version>
<junit-platform.version>1.11.3</junit-platform.version>
<junit-platform.version>1.11.4</junit-platform.version>
</properties>

<scm>
Expand Down

0 comments on commit 6c11ba9

Please sign in to comment.