Skip to content

Commit

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

Bump org.jetbrains.kotlin:kotlin-test-junit from 1.9.10 to 1.9.20
  • Loading branch information
wadoon authored Nov 15, 2023
2 parents a888c11 + bf92ea7 commit 24faa73
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.10'
testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '1.9.20'
testImplementation project(':utils-test')
}

Expand Down

0 comments on commit 24faa73

Please sign in to comment.