Skip to content

Commit

Permalink
Merge pull request #35 from hlegarda/feature/msk-support
Browse files Browse the repository at this point in the history
Upgrading msk iam version to 1.1.9
  • Loading branch information
patduin authored Nov 6, 2024
2 parents 2881010 + c728606 commit 1ea1dce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drone-fly-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>software.amazon.msk</groupId>
<artifactId>aws-msk-iam-auth</artifactId>
<version>1.1.1</version>
<version>${msk.iam.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion drone-fly-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>software.amazon.msk</groupId>
<artifactId>aws-msk-iam-auth</artifactId>
<version>1.1.1</version>
<version>${msk.iam.version}</version>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<docker.to.tag>${project.version}</docker.to.tag>
<dockerhub.url>docker.io</dockerhub.url>
<log4j2.version>2.17.1</log4j2.version>
<msk.iam.version>1.1.9</msk.iam.version>
</properties>

<scm>
Expand Down

0 comments on commit 1ea1dce

Please sign in to comment.