We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d42da commit c4e3934Copy full SHA for c4e3934
pom.xml
@@ -44,18 +44,18 @@
44
<dependency>
45
<groupId>org.yaml</groupId>
46
<artifactId>snakeyaml</artifactId>
47
- <version>1.33</version>
+ <version>2.0</version>
48
</dependency>
49
50
<groupId>org.mongodb</groupId>
51
<artifactId>bson</artifactId>
52
- <version>4.7.1</version>
+ <version>4.9.1</version>
53
<optional>true</optional>
54
55
56
<groupId>org.junit.jupiter</groupId>
57
<artifactId>junit-jupiter</artifactId>
58
- <version>5.8.1</version>
+ <version>5.9.3</version>
59
<scope>test</scope>
60
61
</dependencies>
0 commit comments