From 380062b4909c28b6d2d387ac8a263ed2dc097c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:11:12 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot from 3.1.4 to 3.1.5 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- data-api/build.gradle | 2 +- data-service/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data-api/build.gradle b/data-api/build.gradle index b8f88b5..b327a34 100644 --- a/data-api/build.gradle +++ b/data-api/build.gradle @@ -1,6 +1,6 @@ plugins { id 'org.openapi.generator' version '7.0.1' - id 'org.springframework.boot' version '3.1.4' + id 'org.springframework.boot' version '3.1.5' } apply plugin: "maven-publish" diff --git a/data-service/build.gradle b/data-service/build.gradle index 4f9c53d..3021976 100644 --- a/data-service/build.gradle +++ b/data-service/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.4' + id 'org.springframework.boot' version '3.1.5' id 'jacoco' id 'checkstyle' }