File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 2121 <url >${confluent.maven.repo} </url >
2222 </repository >
2323 </repositories >
24+ <dependencyManagement >
25+ <dependencies >
26+ <dependency >
27+ <groupId >com.google.protobuf</groupId >
28+ <artifactId >protobuf-java</artifactId >
29+ <version >4.28.2</version >
30+ </dependency >
31+ </dependencies >
32+ </dependencyManagement >
2433
2534 <dependencies >
2635 <dependency >
5059 <scope >test</scope >
5160 </dependency >
5261<!-- update dependence to resolve CVE issues -->
62+ <dependency >
63+ <groupId >com.google.protobuf</groupId >
64+ <artifactId >protobuf-java</artifactId >
65+ <version >4.28.2</version >
66+ </dependency >
5367 <dependency >
5468 <groupId >org.apache.kafka</groupId >
5569 <artifactId >connect-json</artifactId >
170184 <plugin >
171185 <groupId >org.owasp</groupId >
172186 <artifactId >dependency-check-maven</artifactId >
173- <version >8.4.2 </version >
187+ <version >11.1.0 </version >
174188 <executions >
175189 <execution >
176190 <goals >
180194 </executions >
181195 <configuration >
182196 <assemblyAnalyzerEnabled >false</assemblyAnalyzerEnabled >
197+ <nvdApiKey >05865c08-9d5c-4ba0-82b8-f3d8030f3683</nvdApiKey >
183198 </configuration >
184199 </plugin >
185200 </plugins >
You can’t perform that action at this time.
0 commit comments