@@ -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.1 </version >
15+ <version >1.3.0 </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,13 +40,13 @@ 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.1 </version >
43+ <version >1.3.0 </version >
4444 <scope >compile</scope >
4545 </dependency >
4646 <dependency >
4747 <groupId >com.marklogic</groupId >
4848 <artifactId >ml-javaclient-util</artifactId >
49- <version >4.3.3 </version >
49+ <version >4.3.7 </version >
5050 <scope >compile</scope >
5151 </dependency >
5252 <dependency >
@@ -58,25 +58,25 @@ It is not intended to be used to build this project.
5858 <dependency >
5959 <groupId >org.junit.jupiter</groupId >
6060 <artifactId >junit-jupiter</artifactId >
61- <version >5.9.0 </version >
61+ <version >5.9.1 </version >
6262 <scope >compile</scope >
6363 </dependency >
6464 <dependency >
6565 <groupId >org.springframework</groupId >
6666 <artifactId >spring-context</artifactId >
67- <version >5.3.22 </version >
67+ <version >5.3.24 </version >
6868 <scope >compile</scope >
6969 </dependency >
7070 <dependency >
7171 <groupId >org.springframework</groupId >
7272 <artifactId >spring-test</artifactId >
73- <version >5.3.22 </version >
73+ <version >5.3.24 </version >
7474 <scope >compile</scope >
7575 </dependency >
7676 <dependency >
7777 <groupId >com.fasterxml.jackson.core</groupId >
7878 <artifactId >jackson-databind</artifactId >
79- <version >2.12.7.1 </version >
79+ <version >2.13.4.2 </version >
8080 <scope >compile</scope >
8181 </dependency >
8282 <dependency >
@@ -88,7 +88,7 @@ It is not intended to be used to build this project.
8888 <dependency >
8989 <groupId >jaxen</groupId >
9090 <artifactId >jaxen</artifactId >
91- <version >1.2 .0</version >
91+ <version >2.0 .0</version >
9292 <scope >runtime</scope >
9393 </dependency >
9494 </dependencies >
0 commit comments