Skip to content

Commit 2d9a46b

Browse files
renovate[bot]amuraru
authored andcommitted
fix(deps): update all non-major dependencies
1 parent 7d1bb9b commit 2d9a46b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25@sha256:1c91b4f4391774a73d6489576878ad3ff3161ebc8c78466ec26e83474855bfcf AS builder
2+
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25@sha256:6ea52a02734dd15e943286b048278da1e04eca196a564578d718c7720433dbbe AS builder
33

44
ARG BUILDPLATFORM
55
ARG TARGETPLATFORM

docs/examples/springboot-kafka-avro/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
<dependency>
4747
<groupId>io.confluent</groupId>
4848
<artifactId>kafka-schema-registry-client</artifactId> <!-- <1> -->
49-
<version>8.0.1</version>
49+
<version>8.1.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.avro</groupId>
5353
<artifactId>avro</artifactId> <!-- <2> -->
54-
<version>1.12.0</version>
54+
<version>1.12.1</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.confluent</groupId>
5858
<artifactId>kafka-avro-serializer</artifactId> <!-- <3> -->
59-
<version>8.0.1</version>
59+
<version>8.1.0</version>
6060
</dependency>
6161
</dependencies>
6262

@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.apache.avro</groupId>
7272
<artifactId>avro-maven-plugin</artifactId>
73-
<version>1.12.0</version>
73+
<version>1.12.1</version>
7474
<executions>
7575
<execution>
7676
<phase>generate-sources</phase>

hack/kafka-test-pod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25@sha256:1c91b4f4391774a73d6489576878ad3ff3161ebc8c78466ec26e83474855bfcf as builder
1+
FROM golang:1.25@sha256:6ea52a02734dd15e943286b048278da1e04eca196a564578d718c7720433dbbe as builder
22

33
WORKDIR /workspace
44

0 commit comments

Comments
 (0)