Skip to content

Commit

Permalink
update awssdk dependency version to 2.27.12, dsh-parent to 46, minimu…
Browse files Browse the repository at this point in the history
…m maven version to 3.6.3
  • Loading branch information
heuermh committed Aug 26, 2024
1 parent 9aafd71 commit 3990167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ https://github.com/aws/aws-cli/issues/5899
Install

* JDK 11 or later, https://openjdk.java.net
* Apache Maven 3.3.9 or later, https://maven.apache.org
* Apache Maven 3.6.3 or later, https://maven.apache.org

To build
```bash
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-parent</artifactId>
<version>45</version>
<version>46</version>
</parent>
<groupId>com.github.heuermh.cooper</groupId>
<artifactId>cooper</artifactId>
Expand All @@ -30,9 +30,9 @@
<url>https://github.com/heuermh/cooper/issues</url>
</issueManagement>
<properties>
<awssdk.version>2.27.0</awssdk.version>
<awssdk.version>2.27.12</awssdk.version>
<jdk.version>11</jdk.version>
<maven.enforcer.maven-version>[3.1.1,)</maven.enforcer.maven-version>
<maven.enforcer.maven-version>[3.6.3,)</maven.enforcer.maven-version>
<maven.enforcer.jdk-version>[11,)</maven.enforcer.jdk-version>
<picocli.version>4.7.6</picocli.version>
<slf4j.version>1.7.36</slf4j.version>
Expand Down

0 comments on commit 3990167

Please sign in to comment.