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 Oct 17, 2022
1 parent d3c8ceb commit 0c3ac7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -48,7 +48,7 @@ subprojects {
testImplementation "org.assertj:assertj-core:3.23.1"
testImplementation "org.springframework:spring-test:5.3.23"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-junit-jupiter:4.8.0"
testImplementation "org.mockito:mockito-junit-jupiter:4.8.1"
}

checkstyle {
Expand Down
6 changes: 3 additions & 3 deletions swagger-brake-integration-tests/build.gradle
Expand Up @@ -6,10 +6,10 @@ 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.4.0"
testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:4.4.0"
testImplementation "org.seleniumhq.selenium:selenium-java:4.5.0"
testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:4.5.0"
testImplementation "io.github.bonigarcia:webdrivermanager:5.3.0"
testImplementation "org.testcontainers:testcontainers:1.17.3"
testImplementation "org.testcontainers:testcontainers:1.17.5"
testImplementation "org.apache.httpcomponents:httpclient:4.5.13"
testImplementation "org.projectlombok:lombok:1.18.24"
testAnnotationProcessor "org.projectlombok:lombok:1.18.24"
Expand Down
2 changes: 1 addition & 1 deletion swagger-brake/build.gradle
Expand Up @@ -12,7 +12,7 @@ repositories {
dependencies {
implementation "org.apache.commons:commons-collections4:4.4"
implementation "io.swagger.parser.v3:swagger-parser:2.0.5"
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.4"
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.4.2"
implementation "com.github.spullara.mustache.java:compiler:0.9.10"
implementation "org.apache.httpcomponents:httpclient:4.5.13"
}

0 comments on commit 0c3ac7d

Please sign in to comment.