We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f9867 commit c8a22b5Copy full SHA for c8a22b5
1 file changed
formats/protobuf/pom.xml
@@ -32,7 +32,7 @@
32
<packaging>jar</packaging>
33
34
<properties>
35
- <protobuf.version>3.21.10</protobuf.version>
+ <protobuf.version>4.31.1</protobuf.version>
36
<module-name>io.cloudevents.formats.protobuf</module-name>
37
</properties>
38
@@ -112,7 +112,7 @@
112
<dependency>
113
<groupId>com.google.truth.extensions</groupId>
114
<artifactId>truth-proto-extension</artifactId>
115
- <version>1.1.5</version>
+ <version>1.4.4</version>
116
<scope>test</scope>
117
</dependency>
118
0 commit comments