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 24, 2022
1 parent d3c8ceb commit cbd4bb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.12"
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13"
}
}

Expand Down Expand Up @@ -47,8 +47,8 @@ subprojects {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
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-core:4.8.1"
testImplementation "org.mockito:mockito-junit-jupiter:4.8.1"
}

checkstyle {
Expand Down
8 changes: 4 additions & 4 deletions swagger-brake-integration-tests/build.gradle
Expand Up @@ -6,17 +6,17 @@ 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.3"
testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:4.5.3"
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"
testImplementation "org.testng:testng:7.5"
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-core:4.8.1"
testImplementation "org.apache.maven.shared:maven-invoker:3.2.0"
testImplementation "com.google.code.gson:gson:2.9.1"

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 cbd4bb3

Please sign in to comment.