Bump org.projectnessie.cel:cel-bom from 0.4.5 to 0.5.0 and protobuf from 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](https://github.com/projectnessie/cel-java/compare/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] <support@github.com>

* bump protobuf

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Barry <msb5014@gmail.com>
pull/998/head
dependabot[bot] 2024-08-26 06:17:12 -04:00 zatwierdzone przez GitHub
rodzic cf49b861ff
commit 581e1d0ce7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 2 dodań i 5 usunięć

Wyświetl plik

@ -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"

Wyświetl plik

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

Wyświetl plik

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