Skip to content

Commit

Permalink
Update dependency org.projectnessie.cel:cel-bom to v0.4.3 (#7738)
Browse files Browse the repository at this point in the history
* Update dependency org.projectnessie.cel:cel-bom to v0.4.3

* Adopt to CEL 0.4.3, use cel-standalone artifact

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Stupp <[email protected]>
  • Loading branch information
renovate[bot] and snazy authored Nov 21, 2023
1 parent cb60336 commit ab6a6ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk15on", version.ref
bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk15on", version.ref = "bouncycastle" }
cassandra-driver-bom = { module = "com.datastax.oss:java-driver-bom", version = "4.17.0" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8" }
cel-bom = { module = "org.projectnessie.cel:cel-bom", version = "0.3.21" }
cel-bom = { module = "org.projectnessie.cel:cel-bom", version = "0.4.3" }
checkstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" }
docker-java-api = { module = "com.github.docker-java:docker-java-api", version = "3.3.4" }
errorprone-annotations = { module = "com.google.errorprone:error_prone_annotations", version.ref = "errorprone" }
Expand Down
3 changes: 1 addition & 2 deletions servers/quarkus-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ dependencies {
implementation("io.micrometer:micrometer-registry-prometheus")

implementation(platform(libs.cel.bom))
implementation("org.projectnessie.cel:cel-tools")
implementation("org.projectnessie.cel:cel-jackson")
implementation("org.projectnessie.cel:cel-standalone")

if (project.hasProperty("k8s")) {
/*
Expand Down
3 changes: 1 addition & 2 deletions servers/services/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ dependencies {
implementation(libs.slf4j.api)

implementation(platform(libs.cel.bom))
implementation("org.projectnessie.cel:cel-tools")
implementation("org.projectnessie.cel:cel-jackson")
implementation("org.projectnessie.cel:cel-standalone")

compileOnly(libs.immutables.builder)
compileOnly(libs.immutables.value.annotations)
Expand Down

0 comments on commit ab6a6ad

Please sign in to comment.