Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3…
Browse files Browse the repository at this point in the history
….2.0
  • Loading branch information
spokenbird authored Dec 20, 2023
2 parents 13c3f18 + 63902ad commit a76a627
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 @@ -17,7 +17,7 @@ plugins {
id 'com.gorylenko.gradle-git-properties' version '2.4.1'
id 'com.adarshr.test-logger' version '4.0.0'
id 'jacoco'
id 'org.flywaydb.flyway' version '10.0.1'
id "org.flywaydb.flyway" version "[9.+,10.0["
id 'io.miret.etienne.sass' version '1.5.0'
}

Expand Down Expand Up @@ -48,7 +48,7 @@ repositories {
}

def profile = props.getProperty('SPRING_PROFILES_ACTIVE')
def formFlowLibraryVersion = '0.0.18-SNAPSHOT'
def formFlowLibraryVersion = '1.0.1-SNAPSHOT'
def useLocalLibrary = System.getenv('USE_LOCAL_LIBRARY')

dependencies {
Expand Down

0 comments on commit a76a627

Please sign in to comment.