From 708ee4bb925ba5b737cf90e4ed2530c114d2eed3 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 18:20:02 +0000 Subject: [PATCH] fix(deps): update spring boot to v4.1.0 Ref: PACT-445 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8683a85..7d2c973 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.6' + id 'org.springframework.boot' version '4.1.0' id 'java' id "au.com.dius.pact" version "4.7.1" id "io.freefair.lombok" version "9.5.0" @@ -16,7 +16,7 @@ repositories { } dependencies { - implementation platform('org.springframework.boot:spring-boot-dependencies:4.0.6') + implementation platform('org.springframework.boot:spring-boot-dependencies:4.1.0') 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'