Skip to content

Commit 056b3de

Browse files
Change source to 1.8 and update dependency versions
1 parent 1667c0e commit 056b3de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.amazonaws</groupId>
4545
<artifactId>aws-java-sdk-bom</artifactId>
46-
<version>1.11.315</version>
46+
<version>1.11.380</version>
4747
<type>pom</type>
4848
<scope>import</scope>
4949
</dependency>
@@ -64,14 +64,14 @@
6464
<dependency>
6565
<groupId>junit</groupId>
6666
<artifactId>junit</artifactId>
67-
<version>4.8.1</version>
67+
<version>4.12</version>
6868
<scope>test</scope>
6969
</dependency>
7070

7171
<dependency>
7272
<groupId>org.bouncycastle</groupId>
7373
<artifactId>bcprov-ext-jdk15on</artifactId>
74-
<version>1.50</version>
74+
<version>1.60</version>
7575
<scope>test</scope>
7676
</dependency>
7777

@@ -114,8 +114,8 @@
114114
<artifactId>maven-compiler-plugin</artifactId>
115115
<version>3.1</version>
116116
<configuration>
117-
<source>1.7</source>
118-
<target>1.7</target>
117+
<source>1.8</source>
118+
<target>1.8</target>
119119
</configuration>
120120
</plugin>
121121

0 commit comments

Comments
 (0)