Skip to content

Commit 491a0c0

Browse files
committed
Aligned TestNG and MongoDB dependency versions
1 parent 47a8086 commit 491a0c0

File tree

1 file changed

+2
-2
lines changed
  • org.restlet.java/org.restlet.example

1 file changed

+2
-2
lines changed

org.restlet.java/org.restlet.example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<dependency>
1818
<groupId>org.mongodb</groupId>
1919
<artifactId>mongo-java-driver</artifactId>
20-
<version>2.11.3</version>
20+
<version>${lib-mongodb-version}</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.testng</groupId>
2424
<artifactId>testng</artifactId>
25-
<version>7.5.1</version>
25+
<version>${lib-testng-version}</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.restlet</groupId>

0 commit comments

Comments
 (0)