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 e9bb74af Upgrade to eclipselink 4.0.4 (#255)
e9bb74af is described below

commit e9bb74af543537e1ab8a236067667d033d6daf8f
Author: JB Onofré <[email protected]>
AuthorDate: Wed Sep 4 21:12:17 2024 +0200

    Upgrade to eclipselink 4.0.4 (#255)
---
 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 a82b2f29..12538db3 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -41,7 +41,7 @@ caffeine = { module = 
"com.github.ben-manes.caffeine:caffeine", version = "3.1.8
 commons-codec1 = { module = "commons-codec:commons-codec", version = "1.17.0" }
 commons-lang3 = { module = "org.apache.commons:commons-lang3", version = 
"3.14.0" }
 dropwizard-bom = { module = "io.dropwizard:dropwizard-bom", version = "4.0.7" }
-eclipselink = { module = "org.eclipse.persistence:eclipselink", version = 
"4.0.3" }
+eclipselink = { module = "org.eclipse.persistence:eclipselink", version = 
"4.0.4" }
 errorprone = { module = "com.google.errorprone:error_prone_core", version = 
"2.29.2" }
 google-cloud-storage-bom = { module = 
"com.google.cloud:google-cloud-storage-bom", version = "2.42.0" }
 guava = { module = "com.google.guava:guava", version = "33.2.1-jre" }

Reply via email to