Skip to content

Commit

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

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

Updates `org.junit.platform:junit-platform-testkit` from 1.10.0 to 1.10.1
- [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-launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-testkit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 2a74b32 commit 45c2b4b
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 @@ -35,7 +35,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<junit-jupiter-version>5.10.0</junit-jupiter-version>
<junit-platform-version>1.10.0</junit-platform-version>
<junit-platform-version>1.10.1</junit-platform-version>
<jqwik-version>1.7.4</jqwik-version>
<spotless.version>2.40.0</spotless.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 45c2b4b

Please sign in to comment.