Skip to content

Commit 60058f8

Browse files
dependabot[bot]ybelMekk
andauthoredJan 2, 2024
chore(deps): bump org.jetbrains.kotlin:kotlin-test-junit5 (#616)
Bumps [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-type: direct:production 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> Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
1 parent 30673b9 commit 60058f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val mockWebServerVersion = "4.12.0"
99
val jacksonVersion = "2.16.0"
1010
val nettyVersion = "4.1.104.Final"
1111
val junitJupiterVersion = "5.10.1"
12-
val kotlinVersion = "1.9.21"
12+
val kotlinVersion = "1.9.22"
1313
val freemarkerVersion = "2.3.32"
1414
val kotestVersion = "5.8.0"
1515
val bouncyCastleVersion = "1.70"

0 commit comments

Comments
 (0)
Please sign in to comment.