Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 7, 2024
1 parent 8fbabb5 commit e3780e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dokka = "1.9.20"
download = "5.6.0"
jreleaser = "1.14.0"
license = "0.16.1"
shadow = "8.3.2"
shadow = "8.3.3"
sonarscanner = "5.1.0.4882"

# libs
Expand All @@ -19,7 +19,7 @@ woodstox = "7.0.0"
# testing
assertj = "3.26.3"
junit = "5.11.1"
mockito = "5.14.0"
mockito = "5.14.1"
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.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
}

configurations {
Expand Down
4 changes: 2 additions & 2 deletions 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.1</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -77,7 +77,7 @@

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit e3780e2

Please sign in to comment.