Skip to content

Commit

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

---
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 sree-cfa committed Oct 16, 2023
1 parent 7f05abe commit 98d2f28
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 @@ -28,7 +28,7 @@ repositories {
}

def profile = props.getProperty('SPRING_PROFILES_ACTIVE')
def formFlowLibraryVersion = '0.0.12'
def formFlowLibraryVersion = '0.0.13'
def useLocalLibrary = System.getenv('USE_LOCAL_LIBRARY')

dependencies {
Expand Down

0 comments on commit 98d2f28

Please sign in to comment.