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'