Skip to content

Commit

Permalink
chore(deps): Bump AWS Java SDK version 2.25.24
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Apr 5, 2024
1 parent 5e54fac commit 5da2aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<ascii-table-version>1.8.0</ascii-table-version>
<assertj-core.version>3.25.3</assertj-core.version>
<awaitility.version>4.2.0</awaitility.version>
<aws-java-sdk2.version>2.25.10</aws-java-sdk2.version>
<aws-java-sdk2.version>2.25.24</aws-java-sdk2.version>
<citrus.version>4.2.0</citrus.version>
<commons.dbcp2.version>2.12.0</commons.dbcp2.version>
<cucumber.version>7.16.1</cucumber.version>
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var DefaultVersions = Versions{
"cucumber.version": "7.16.1",
"postgresql.version": "42.7.3",
"testcontainers.version": "1.19.7",
"aws-java-sdk2.version": "2.25.10",
"aws-java-sdk2.version": "2.25.24",
"activemq.version": "6.0.1",
"activemq.artemis.version": "2.32.0",
}
Expand Down

0 comments on commit 5da2aa3

Please sign in to comment.