We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63062c2 commit 2d87b9cCopy full SHA for 2d87b9c
providers/flagd/pom.xml
@@ -18,7 +18,7 @@
18
<testExclusions>**/e2e/*.java</testExclusions>
19
<io.grpc.version>1.71.0</io.grpc.version>
20
<!-- caution - updating this will break compatibility with older protobuf-java versions -->
21
- <protobuf-java.min.version>4.29.3</protobuf-java.min.version>
+ <protobuf-java.min.version>3.25.6</protobuf-java.min.version>
22
</properties>
23
24
<name>flagd</name>
renovate.json
@@ -9,5 +9,8 @@
9
"depNameTemplate": "open-feature/test-harness",
10
"datasourceTemplate": "github-releases"
11
}
12
+ ],
13
+ "ignoreDeps": [
14
+ "com.google.protobuf:protobuf-java"
15
]
16
0 commit comments