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'