Skip to content

Commit

Permalink
Update junit5 monorepo to v5.12.0 (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent ca646f4 commit 1839aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depclean-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
compileOnly('org.projectlombok:lombok:1.18.36')
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testImplementation('org.spockframework:spock-core:2.3-groovy-4.0')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<slf4j-api.version>2.0.16</slf4j-api.version>
<slf4j-log4j12.version>2.0.16</slf4j-log4j12.version>
<!-- do not change -->
<junit5.version>5.11.4</junit5.version>
<junit5.version>5.12.0</junit5.version>
</properties>

<!-- Project description-->
Expand Down

0 comments on commit 1839aa2

Please # to comment.