From 20b4e85b467fc5b54c4adff20abe6e816c0c7050 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:31:36 +0000 Subject: [PATCH] fix(deps): update spring boot to v4.1.1 Ref: PACT-445 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 831cc99..67bd730 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.1.0' + id 'org.springframework.boot' version '4.1.1' id 'java' id "au.com.dius.pact" version "4.7.5" id "io.freefair.lombok" version "9.5.0" @@ -16,7 +16,7 @@ repositories { } dependencies { - implementation platform('org.springframework.boot:spring-boot-dependencies:4.1.0') + implementation platform('org.springframework.boot:spring-boot-dependencies:4.1.1') implementation 'org.springframework.boot:spring-boot-starter-web' implementation "org.apache.httpcomponents:fluent-hc:4.5.14" implementation 'com.graphql-java:graphql-java:26.0'