Skip to content

Commit a004fb4

Browse files
committed
chore: Upgrade dependencies
1 parent 9838041 commit a004fb4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -154,41 +154,41 @@
154154
<dependency>
155155
<groupId>org.junit.jupiter</groupId>
156156
<artifactId>junit-jupiter-engine</artifactId>
157-
<version>5.10.2</version>
157+
<version>5.12.0</version>
158158
<scope>test</scope>
159159
</dependency>
160160
<dependency>
161161
<groupId>org.junit.jupiter</groupId>
162162
<artifactId>junit-jupiter</artifactId>
163-
<version>5.10.2</version>
163+
<version>5.12.0</version>
164164
<scope>test</scope>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.mockito</groupId>
168168
<artifactId>mockito-core</artifactId>
169-
<version>5.11.0</version>
169+
<version>5.15.2</version>
170170
<scope>test</scope>
171171
</dependency>
172172
<dependency>
173173
<groupId>org.mockito</groupId>
174174
<artifactId>mockito-junit-jupiter</artifactId>
175-
<version>5.11.0</version>
175+
<version>5.15.2</version>
176176
<scope>test</scope>
177177
</dependency>
178178
<dependency>
179179
<groupId>commons-codec</groupId>
180180
<artifactId>commons-codec</artifactId>
181-
<version>1.16.1</version>
181+
<version>1.18.0</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>com.fasterxml.jackson.core</groupId>
185185
<artifactId>jackson-databind</artifactId>
186-
<version>2.17.0</version>
186+
<version>2.18.2</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>org.bouncycastle</groupId>
190190
<artifactId>bcprov-jdk18on</artifactId>
191-
<version>1.78</version>
191+
<version>1.80</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>com.goterl</groupId>
@@ -198,7 +198,7 @@
198198
<dependency>
199199
<groupId>org.bitcoinj</groupId>
200200
<artifactId>bitcoinj-core</artifactId>
201-
<version>0.16.2</version>
201+
<version>0.17</version>
202202
<exclusions>
203203
<exclusion>
204204
<groupId>org.bouncycastle</groupId>
@@ -217,12 +217,12 @@
217217
<dependency>
218218
<groupId>com.google.guava</groupId>
219219
<artifactId>guava</artifactId>
220-
<version>33.1.0-jre</version>
220+
<version>33.4.0-jre</version>
221221
</dependency>
222222
<dependency>
223223
<groupId>org.json</groupId>
224224
<artifactId>json</artifactId>
225-
<version>20240303</version>
225+
<version>20250107</version>
226226
</dependency>
227227
<dependency>
228228
<groupId>org.hyperledger</groupId>
@@ -233,7 +233,7 @@
233233
<dependency>
234234
<groupId>com.google.crypto.tink</groupId>
235235
<artifactId>tink</artifactId>
236-
<version>1.13.0</version>
236+
<version>1.16.0</version>
237237
<optional>true</optional>
238238
</dependency>
239239
<dependency>

0 commit comments

Comments
 (0)