Skip to content

Commit

Permalink
Bump junit.version from 5.10.1 to 5.10.2 (#28)
Browse files Browse the repository at this point in the history
Bumps `junit.version` from 5.10.1 to 5.10.2.

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.1...r5.10.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.1...r5.10.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  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 Feb 5, 2024
1 parent 6a23829 commit b01073a
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 @@ -18,7 +18,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<josdk.version>4.7.2-SNAPSHOT</josdk.version>
<slf4j.version>1.7.36</slf4j.version>
<junit.version>5.10.1</junit.version>
<junit.version>5.10.2</junit.version>
<log4j.version>2.22.1</log4j.version>
<fabric8-client.version>6.10.0</fabric8-client.version>
<directory-maven-plugin.version>1.0</directory-maven-plugin.version>
Expand Down

0 comments on commit b01073a

Please sign in to comment.