Skip to content

Commit

Permalink
Bump org.codeforamerica.platform:form-flow from 1.3.1 to 1.3.2
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.1 to 1.3.2.
- [Release notes](https://github.com/codeforamerica/form-flow/releases)
- [Commits](codeforamerica/form-flow@1.3.1...1.3.2)

---
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 May 10, 2024
1 parent 6840911 commit 69a5a23
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.1'
def formFlowLibraryVersion = '1.3.2'
def useLocalLibrary = System.getenv('USE_LOCAL_LIBRARY')

dependencies {
Expand Down

0 comments on commit 69a5a23

Please sign in to comment.