Skip to content

Commit

Permalink
Merge pull request #191 from felipebz/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.1
  • Loading branch information
felipebz authored Sep 25, 2024
2 parents 76710bd + 6cd200a commit eb9b9ee
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.0"
junit = "5.11.1"
mockito = "5.13.0"
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.6.0-SNAPSHOT")
testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion")
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.6.0-SNAPSHOT")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
}

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.0</version>
<version>5.11.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit eb9b9ee

Please sign in to comment.