File tree Expand file tree Collapse file tree
docs/examples/springboot-kafka-avro Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >io.confluent</groupId >
4848 <artifactId >kafka-schema-registry-client</artifactId > <!-- <1> -->
49- <version >8.3.0 </version >
49+ <version >8.3.1 </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >org.apache.avro</groupId >
5656 <dependency >
5757 <groupId >io.confluent</groupId >
5858 <artifactId >kafka-avro-serializer</artifactId > <!-- <3> -->
59- <version >8.3.0 </version >
59+ <version >8.3.1 </version >
6060 </dependency >
6161 </dependencies >
6262
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const (
2525 ContourVersion = "0.6.0" // renovate: datasource=helm depName=contour registryUrl=https://projectcontour.github.io/helm-charts
2626
2727 // PrometheusOperatorVersion is the version of kube-prometheus-stack Helm chart
28- PrometheusOperatorVersion = "88.1.5 " // renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
28+ PrometheusOperatorVersion = "88.2.0 " // renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
2929
3030 // ZookeeperOperatorVersion is the version of zookeeper-operator
3131 ZookeeperOperatorVersion = "0.2.15-adobe-20260423" // renovate: datasource=docker depName=ghcr.io/adobe/helm-charts/zookeeper-operator
You can’t perform that action at this time.
0 commit comments