Skip to content

Commit

Permalink
Merge pull request #95 from VerifAPS/dependabot/gradle/org.jetbrains.…
Browse files Browse the repository at this point in the history
…kotlin-kotlin-test-junit-1.9.22

Bump org.jetbrains.kotlin:kotlin-test-junit from 1.9.21 to 1.9.22
  • Loading branch information
wadoon authored Dec 25, 2023
2 parents 90f1b2d + 9419eba commit 7f24fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ subprojects {
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'

testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '1.9.21'
testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '1.9.22'
testImplementation project(':utils-test')
}

Expand Down

0 comments on commit 7f24fab

Please sign in to comment.