Skip to content

Commit 800bd01

Browse files
authored
chore(deps): update dependencies (#1973)
1 parent 905385d commit 800bd01

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

pom.xml

+5-27
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
<dependencies>
5555
<dependency>
5656
<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>
5959
<optional>true</optional>
6060
</dependency>
6161

@@ -79,22 +79,6 @@
7979
<scope>test</scope>
8080
</dependency>
8181

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-
9882
<dependency>
9983
<groupId>org.bouncycastle</groupId>
10084
<artifactId>bcprov-jdk18on</artifactId>
@@ -129,15 +113,9 @@
129113
</dependency>
130114

131115
<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>
141119
<scope>provided</scope>
142120
</dependency>
143121

0 commit comments

Comments
 (0)