Skip to content

Commit

Permalink
Bump org.codeforamerica.platform:form-flow from 1.3.0 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [org.codeforamerica.platform:form-flow](https://github.com/codeforamerica/form-flow) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/codeforamerica/form-flow/releases)
- [Commits](codeforamerica/form-flow@1.3.0...1.3.1)

---
updated-dependencies:
- dependency-name: org.codeforamerica.platform:form-flow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bseeger committed Apr 29, 2024
1 parent 37521bd commit d77edf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -28,7 +28,7 @@ repositories {
}

def profile = props.getProperty('SPRING_PROFILES_ACTIVE')
def formFlowLibraryVersion = '1.3.0'
def formFlowLibraryVersion = '1.3.1'
def useLocalLibrary = System.getenv('USE_LOCAL_LIBRARY')

dependencies {
Expand Down

0 comments on commit d77edf3

Please sign in to comment.