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 4a55f15 commit 9bf476fCopy full SHA for 9bf476f
sources/pom.xml
@@ -65,7 +65,7 @@
65
<file.encoding>UTF-8</file.encoding>
66
<dynamiatools.version>4.1.0</dynamiatools.version>
67
<springboot.version>2.6.9</springboot.version>
68
-
+ <aws.version>1.12.278</aws.version>
69
<java.version>11</java.version>
70
<maven.compiler>3.8.1</maven.compiler>
71
<source.encoding>UTF-8</source.encoding>
sources/s3/pom.xml
@@ -55,7 +55,7 @@
55
<dependency>
56
<groupId>com.amazonaws</groupId>
57
<artifactId>aws-java-sdk-s3</artifactId>
58
- <version>1.12.187</version>
+ <version>${aws.version}</version>
59
</dependency>
60
61
0 commit comments