Skip to content

Commit

Permalink
chore(deps): bump jupiterVersion from 5.10.2 to 5.10.3
Browse files Browse the repository at this point in the history
Bumps `jupiterVersion` 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.vintage:junit-vintage-engine` 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:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent bb19998 commit ef1c56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ val avroVersion = "1.8.1"
val confluentPlatformVersion = "4.1.4" // For compatibility tests use version 4.1.4.
val hamcrestVersion = "2.2"
val jacksonVersion = "2.17.0" // This Jackson is used in the tests.
val jupiterVersion = "5.10.2"
val jupiterVersion = "5.10.3"
val servletVersion = "4.0.1"
val testcontainersVersion = "1.19.8"
val awaitilityVersion = "4.2.1"
Expand Down

0 comments on commit ef1c56c

Please sign in to comment.