Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2024
1 parent e70454c commit 07dde23
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.34')
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testImplementation('org.spockframework:spock-core:2.3-groovy-4.0')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
}

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.1</junit5.version>
<junit5.version>5.11.2</junit5.version>
</properties>

<!-- Project description-->
Expand Down

0 comments on commit 07dde23

Please sign in to comment.