Skip to content

Commit

Permalink
Bump junit.jupiter.version from 5.10.2 to 5.10.3
Browse files Browse the repository at this point in the history
Bumps `junit.jupiter.version` from 5.10.2 to 5.10.3.

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)

Updates `org.junit.jupiter:junit-jupiter-params` 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: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jul 1, 2024
1 parent f45de48 commit 325e7d0
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 @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j.version>2.23.1</log4j.version>

<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<junit.platform.version>1.7.2</junit.platform.version>
<slf4j.version>2.0.13</slf4j.version>
<guava.version>23.0</guava.version>
Expand Down

0 comments on commit 325e7d0

Please sign in to comment.