Skip to content

Commit 2775ad9

Browse files
authored
chore(deps): upgrade Google Cloud BOMs and Kafka Clients (#402)
Updates core dependencies to their latest stable versions to ensure compatibility and pull in recent security patches. Dependency Updates: - Upgrade `google-cloud-shared-dependencies` to 3.54.1 - Upgrade `google-cloud-bom` to 0.253.0 - Upgrade `kafka-clients` and `connect-api` to 3.9.1
1 parent 2aa7a18 commit 2775ad9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
<maven.compiler.source>1.8</maven.compiler.source>
2323
<maven.compiler.target>1.8</maven.compiler.target>
2424

25-
<kafka.version>3.9.0</kafka.version>
25+
<kafka.version>3.9.1</kafka.version>
2626
</properties>
2727

2828
<dependencyManagement>
2929
<dependencies>
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>google-cloud-shared-dependencies</artifactId>
33-
<version>3.51.0</version>
33+
<version>3.54.1</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-bom</artifactId>
40-
<version>0.231.0</version>
40+
<version>0.253.0</version>
4141
<type>pom</type>
4242
<scope>import</scope>
4343
</dependency>

0 commit comments

Comments
 (0)