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] authored May 26, 2024
1 parent b14443e commit 15be965
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ subprojects {
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.8"
implementation "org.springframework:spring-context:6.1.8"
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.8"
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
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.8"
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 15be965

Please sign in to comment.