Skip to content

Commit 02bccf6

Browse files
authored
Merge pull request #113 from whitesource/proxy_vole
upgrade dependency version of proxy-vole
2 parents d4fce8c + cf3da63 commit 02bccf6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

wss-agent-client/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.bidib.com.github.markusbernhardt</groupId>
4545
<artifactId>proxy-vole</artifactId>
46-
<version>1.0.16</version>
46+
<version>1.1.6</version>
4747
<exclusions>
4848
<exclusion>
4949
<groupId>net.java.dev.jna</groupId>
@@ -88,6 +88,16 @@
8888
</dependency>
8989
</dependencies>
9090

91+
<dependencyManagement>
92+
<dependencies>
93+
<dependency>
94+
<groupId>commons-logging</groupId>
95+
<artifactId>commons-logging</artifactId>
96+
<version>1.3.2</version>
97+
</dependency>
98+
</dependencies>
99+
</dependencyManagement>
100+
91101
<profiles>
92102
<profile>
93103
<id>Release</id>

0 commit comments

Comments
 (0)