From 3856b7dc53d29feec15f52f790c13a0ab3719143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:42:11 +0000 Subject: [PATCH] build(deps): bump spring-boot from 2.7.6 to 2.7.10 Bumps `spring-boot` from 2.7.6 to 2.7.10. Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.6 to 2.7.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.6...v2.7.10) Updates `org.springframework.boot:spring-boot-starter-logging` from 2.7.6 to 2.7.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.6...v2.7.10) Updates `org.springframework.boot:spring-boot-starter-actuator` from 2.7.6 to 2.7.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.6...v2.7.10) Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.6 to 2.7.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.6...v2.7.10) Updates `org.springframework.boot:spring-boot-starter-aop` from 2.7.6 to 2.7.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.6...v2.7.10) Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.6 to 2.7.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.6...v2.7.10) Updates `org.springframework.boot:spring-boot-starter-webflux` from 2.7.6 to 2.7.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.6...v2.7.10) Updates `org.springframework.boot:spring-boot-starter-data-redis-reactive` from 2.7.6 to 2.7.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.6...v2.7.10) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-logging dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-aop dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-data-redis-reactive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d64635ac1..ccefe6af8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlinx-coroutines = "1.6.4" kotlinx-serialization = "1.5.0" -spring-boot = "2.7.6" +spring-boot = "2.7.10" openjdk-jmh = "1.36" #forte-di = "0.0.3" #forte-annotationTool = "0.6.3"