From 2f85cbf0d95f5deffa7164db29473e636b54f37e Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 7 Mar 2017 11:01:59 +0100 Subject: [PATCH] Upgrade to Protobuf 3.2 and JRuby 9.1.8 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c3900364b8..fe3350f9a1 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ configure(allprojects) { project -> ext.nettyVersion = "4.1.8.Final" ext.okhttp3Version = "3.6.0" ext.poiVersion = "3.15" - ext.protobufVersion = "3.1.0" + ext.protobufVersion = "3.2.0" ext.quartzVersion = "2.2.3" ext.reactorVersion = "Aluminium-SR1" ext.romeVersion = "1.7.1" @@ -867,7 +867,7 @@ project("spring-webflux") { testRuntime("org.jboss.xnio:xnio-nio:${xnioVersion}") testRuntime("org.jboss.logging:jboss-logging:3.3.0.Final") testRuntime("org.webjars:underscorejs:1.8.3") - testRuntime("org.jruby:jruby:9.1.7.0") + testRuntime("org.jruby:jruby:9.1.8.0") testRuntime("org.python:jython-standalone:2.5.3") testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}") testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}") @@ -974,7 +974,7 @@ project("spring-webmvc") { testCompile("joda-time:joda-time:${jodaVersion}") testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}") testCompile("org.mozilla:rhino:1.7.7.1") - testRuntime("org.jruby:jruby:9.1.7.0") + testRuntime("org.jruby:jruby:9.1.8.0") testRuntime("org.python:jython-standalone:2.5.3") testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}") testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")