From dc5e16427fc478d3eba1713e5306ba64cd7388f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 16:35:46 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 in /db-connector Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- db-connector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-connector/build.gradle b/db-connector/build.gradle index 7f8dcdaf1..86b86f1be 100644 --- a/db-connector/build.gradle +++ b/db-connector/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'org.jdbi:jdbi3-sqlobject:3.49.5' implementation 'org.jdbi:jdbi3-postgres:3.49.5' - liquibaseRuntime 'org.apache.commons:commons-lang3:3.17.0' + liquibaseRuntime 'org.apache.commons:commons-lang3:3.20.0' liquibaseRuntime 'org.liquibase:liquibase-core:4.31.0' liquibaseRuntime 'org.liquibase:liquibase-groovy-dsl:4.0.1' liquibaseRuntime 'info.picocli:picocli:4.7.6'