Skip to content

Commit

Permalink
chore: upgrade eclipselink version to 4.0.5 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpoh authored Jan 3, 2025
1 parent 2f54ea4 commit 50ef1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1" }
commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.17.0" }
dropwizard-bom = { module = "io.dropwizard:dropwizard-bom", version.ref = "dropwizard" }
eclipselink = { module = "org.eclipse.persistence:eclipselink", version = "4.0.4" }
eclipselink = { module = "org.eclipse.persistence:eclipselink", version = "4.0.5" }
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.3.0-jre" }
Expand Down

0 comments on commit 50ef1bc

Please sign in to comment.