Skip to content

Commit

Permalink
chore(deps): update all dependencies to v5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 22, 2024
1 parent 5282cc2 commit 65eeb88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ woodstox = "7.0.0"

# testing
assertj = "3.26.3"
junit = "5.11.2"
junit = "5.11.3"
mockito = "5.14.2"
mockito-kotlin = "5.4.0"
sonarqube-orchestrator = "5.0.0.2065"
Expand Down
2 changes: 1 addition & 1 deletion plsql-custom-rules/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.7.0-SNAPSHOT")
testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion")
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.7.0-SNAPSHOT")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion plsql-custom-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 65eeb88

Please sign in to comment.