From fd792fb79d33599a5a81f79fcf1c4d362d37010e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 19:28:12 +0000 Subject: [PATCH] build(deps): bump the java-dependencies group across 1 directory with 3 updates Bumps the java-dependencies group with 3 updates in the / directory: [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock), [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and org.owasp.dependencycheck. Updates `org.wiremock:wiremock-standalone` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.10.0...3.11.0) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.3 to 2.8.4 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.3...v2.8.4) Updates `org.owasp.dependencycheck` from 12.0.1 to 12.0.2 --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-dependencies - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-dependencies - dependency-name: org.owasp.dependencycheck dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 676c107..d1df0b6 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.7' id 'jacoco' id 'info.solidsoft.pitest' version '1.15.0' - id "org.owasp.dependencycheck" version "12.0.1" + id "org.owasp.dependencycheck" version "12.0.2" } String buildId = project.hasProperty('buildId') ? project['buildId'] : 'DEV' @@ -26,9 +26,9 @@ repositories { ext { mapstructVersion = "1.6.3" lombokVersion = "1.18.36" - wireMockVersion = "3.10.0" + wireMockVersion = "3.11.0" ioCucumberVersion = "7.20.1" - springDocVersion = "2.8.3" + springDocVersion = "2.8.4" jacocoVersion = "0.8.9" junitVintage = "5.11.4" }