From 8cafa220692023db5bb060d1abd5fb07c8cda0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:35:57 +0000 Subject: [PATCH] fix: bump the springframework-dependencies group with 4 updates Bumps the springframework-dependencies group with 4 updates: [org.springframework.boot](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-validation` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: springframework-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: springframework-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: springframework-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: springframework-dependencies ... Signed-off-by: dependabot[bot] --- generator-integration-test/build.gradle | 6 +++--- generator/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/generator-integration-test/build.gradle b/generator-integration-test/build.gradle index 5ecd80e..7d1af5a 100644 --- a/generator-integration-test/build.gradle +++ b/generator-integration-test/build.gradle @@ -34,11 +34,11 @@ dependencies { implementation project(":generator-integration-test-api") compileOnly 'org.wiremock:wiremock:3.10.0' - implementation 'org.springframework.boot:spring-boot-starter-web:3.4.0' - implementation 'org.springframework.boot:spring-boot-starter-validation:3.4.0' + implementation 'org.springframework.boot:spring-boot-starter-web:3.4.1' + implementation 'org.springframework.boot:spring-boot-starter-validation:3.4.1' implementation 'org.apache.commons:commons-lang3:3.17.0' - testImplementation('org.springframework.boot:spring-boot-starter-test:3.4.0') { + testImplementation('org.springframework.boot:spring-boot-starter-test:3.4.1') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } testImplementation 'org.wiremock:wiremock:3.10.0' diff --git a/generator/build.gradle b/generator/build.gradle index 08c3b6b..3c73c1a 100644 --- a/generator/build.gradle +++ b/generator/build.gradle @@ -1,7 +1,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin plugins { - id 'org.springframework.boot' version '3.4.0' apply false + id 'org.springframework.boot' version '3.4.1' apply false id 'signing' id 'maven-publish' id 'jacoco'