Upgrade to latest version of JRuby to avoid problems on Windows

See https://github.com/jruby/jruby/issues/4745
This commit is contained in:
Andy Wilkinson
2017-09-23 19:44:41 +01:00
parent 47bcc45e45
commit 9e3a3c0536

View File

@@ -73,6 +73,7 @@ subprojects {
dependency 'org.hamcrest:hamcrest-core:1.3'
dependency 'org.hamcrest:hamcrest-library:1.3'
dependency 'org.hibernate:hibernate-validator:5.2.5.Final'
dependency 'org.jruby:jruby-complete:9.1.13.0'
dependency 'org.mockito:mockito-core:1.10.19'
dependency 'org.springframework.hateoas:spring-hateoas:0.19.0.RELEASE'
dependency 'org.jacoco:org.jacoco.agent:0.7.9'