From a63757e7f782097cd1786375862a72d96b9af597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 20:34:02 +0000 Subject: [PATCH] build(deps): bump the java-dependencies group across 1 directory with 4 updates Bumps the java-dependencies group with 4 updates in the / directory: [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5), [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock), [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.junit.vintage:junit-vintage-engine` from 5.11.4 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) Updates `org.wiremock:wiremock-standalone` from 3.12.0 to 3.12.1 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.12.0...3.12.1) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.5 to 2.8.6 - [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.5...v2.8.6) Updates `org.springframework.boot` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-dependencies - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-patch 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.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 327c49b..1f70f18 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.4.3' + id 'org.springframework.boot' version '3.4.4' id 'io.spring.dependency-management' version '1.1.7' id 'jacoco' id 'info.solidsoft.pitest' version '1.15.0' @@ -26,11 +26,11 @@ repositories { ext { mapstructVersion = "1.6.3" lombokVersion = "1.18.36" - wireMockVersion = "3.12.0" + wireMockVersion = "3.12.1" ioCucumberVersion = "7.21.1" - springDocVersion = "2.8.5" + springDocVersion = "2.8.6" jacocoVersion = "0.8.9" - junitVintage = "5.11.4" + junitVintage = "5.12.1" } dependencies {