File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >com.amazonaws</groupId >
45
45
<artifactId >aws-java-sdk-bom</artifactId >
46
- <version >1.11.315 </version >
46
+ <version >1.11.380 </version >
47
47
<type >pom</type >
48
48
<scope >import</scope >
49
49
</dependency >
64
64
<dependency >
65
65
<groupId >junit</groupId >
66
66
<artifactId >junit</artifactId >
67
- <version >4.8.1 </version >
67
+ <version >4.12 </version >
68
68
<scope >test</scope >
69
69
</dependency >
70
70
71
71
<dependency >
72
72
<groupId >org.bouncycastle</groupId >
73
73
<artifactId >bcprov-ext-jdk15on</artifactId >
74
- <version >1.50 </version >
74
+ <version >1.60 </version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
114
114
<artifactId >maven-compiler-plugin</artifactId >
115
115
<version >3.1</version >
116
116
<configuration >
117
- <source >1.7 </source >
118
- <target >1.7 </target >
117
+ <source >1.8 </source >
118
+ <target >1.8 </target >
119
119
</configuration >
120
120
</plugin >
121
121
You can’t perform that action at this time.
0 commit comments