Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-14746] Updated dependencies
- Loading branch information
Showing
with
11 additions
and
3 deletions.
-
+11
−3
pom.xml
|
@@ -238,19 +238,27 @@ |
|
|
<dependency> |
|
|
<groupId>net.praqma</groupId> |
|
|
<artifactId>praqmajutils</artifactId> |
|
|
<version>0.1.23</version> |
|
|
<version>0.1.29</version> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
<groupId>net.praqma</groupId> |
|
|
<artifactId>praqmajutils</artifactId> |
|
|
<version>0.1.29</version> |
|
|
<type>test-jar</type> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
<groupId>net.praqma</groupId> |
|
|
<artifactId>cool</artifactId> |
|
|
<version>0.6.7</version> |
|
|
<version>0.6.11</version> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
<groupId>net.praqma</groupId> |
|
|
<artifactId>cool</artifactId> |
|
|
<version>0.6.7</version> |
|
|
<version>0.6.11</version> |
|
|
<type>test-jar</type> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|