Skip to content

Commit

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

---
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 Jun 13, 2024
1 parent d55f21f commit a158950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
}

def profile = props.getProperty('SPRING_PROFILES_ACTIVE')
def formFlowLibraryVersion = '1.3.3'
def formFlowLibraryVersion = '1.3.4'
def useLocalLibrary = System.getenv('USE_LOCAL_LIBRARY')

dependencies {
Expand Down

0 comments on commit a158950

Please sign in to comment.