diff --git a/build.gradle b/build.gradle index e20dbb41b..8d6e346d5 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } plugins { - id 'org.springframework.boot' version '3.4.0' + id 'org.springframework.boot' version '3.4.1' id 'io.spring.dependency-management' version '1.1.7' id 'java' id 'com.adarshr.test-logger' version '4.0.0' @@ -48,7 +48,7 @@ repositories { } def profile = props.getProperty('SPRING_PROFILES_ACTIVE') -def formFlowLibraryVersion = '1.6.1' +def formFlowLibraryVersion = '1.6.2' def useLocalLibrary = props.getProperty('USE_LOCAL_LIBRARY') dependencies {