Skip to content

Commit

Permalink
Bump org.junit.vintage:junit-vintage-engine from 5.10.1 to 5.10.2 (#3394
Browse files Browse the repository at this point in the history
)
  • Loading branch information
wadoon committed Feb 9, 2024
2 parents 974a10f + c261b93 commit 7fe4e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ subprojects {
testImplementation project(':key.util')

testCompileOnly 'junit:junit:4.13.2'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.1'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

implementation("org.jspecify:jspecify:0.3.0")
Expand Down
2 changes: 1 addition & 1 deletion recoder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {
implementation 'net.sf.retrotranslator:retrotranslator-transformer:1.2.9'

testCompileOnly 'junit:junit:4.13.2'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.1'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.2'
}

0 comments on commit 7fe4e7d

Please sign in to comment.