Skip to content

Commit

Permalink
Bump org.springframework.boot from 3.4.0 to 3.4.1 (#954)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc P <[email protected]>
  • Loading branch information
dependabot[bot] and cram-cfa authored Dec 20, 2024
1 parent b23de29 commit 547a406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 547a406

Please sign in to comment.