diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-07-10 12:25:19 +0300 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-07-10 12:25:29 +0300 |
commit | 5906f30661e9d7697549b41951d6473ba25f866a (patch) | |
tree | 9db45ab464963537a4de0d9d39f4ae986719d4b4 /core/core-infrastructure | |
parent | 197a07f0e8b48c2710984176c8ed9d78f0b50335 (diff) |
Change JRuby and Websocket version
Change the versions of JRuby and Java Websockets to
versions that are approved by the Linux Foundation.
Issue-ID: POLICY-905
Change-Id: I804ab1e9871bb573647035f47e674f472aba5528
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'core/core-infrastructure')
-rw-r--r-- | core/core-infrastructure/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index 84548c7e2..e314052b3 100644 --- a/core/core-infrastructure/pom.xml +++ b/core/core-infrastructure/pom.xml @@ -34,7 +34,7 @@ <dependency> <groupId>org.java-websocket</groupId> <artifactId>Java-WebSocket</artifactId> - <version>1.3.4</version> + <version>1.3.8</version> </dependency> <dependency> <groupId>com.google.guava</groupId> @@ -45,4 +45,4 @@ <artifactId>gson</artifactId> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |