From 27f8d08be5469e2585392ab11a2eeb2c6e040f94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:38:04 +0000 Subject: [PATCH] Update all non-major dependencies --- build.gradle | 18 +++++++++--------- swagger-brake-integration-tests/build.gradle | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/build.gradle b/build.gradle index 3d07ea1..64f70f3 100644 --- a/build.gradle +++ b/build.gradle @@ -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.3" } } @@ -43,20 +43,20 @@ subprojects { 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.springframework:spring-context:6.1.0" + implementation "org.springframework:spring-context:6.1.0" 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' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.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.mockito:mockito-junit-jupiter:5.6.0" + testImplementation "org.springframework:spring-test:6.1.0" + testImplementation "org.mockito:mockito-core:5.7.0" + testImplementation "org.mockito:mockito-junit-jupiter:5.7.0" } checkstyle { - toolVersion = '10.12.4' + toolVersion = '10.12.5' } tasks.withType(Checkstyle) { diff --git a/swagger-brake-integration-tests/build.gradle b/swagger-brake-integration-tests/build.gradle index 57c76da..b0c32f8 100644 --- a/swagger-brake-integration-tests/build.gradle +++ b/swagger-brake-integration-tests/build.gradle @@ -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.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.seleniumhq.selenium:selenium-java:4.15.0" + testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:4.15.0" + testImplementation "io.github.bonigarcia:webdrivermanager:5.6.2" + testImplementation "org.testcontainers:testcontainers:1.19.3" 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.springframework:spring-test:6.1.0" + testImplementation "org.mockito:mockito-core:5.7.0" testImplementation "org.apache.maven.shared:maven-invoker:3.2.0" testImplementation "com.google.code.gson:gson:2.10.1"