Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 17, 2024
1 parent c77172d commit 210dfd4
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
24 changes: 12 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.1"
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.5"
}
}

Expand Down Expand Up @@ -41,22 +41,22 @@ subprojects {

implementation 'com.google.guava:guava:32.1.3-jre'
implementation "org.apache.commons:commons-collections4:4.4"
implementation "org.apache.commons:commons-lang3:3.13.0"
implementation "org.apache.commons:commons-lang3:3.13.0"
implementation "org.springframework:spring-context:6.0.13"
implementation "org.springframework:spring-context:6.0.13"
implementation "org.apache.commons:commons-lang3:3.14.0"
implementation "org.apache.commons:commons-lang3:3.14.0"
implementation "org.springframework:spring-context:6.1.5"
implementation "org.springframework:spring-context:6.1.5"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.4"

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation "org.assertj:assertj-core:3.24.2"
testImplementation "org.springframework:spring-test:6.0.13"
testImplementation "org.mockito:mockito-core:5.6.0"
testImplementation "org.mockito:mockito-junit-jupiter:5.6.0"
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation "org.assertj:assertj-core:3.25.3"
testImplementation "org.springframework:spring-test:6.1.5"
testImplementation "org.mockito:mockito-core:5.11.0"
testImplementation "org.mockito:mockito-junit-jupiter:5.11.0"
}

checkstyle {
toolVersion = '10.12.4'
toolVersion = '10.14.2'
}

tasks.withType(Checkstyle) {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
20 changes: 10 additions & 10 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand All @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto execute

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand Down
16 changes: 8 additions & 8 deletions swagger-brake-integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ repositories {
dependencies {
testImplementation "ch.qos.logback:logback-core:1.2.11"
testImplementation "ch.qos.logback:logback-classic:1.2.11"
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.seleniumhq.selenium:selenium-java:4.14.1"
testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:4.14.1"
testImplementation "io.github.bonigarcia:webdrivermanager:5.6.0"
testImplementation "org.testcontainers:testcontainers:1.19.1"
testImplementation "org.awaitility:awaitility:4.2.1"
testImplementation "org.seleniumhq.selenium:selenium-java:4.18.1"
testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:4.18.1"
testImplementation "io.github.bonigarcia:webdrivermanager:5.7.0"
testImplementation "org.testcontainers:testcontainers:1.19.7"
testImplementation "org.apache.httpcomponents:httpclient:4.5.14"
testImplementation "org.projectlombok:lombok:1.18.30"
testAnnotationProcessor "org.projectlombok:lombok:1.18.30"
testImplementation "org.testng:testng:7.5.1"
testImplementation "org.assertj:assertj-core:3.24.2"
testImplementation "org.springframework:spring-test:6.0.13"
testImplementation "org.mockito:mockito-core:5.6.0"
testImplementation "org.assertj:assertj-core:3.25.3"
testImplementation "org.springframework:spring-test:6.1.5"
testImplementation "org.mockito:mockito-core:5.11.0"
testImplementation "org.apache.maven.shared:maven-invoker:3.2.0"
testImplementation "com.google.code.gson:gson:2.10.1"

Expand Down

0 comments on commit 210dfd4

Please sign in to comment.