Skip to content

Commit b743a05

Browse files
committed
2 parents 199b154 + aff6b1b commit b743a05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

connector/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<jcommander.version>1.72</jcommander.version>
1717
<release.dir>${project.basedir}/azure-vm-dist</release.dir>
1818
<jersey.version>2.27</jersey.version>
19-
<jackson.version>2.10.0</jackson.version>
19+
<jackson.version>2.12.7.1</jackson.version>
2020
<jaxb.api.version>2.3.0</jaxb.api.version>
2121
<opcon.rest.api.version>21.0.1</opcon.rest.api.version>
2222
<org.glassfish.hk2.version>2.6.0</org.glassfish.hk2.version>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>junit</groupId>
3636
<artifactId>junit</artifactId>
37-
<version>3.8.1</version>
37+
<version>4.13.1</version>
3838
<scope>test</scope>
3939
</dependency>
4040
<dependency>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.ini4j</groupId>
4747
<artifactId>ini4j</artifactId>
48-
<version>0.5.2</version>
48+
<version>0.5.4</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.microsoft.azure</groupId>
@@ -55,12 +55,12 @@
5555
<dependency>
5656
<groupId>commons-net</groupId>
5757
<artifactId>commons-net</artifactId>
58-
<version>3.3</version>
58+
<version>3.9.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>commons-io</groupId>
6262
<artifactId>commons-io</artifactId>
63-
<version>2.6</version>
63+
<version>2.7</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)