Skip to content

Commit 2d87b9c

Browse files
authored
feat(flagd): pin protobuf min version and remove it from renovate (#1286)
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 63062c2 commit 2d87b9c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.71.0</io.grpc.version>
2020
<!-- caution - updating this will break compatibility with older protobuf-java versions -->
21-
<protobuf-java.min.version>4.29.3</protobuf-java.min.version>
21+
<protobuf-java.min.version>3.25.6</protobuf-java.min.version>
2222
</properties>
2323

2424
<name>flagd</name>

renovate.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"depNameTemplate": "open-feature/test-harness",
1010
"datasourceTemplate": "github-releases"
1111
}
12+
],
13+
"ignoreDeps": [
14+
"com.google.protobuf:protobuf-java"
1215
]
1316
}

0 commit comments

Comments
 (0)