Skip to content

Commit 9f9481e

Browse files
committed
Upgrade to Tomcat 8.5.31, Undertow 1.4.25, Jetty 9.4.10, Gson 2.8.4
Includes upgrade from Reactor snapshots to Bismuth SR9.
1 parent f6275e0 commit 9f9481e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ configure(allprojects) { project ->
4646
ext.groovyVersion = "2.4.15"
4747
ext.hsqldbVersion = "2.4.0"
4848
ext.jackson2Version = "2.9.5"
49-
ext.jettyVersion = "9.4.9.v20180320"
49+
ext.jettyVersion = "9.4.10.v20180503"
5050
ext.junitJupiterVersion = "5.0.3"
5151
ext.junitPlatformVersion = "1.0.3"
5252
ext.junitVintageVersion = "4.12.3"
5353
ext.kotlinVersion = "1.2.41"
5454
ext.log4jVersion = "2.11.0"
5555
ext.nettyVersion = "4.1.24.Final"
56-
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
56+
ext.reactorVersion = "Bismuth-SR9"
5757
ext.rxjavaVersion = "1.3.8"
5858
ext.rxjavaAdapterVersion = "1.2.1"
5959
ext.rxjava2Version = "2.1.13"
6060
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
6161
ext.tiles3Version = "3.0.8"
62-
ext.tomcatVersion = "8.5.30"
63-
ext.undertowVersion = "1.4.24.Final"
62+
ext.tomcatVersion = "8.5.31"
63+
ext.undertowVersion = "1.4.25.Final"
6464

6565
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
6666

@@ -139,7 +139,6 @@ configure(allprojects) { project ->
139139

140140
repositories {
141141
maven { url "https://repo.spring.io/libs-release" }
142-
maven { url "https://repo.spring.io/snapshot" } // for Reactor
143142
}
144143

145144
dependencies {

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
6161
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")
6262
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jackson2Version}")
63-
optional("com.google.code.gson:gson:2.8.2")
63+
optional("com.google.code.gson:gson:2.8.4")
6464
optional("com.google.protobuf:protobuf-java-util:3.5.1")
6565
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
6666
optional("com.rometools:rome:1.9.0")

0 commit comments

Comments
 (0)