Skip to content

Commit cfefb79

Browse files
dependabot[bot]wadoon
authored andcommitted
Bump org.jetbrains.kotlin:kotlin-test-junit in the all group
Bumps the all group with 1 update: [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin:kotlin-test-junit` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 257faf5 commit cfefb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ subprojects {
120120
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
121121
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
122122

123-
testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '1.9.24'
123+
testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '2.0.0'
124124
testImplementation project(':utils-test')
125125
}
126126

0 commit comments

Comments
 (0)