Skip to content

Commit 1e8d2d8

Browse files
committed
Upgrade dependencies
1 parent d3b6e14 commit 1e8d2d8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -158,46 +158,46 @@
158158
<dependency>
159159
<groupId>org.junit.jupiter</groupId>
160160
<artifactId>junit-jupiter-engine</artifactId>
161-
<version>5.12.0</version>
161+
<version>6.0.0</version>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.junit.jupiter</groupId>
166166
<artifactId>junit-jupiter</artifactId>
167-
<version>5.12.0</version>
167+
<version>6.0.0</version>
168168
<scope>test</scope>
169169
</dependency>
170170
<dependency>
171171
<groupId>org.mockito</groupId>
172172
<artifactId>mockito-core</artifactId>
173-
<version>5.16.0</version>
173+
<version>5.20.0</version>
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>
177177
<groupId>org.mockito</groupId>
178178
<artifactId>mockito-junit-jupiter</artifactId>
179-
<version>5.16.0</version>
179+
<version>5.20.0</version>
180180
<scope>test</scope>
181181
</dependency>
182182
<dependency>
183183
<groupId>commons-codec</groupId>
184184
<artifactId>commons-codec</artifactId>
185-
<version>1.18.0</version>
185+
<version>1.19.0</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>com.fasterxml.jackson.core</groupId>
189189
<artifactId>jackson-databind</artifactId>
190-
<version>2.18.3</version>
190+
<version>2.20.0</version>
191191
</dependency>
192192
<dependency>
193193
<groupId>org.bouncycastle</groupId>
194194
<artifactId>bcprov-jdk18on</artifactId>
195-
<version>1.80</version>
195+
<version>1.82</version>
196196
</dependency>
197197
<dependency>
198198
<groupId>com.goterl</groupId>
199199
<artifactId>lazysodium-java</artifactId>
200-
<version>5.1.4</version>
200+
<version>5.2.0</version>
201201
</dependency>
202202
<dependency>
203203
<groupId>org.bitcoinj</groupId>
@@ -221,12 +221,12 @@
221221
<dependency>
222222
<groupId>com.google.guava</groupId>
223223
<artifactId>guava</artifactId>
224-
<version>33.4.0-jre</version>
224+
<version>33.5.0-jre</version>
225225
</dependency>
226226
<dependency>
227227
<groupId>org.json</groupId>
228228
<artifactId>json</artifactId>
229-
<version>20250107</version>
229+
<version>20250517</version>
230230
</dependency>
231231
<dependency>
232232
<groupId>org.hyperledger</groupId>
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>com.google.crypto.tink</groupId>
239239
<artifactId>tink</artifactId>
240-
<version>1.17.0</version>
240+
<version>1.19.0</version>
241241
<optional>true</optional>
242242
</dependency>
243243
<dependency>
@@ -249,12 +249,12 @@
249249
<dependency>
250250
<groupId>org.bitcoin-s</groupId>
251251
<artifactId>bitcoin-s-secp256k1jni</artifactId>
252-
<version>1.9.10</version>
252+
<version>1.9.11</version>
253253
</dependency>
254254
<dependency>
255255
<groupId>org.web3j</groupId>
256256
<artifactId>crypto</artifactId>
257-
<version>5.0.0</version>
257+
<version>5.0.1</version>
258258
<exclusions>
259259
<exclusion>
260260
<groupId>org.bouncycastle</groupId>

0 commit comments

Comments
 (0)