Skip to content

Commit

Permalink
chore(deps): bump org.junit.jupiter:junit-jupiter
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).


Updates `org.junit.jupiter:junit-jupiter` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent a3f1967 commit e505dbd
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 @@ -21,7 +21,7 @@ val javaTimeAdapterVersion = "1.1.3"
val commonsCodecVersion = "1.17.1"
val ktfmtVersion = "0.49"
val javaVersion = JvmTarget.JVM_21
val junitJupiterVersion = "5.11.1"
val junitJupiterVersion = "5.11.2"
val commonsCompressVersion = "1.27.1"
val koinVersion = "4.0.0"
val diagnosekoderVersion = "1.2024.0"
Expand Down

0 comments on commit e505dbd

Please sign in to comment.