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 Jun 13, 2024
1 parent b14443e commit 3046f28
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@ subprojects {
compileOnly "org.projectlombok:lombok:1.18.32"
annotationProcessor "org.projectlombok:lombok:1.18.32"

implementation 'com.google.guava:guava:33.2.0-jre'
implementation 'com.google.guava:guava:33.2.1-jre'
implementation "org.apache.commons:commons-collections4:4.4"
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.6"
implementation "org.springframework:spring-context:6.1.6"
implementation "org.springframework:spring-context:6.1.9"
implementation "org.springframework:spring-context:6.1.9"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.4"

testImplementation "org.assertj:assertj-core:3.25.3"
testImplementation "org.springframework:spring-test:6.1.6"
testImplementation "org.assertj:assertj-core:3.26.0"
testImplementation "org.springframework:spring-test:6.1.9"
testImplementation "org.mockito:mockito-core:5.12.0"
testImplementation "org.mockito:mockito-junit-jupiter:5.12.0"
}

checkstyle {
toolVersion = '10.16.0'
toolVersion = '10.17.0'
}

tasks.withType(Checkstyle) {
Expand Down
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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down
10 changes: 5 additions & 5 deletions swagger-brake-integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ 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.1"
testImplementation "org.seleniumhq.selenium:selenium-java:4.20.0"
testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:4.20.0"
testImplementation "org.seleniumhq.selenium:selenium-java:4.21.0"
testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:4.21.0"
testImplementation "io.github.bonigarcia:webdrivermanager:5.8.0"
testImplementation "org.testcontainers:testcontainers:1.19.8"
testImplementation "org.apache.httpcomponents:httpclient:4.5.14"
testImplementation "org.projectlombok:lombok:1.18.32"
testAnnotationProcessor "org.projectlombok:lombok:1.18.32"
testImplementation "org.testng:testng:7.5.1"
testImplementation "org.assertj:assertj-core:3.25.3"
testImplementation "org.springframework:spring-test:6.1.6"
testImplementation "org.assertj:assertj-core:3.26.0"
testImplementation "org.springframework:spring-test:6.1.9"
testImplementation "org.mockito:mockito-core:5.12.0"
testImplementation "org.apache.maven.shared:maven-invoker:3.3.0"
testImplementation "com.google.code.gson:gson:2.10.1"
testImplementation "com.google.code.gson:gson:2.11.0"

testImplementation project(":swagger-brake-cli")
}
Expand Down

0 comments on commit 3046f28

Please sign in to comment.