We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f62057 commit 64180ddCopy full SHA for 64180dd
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.dishevelled</groupId>
7
<artifactId>dsh-parent</artifactId>
8
- <version>53-SNAPSHOT</version>
+ <version>55</version>
9
</parent>
10
<groupId>com.github.heuermh.cooper</groupId>
11
<artifactId>cooper</artifactId>
@@ -30,10 +30,7 @@
30
<url>https://github.com/heuermh/cooper/issues</url>
31
</issueManagement>
32
<properties>
33
- <awssdk.version>2.32.5</awssdk.version>
34
- <jdk.version>11</jdk.version>
35
- <maven.enforcer.maven-version>[3.6.3,)</maven.enforcer.maven-version>
36
- <maven.enforcer.jdk-version>[11,)</maven.enforcer.jdk-version>
+ <awssdk.version>2.32.19</awssdk.version>
37
<picocli.version>4.7.7</picocli.version>
38
<slf4j.version>1.7.36</slf4j.version>
39
</properties>
0 commit comments