From a31de4d72d9d649e0607e22d6c60e7637f04ba21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:32:05 +0000 Subject: [PATCH] Bump springBootVersion from 3.2.6 to 3.3.4 Bumps `springBootVersion` from 3.2.6 to 3.3.4. Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.2.6 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.6...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-logging` from 3.2.6 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.6...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.6 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.6...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-security` from 3.2.6 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.6...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.6 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.6...v3.3.4) Updates `org.springframework.boot:spring-boot-starter` from 3.2.6 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.6...v3.3.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-logging dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-security dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ef6ef0c..1688fa5 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ configure(jvmProjects()) { nettyTcnativeBoringsslStaticVersion = '2.0.65.Final' nettyVersion = '4.1.110.Final' micrometerVersion = '1.12.6' - springBootVersion = '3.2.6' // https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/ + springBootVersion = '3.3.4' // https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/ janinoVersion = '3.1.12' servletVersion = '6.0.0' // jakarta logbookVersion = '3.8.0'