@@ -12,7 +12,7 @@ It is not intended to be used to build this project.
1212 <modelVersion >4.0.0</modelVersion >
1313 <groupId >com.marklogic</groupId >
1414 <artifactId >marklogic-junit5</artifactId >
15- <version >1.2.0 </version >
15+ <version >1.2.1 </version >
1616 <name >com.marklogic:marklogic-junit5</name >
1717 <description >Supports testing MarkLogic applications</description >
1818 <url >https://github.com/marklogic-community/marklogic-junit5</url >
@@ -40,37 +40,37 @@ It is not intended to be used to build this project.
4040 <dependency >
4141 <groupId >com.marklogic</groupId >
4242 <artifactId >marklogic-unit-test-client</artifactId >
43- <version >1.2.0 </version >
43+ <version >1.2.1 </version >
4444 <scope >compile</scope >
4545 </dependency >
4646 <dependency >
4747 <groupId >com.marklogic</groupId >
4848 <artifactId >ml-javaclient-util</artifactId >
49- <version >4.3.1 </version >
49+ <version >4.3.3 </version >
5050 <scope >compile</scope >
5151 </dependency >
5252 <dependency >
5353 <groupId >org.jdom</groupId >
5454 <artifactId >jdom2</artifactId >
55- <version >2.0.6</version >
55+ <version >2.0.6.1 </version >
5656 <scope >compile</scope >
5757 </dependency >
5858 <dependency >
5959 <groupId >org.junit.jupiter</groupId >
6060 <artifactId >junit-jupiter</artifactId >
61- <version >5.7.2 </version >
61+ <version >5.9.0 </version >
6262 <scope >compile</scope >
6363 </dependency >
6464 <dependency >
6565 <groupId >org.springframework</groupId >
6666 <artifactId >spring-context</artifactId >
67- <version >5.3.18 </version >
67+ <version >5.3.22 </version >
6868 <scope >compile</scope >
6969 </dependency >
7070 <dependency >
7171 <groupId >org.springframework</groupId >
7272 <artifactId >spring-test</artifactId >
73- <version >5.3.18 </version >
73+ <version >5.3.22 </version >
7474 <scope >compile</scope >
7575 </dependency >
7676 <dependency >
@@ -82,7 +82,7 @@ It is not intended to be used to build this project.
8282 <dependency >
8383 <groupId >org.slf4j</groupId >
8484 <artifactId >slf4j-api</artifactId >
85- <version >1.7.31 </version >
85+ <version >1.7.36 </version >
8686 <scope >compile</scope >
8787 </dependency >
8888 <dependency >
0 commit comments