Skip to content

Commit 9a172c9

Browse files
Bump com.google.protobuf:protobuf-java from 3.25.5 to 4.31.1 (#95)
* Bump com.google.protobuf:protobuf-java from 3.25.5 to 4.31.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.5 to 4.31.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.25.5...v4.31.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.31.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml * Update pom.xml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Arp <[email protected]>
1 parent b46f74c commit 9a172c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<name>Apache HTTP Sink</name>
3030
<description>Apache HTTP sink for metrics client.</description>
3131
<url>https://github.com/ArpNetworking/metrics-sink-http-apache</url>
32-
<version>0.13.2-SNAPSHOT</version>
32+
<version>0.14.0-SNAPSHOT</version>
3333

3434
<licenses>
3535
<license>
@@ -91,13 +91,13 @@
9191
<apache.http.client.version>4.5.14</apache.http.client.version>
9292
<apache.http.core.version>4.4.16</apache.http.core.version>
9393
<arpnetworking.commons.version>3.1.1</arpnetworking.commons.version>
94-
<client.protocol.version>0.12.0</client.protocol.version>
94+
<client.protocol.version>0.13.0</client.protocol.version>
9595
<hamcrest.version>3.0</hamcrest.version>
9696
<jsr305.version>3.0.2</jsr305.version>
9797
<junit.version>4.13.2</junit.version>
9898
<metrics.client.version>0.13.0</metrics.client.version>
9999
<mockito.version>5.18.0</mockito.version>
100-
<protobuf.version>3.25.5</protobuf.version>
100+
<protobuf.version>4.31.1</protobuf.version>
101101
<slf4j.version>2.0.17</slf4j.version>
102102
<wiremock.version>2.27.2</wiremock.version>
103103

0 commit comments

Comments
 (0)