Skip to content

Commit 9bf476f

Browse files
dependencies improvements
1 parent 4a55f15 commit 9bf476f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<file.encoding>UTF-8</file.encoding>
6666
<dynamiatools.version>4.1.0</dynamiatools.version>
6767
<springboot.version>2.6.9</springboot.version>
68-
68+
<aws.version>1.12.278</aws.version>
6969
<java.version>11</java.version>
7070
<maven.compiler>3.8.1</maven.compiler>
7171
<source.encoding>UTF-8</source.encoding>

sources/s3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.amazonaws</groupId>
5757
<artifactId>aws-java-sdk-s3</artifactId>
58-
<version>1.12.187</version>
58+
<version>${aws.version}</version>
5959
</dependency>
6060

6161
<dependency>

0 commit comments

Comments
 (0)