Skip to content

Commit

Permalink
build(deps): bump org.projectnessie.cel:cel-bom from 0.3.21 to 0.4.4 (#…
Browse files Browse the repository at this point in the history
…237)

* build(deps): bump org.projectnessie.cel:cel-bom from 0.3.21 to 0.4.4

Bumps [org.projectnessie.cel:cel-bom](https://github.com/projectnessie/cel-java) from 0.3.21 to 0.4.4.
- [Release notes](https://github.com/projectnessie/cel-java/releases)
- [Commits](projectnessie/cel-java@v0.3.21...v0.4.4)

---
updated-dependencies:
- dependency-name: org.projectnessie.cel:cel-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* force downgrade protobuf version to match -agent projectnessie/protobuf config

* Upgrade Protobuf as well

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Elliott Baron <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Azores <[email protected]>
Co-authored-by: Elliott Baron <[email protected]>
  • Loading branch information
3 people authored Apr 15, 2024
1 parent 6ec9867 commit 28c6c9c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<org.apache.httpcomponents.version>5.2.1</org.apache.httpcomponents.version>
<org.apache.commons.lang3.version>3.13.0</org.apache.commons.lang3.version>
<org.apache.commons.validator.version>1.7</org.apache.commons.validator.version>
<org.projectnessie.cel.bom.version>0.3.21</org.projectnessie.cel.bom.version>
<org.projectnessie.cel.bom.version>0.4.4</org.projectnessie.cel.bom.version>
<com.google.protobuf-java.version>3.25.2</com.google.protobuf-java.version>
<com.nimbusds.jose.jwt.version>9.37.3</com.nimbusds.jose.jwt.version>
<org.testcontainers.bom.version>1.19.7</org.testcontainers.bom.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down Expand Up @@ -161,6 +162,12 @@
<groupId>org.projectnessie.cel</groupId>
<artifactId>cel-jackson</artifactId>
</dependency>
<!-- FIXME this is a forced version override of the protobuf required by projectnessie -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${com.google.protobuf-java.version}</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
Expand Down

0 comments on commit 28c6c9c

Please sign in to comment.