File tree 1 file changed +5
-27
lines changed
1 file changed +5
-27
lines changed Original file line number Diff line number Diff line change 54
54
<dependencies >
55
55
<dependency >
56
56
<groupId >com.amazonaws</groupId >
57
- <artifactId >aws-java-sdk</artifactId >
58
- <version >1.12.394 </version >
57
+ <artifactId >aws-java-sdk-kms </artifactId >
58
+ <version >1.12.531 </version >
59
59
<optional >true</optional >
60
60
</dependency >
61
61
79
79
<scope >test</scope >
80
80
</dependency >
81
81
82
- <dependency >
83
- <groupId >software.amazon.smithy.dafny</groupId >
84
- <artifactId >conversion</artifactId >
85
- <version >0.1</version >
86
- <optional >true</optional >
87
- <scope >test</scope >
88
- </dependency >
89
-
90
- <dependency >
91
- <groupId >org.dafny</groupId >
92
- <artifactId >DafnyRuntime</artifactId >
93
- <version >4.2.0</version >
94
- <optional >true</optional >
95
- <scope >test</scope >
96
- </dependency >
97
-
98
82
<dependency >
99
83
<groupId >org.bouncycastle</groupId >
100
84
<artifactId >bcprov-jdk18on</artifactId >
129
113
</dependency >
130
114
131
115
<dependency >
132
- <groupId >com.google.code.findbugs</groupId >
133
- <artifactId >jsr305</artifactId >
134
- <version >3.0.2</version >
135
- <scope >provided</scope >
136
- </dependency >
137
- <dependency >
138
- <groupId >com.google.code.findbugs</groupId >
139
- <artifactId >annotations</artifactId >
140
- <version >3.0.1</version >
116
+ <groupId >com.github.spotbugs</groupId >
117
+ <artifactId >spotbugs-annotations</artifactId >
118
+ <version >4.7.3</version >
141
119
<scope >provided</scope >
142
120
</dependency >
143
121
You can’t perform that action at this time.
0 commit comments