Skip to content

Commit c2c5610

Browse files
committed
Upgrade junit, gson, ant(?), to more recent versions
1 parent bf73451 commit c2c5610

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven.compiler.target>1.8</maven.compiler.target>
34-
<junit-version>4.12</junit-version>
34+
<junit-version>4.13.2</junit-version>
3535
<swagger-core-version>1.5.15</swagger-core-version>
3636

3737
</properties>
@@ -63,17 +63,15 @@
6363

6464
<!-- https://mvnrepository.com/artifact/org.apache.ant/ant -->
6565
<dependency>
66-
<!-- TODO - update -->
6766
<groupId>org.apache.ant</groupId>
6867
<artifactId>ant</artifactId>
69-
<version>1.8.2</version>
68+
<version>1.10.14</version>
7069
</dependency>
7170

7271
<dependency>
73-
<!-- TODO - update -->
7472
<groupId>com.google.code.gson</groupId>
7573
<artifactId>gson</artifactId>
76-
<version>2.2.2-atlassian-1</version>
74+
<version>2.8.9</version>
7775
</dependency>
7876

7977
<!-- HTTP client: jersey-client -->

0 commit comments

Comments
 (0)