From 7425dfe3d8334ff043f8b2c442dfc3386b1f8f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 20:11:42 +0000 Subject: [PATCH] build(deps): bump the java-dependencies group across 1 directory with 5 updates Bumps the java-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.1` | | [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.12.0` | `3.12.1` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.36` | `1.18.38` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.5` | `2.8.6` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.3` | `3.4.4` | 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.projectlombok:lombok` from 1.18.36 to 1.18.38 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.36...v1.18.38) 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.projectlombok:lombok 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 327c49b..1eab9d0 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' @@ -25,12 +25,12 @@ repositories { ext { mapstructVersion = "1.6.3" - lombokVersion = "1.18.36" - wireMockVersion = "3.12.0" + lombokVersion = "1.18.38" + 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 {