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>
<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>
<artifactId>gson</artifactId>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
</build>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
- <version>9.2.0.0</version>
+ <version>9.1.2.0</version>
<exclusions>
<exclusion>
<groupId>org.jruby.extras</groupId>