Skip to content

Commit c4e3934

Browse files
committed
Updated dependencies
1 parent 13d42da commit c4e3934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
<dependency>
4545
<groupId>org.yaml</groupId>
4646
<artifactId>snakeyaml</artifactId>
47-
<version>1.33</version>
47+
<version>2.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.mongodb</groupId>
5151
<artifactId>bson</artifactId>
52-
<version>4.7.1</version>
52+
<version>4.9.1</version>
5353
<optional>true</optional>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.junit.jupiter</groupId>
5757
<artifactId>junit-jupiter</artifactId>
58-
<version>5.8.1</version>
58+
<version>5.9.3</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>

0 commit comments

Comments
 (0)