Skip to content

Commit ac751e8

Browse files
authoredJan 22, 2025··
fix(deps): update grpc-java monorepo to v1.70.0 (#1172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎providers/flagd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<!-- exclusion expression for e2e tests -->
1717
<testExclusions>**/e2e/*.java</testExclusions>
18-
<io.grpc.version>1.69.1</io.grpc.version>
18+
<io.grpc.version>1.70.0</io.grpc.version>
1919
<!-- caution - updating this will break compatibility with older protobuf-java versions -->
2020
<protobuf-java.min.version>3.25.5</protobuf-java.min.version>
2121
</properties>

0 commit comments

Comments
 (0)
Please sign in to comment.