This is an automated email from the ASF dual-hosted git repository. snazy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push: new efb874914 main: Update dependency org.apache.commons:commons-text to v1.13.1 (#1358) efb874914 is described below commit efb8749142434e495281090fb67d898c12ede714 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Sat Apr 12 12:34:38 2025 +0200 main: Update dependency org.apache.commons:commons-text to v1.13.1 (#1358) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 01c13853d..ee6a9c648 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version = "1 caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.2.0" } commons-codec1 = { module = "commons-codec:commons-codec", version = "1.18.0" } commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.17.0" } -commons-text = { module = "org.apache.commons:commons-text", version = "1.13.0" } +commons-text = { module = "org.apache.commons:commons-text", version = "1.13.1" } eclipselink = { module = "org.eclipse.persistence:eclipselink", version = "4.0.6" } errorprone = { module = "com.google.errorprone:error_prone_core", version = "2.37.0" } google-cloud-storage-bom = { module = "com.google.cloud:google-cloud-storage-bom", version = "2.50.0" }