Skip to content

Commit 945f914

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-java to v4 (#1176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b509d0 commit 945f914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: providers/flagd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<testExclusions>**/e2e/*.java</testExclusions>
1919
<io.grpc.version>1.70.0</io.grpc.version>
2020
<!-- caution - updating this will break compatibility with older protobuf-java versions -->
21-
<protobuf-java.min.version>3.25.6</protobuf-java.min.version>
21+
<protobuf-java.min.version>4.29.3</protobuf-java.min.version>
2222
</properties>
2323

2424
<name>flagd</name>

0 commit comments

Comments
 (0)