Skip to content

Commit 7cb5a43

Browse files
committed
chore: Upgrade dependencies
1 parent 0afd31d commit 7cb5a43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@
170170
<dependency>
171171
<groupId>org.mockito</groupId>
172172
<artifactId>mockito-core</artifactId>
173-
<version>5.15.2</version>
173+
<version>5.16.0</version>
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>
177177
<groupId>org.mockito</groupId>
178178
<artifactId>mockito-junit-jupiter</artifactId>
179-
<version>5.15.2</version>
179+
<version>5.16.0</version>
180180
<scope>test</scope>
181181
</dependency>
182182
<dependency>
@@ -206,7 +206,7 @@
206206
<dependency>
207207
<groupId>decentralized-identity</groupId>
208208
<artifactId>jsonld-common-java</artifactId>
209-
<version>1.13-SNAPSHOT</version>
209+
<version>1.14-SNAPSHOT</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>com.danubetech</groupId>
@@ -221,7 +221,7 @@
221221
<dependency>
222222
<groupId>com.fasterxml.jackson.core</groupId>
223223
<artifactId>jackson-databind</artifactId>
224-
<version>2.18.2</version>
224+
<version>2.18.3</version>
225225
</dependency>
226226
</dependencies>
227227

0 commit comments

Comments
 (0)