From dff7c63d7ace8300aea97722966943afa6ae8b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:06:58 -0600 Subject: [PATCH] Bump org.codeforamerica.platform:form-flow (#292) Bumps org.codeforamerica.platform:form-flow from 1.1.1-SNAPSHOT to 1.1.2-SNAPSHOT. --- updated-dependencies: - dependency-name: org.codeforamerica.platform:form-flow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8365c893..75843ce7 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { } def profile = props.getProperty('SPRING_PROFILES_ACTIVE') -def formFlowLibraryVersion = '1.1.1-SNAPSHOT' +def formFlowLibraryVersion = '1.1.2-SNAPSHOT' def useLocalLibrary = System.getenv('USE_LOCAL_LIBRARY') dependencies {