Skip to content

Commit

Permalink
Bump org.projectnessie.cel:cel-bom from 0.4.5 to 0.5.0 and protobuf f…
Browse files Browse the repository at this point in the history
…rom 3.25.4 to 4.27.3 (#997)

* Bump org.projectnessie.cel:cel-bom from 0.4.5 to 0.5.0

Bumps [org.projectnessie.cel:cel-bom](https://github.com/projectnessie/cel-java) from 0.4.5 to 0.5.0.
- [Release notes](https://github.com/projectnessie/cel-java/releases)
- [Commits](projectnessie/cel-java@v0.4.5...v0.5.0)

---
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]>

* bump protobuf

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Barry <[email protected]>
  • Loading branch information
dependabot[bot] and msbarry authored Aug 26, 2024
1 parent cf49b86 commit 581e1d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ updates:
timezone: America/New_York
labels:
- dependencies
ignore:
- dependency-name: "com.google.protobuf:protobuf-java"
versions: [ "3.23.3" ]
- package-ecosystem: maven
# workaround for non-standard pom.xml filename (https://github.com/dependabot/dependabot-core/issues/4425)
directory: "/.github/planetiler-examples-dependabot"
Expand Down
2 changes: 1 addition & 1 deletion planetiler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<geotools.version>31.3</geotools.version>
<log4j.version>2.23.1</log4j.version>
<prometheus.version>0.16.0</prometheus.version>
<protobuf.version>3.25.4</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
<geopackage.version>6.6.5</geopackage.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion planetiler-custommap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.projectnessie.cel</groupId>
<artifactId>cel-bom</artifactId>
<version>0.4.5</version>
<version>0.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 581e1d0

Please sign in to comment.