Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdesert committed Nov 13, 2024
1 parent 08b95d9 commit f403894
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>software.amazon.msk</groupId>
<artifactId>msk-config-providers</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<name>msk-config-providers</name>
<description>custom config plugins for Kafka Connect</description>

Expand All @@ -12,6 +12,7 @@
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<slf4j.version>1.7.32</slf4j.version>
<software.amazon.awssdk.version>2.29.11</software.amazon.awssdk.version>
</properties>

<dependencies>
Expand All @@ -24,17 +25,17 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ssm</artifactId>
<version>2.18.8</version>
<version>${software.amazon.awssdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>secretsmanager</artifactId>
<version>2.18.8</version>
<version>${software.amazon.awssdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.18.8</version>
<version>${software.amazon.awssdk.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit f403894

Please sign in to comment.