diff --git a/build.gradle b/build.gradle index b11a1d4d5db..c15131aec48 100644 --- a/build.gradle +++ b/build.gradle @@ -40,10 +40,10 @@ ext { log4jVersion = "2.11.2" nettyVersion = "4.1.34.Final" quartzVersion = "2.3.0" - reactorVersion = "Californium-SR5" + reactorVersion = "Californium-SR6" rxjavaVersion = "1.3.8" rxjavaAdapterVersion = "1.2.1" - rxjava2Version = "2.2.7" + rxjava2Version = "2.2.8" slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps tiles3Version = "3.0.8" tomcatVersion = "9.0.17" @@ -158,7 +158,7 @@ configure(allprojects) { project -> testCompile("junit:junit:4.12") { exclude group: "org.hamcrest", module: "hamcrest-core" } - testCompile("org.mockito:mockito-core:2.25.0") { + testCompile("org.mockito:mockito-core:2.25.1") { exclude group: "org.hamcrest", module: "hamcrest-core" } testCompile("io.mockk:mockk:1.9.1") diff --git a/spring-aop/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceProxyTests-context.xml b/spring-aop/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceProxyTests-context.xml index 30951315297..c3c614d4a63 100644 --- a/spring-aop/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceProxyTests-context.xml +++ b/spring-aop/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceProxyTests-context.xml @@ -1,5 +1,5 @@ - + diff --git a/spring-aop/src/test/resources/org/springframework/aop/target/HotSwappableTargetSourceTests-context.xml b/spring-aop/src/test/resources/org/springframework/aop/target/HotSwappableTargetSourceTests-context.xml index c8d4a287f55..dcc43922efd 100644 --- a/spring-aop/src/test/resources/org/springframework/aop/target/HotSwappableTargetSourceTests-context.xml +++ b/spring-aop/src/test/resources/org/springframework/aop/target/HotSwappableTargetSourceTests-context.xml @@ -1,5 +1,5 @@ - + diff --git a/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-customTarget.xml b/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-customTarget.xml index 57c3fb182a2..cec1c980ba5 100644 --- a/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-customTarget.xml +++ b/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-customTarget.xml @@ -1,5 +1,5 @@ - + diff --git a/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-factoryBean.xml b/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-factoryBean.xml index 4b408a3410f..1853c4cd567 100644 --- a/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-factoryBean.xml +++ b/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-factoryBean.xml @@ -1,5 +1,5 @@ - + diff --git a/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-singleton.xml b/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-singleton.xml index 2abdc9f260a..1e5c69f5499 100644 --- a/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-singleton.xml +++ b/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-singleton.xml @@ -1,5 +1,5 @@ - + diff --git a/spring-aop/src/test/resources/org/springframework/aop/target/PrototypeTargetSourceTests-context.xml b/spring-aop/src/test/resources/org/springframework/aop/target/PrototypeTargetSourceTests-context.xml index 6f45a79a72e..4ee787b20fb 100644 --- a/spring-aop/src/test/resources/org/springframework/aop/target/PrototypeTargetSourceTests-context.xml +++ b/spring-aop/src/test/resources/org/springframework/aop/target/PrototypeTargetSourceTests-context.xml @@ -1,5 +1,5 @@ - + diff --git a/spring-aop/src/test/resources/org/springframework/aop/target/ThreadLocalTargetSourceTests-context.xml b/spring-aop/src/test/resources/org/springframework/aop/target/ThreadLocalTargetSourceTests-context.xml index 57e3ce659b0..6400db2f215 100644 --- a/spring-aop/src/test/resources/org/springframework/aop/target/ThreadLocalTargetSourceTests-context.xml +++ b/spring-aop/src/test/resources/org/springframework/aop/target/ThreadLocalTargetSourceTests-context.xml @@ -1,5 +1,5 @@ - + diff --git a/spring-context/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceTests-context.xml b/spring-context/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceTests-context.xml index 152d52ce252..989b1b11a9f 100644 --- a/spring-context/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceTests-context.xml +++ b/spring-context/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceTests-context.xml @@ -1,5 +1,5 @@ - + diff --git a/spring-web/src/test/java/org/springframework/http/converter/feed/RssChannelHttpMessageConverterTests.java b/spring-web/src/test/java/org/springframework/http/converter/feed/RssChannelHttpMessageConverterTests.java index b379b048ef4..aa674b4d80b 100644 --- a/spring-web/src/test/java/org/springframework/http/converter/feed/RssChannelHttpMessageConverterTests.java +++ b/spring-web/src/test/java/org/springframework/http/converter/feed/RssChannelHttpMessageConverterTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2016 the original author or authors. + * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-webmvc/src/test/java/org/springframework/web/servlet/config/MvcNamespaceTests.java b/spring-webmvc/src/test/java/org/springframework/web/servlet/config/MvcNamespaceTests.java index adb003d1cb7..a09b1e251be 100644 --- a/spring-webmvc/src/test/java/org/springframework/web/servlet/config/MvcNamespaceTests.java +++ b/spring-webmvc/src/test/java/org/springframework/web/servlet/config/MvcNamespaceTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2017 the original author or authors. + * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-websocket/src/test/java/org/springframework/web/socket/config/HandlersBeanDefinitionParserTests.java b/spring-websocket/src/test/java/org/springframework/web/socket/config/HandlersBeanDefinitionParserTests.java index 23d1c631f06..068cd835e91 100644 --- a/spring-websocket/src/test/java/org/springframework/web/socket/config/HandlersBeanDefinitionParserTests.java +++ b/spring-websocket/src/test/java/org/springframework/web/socket/config/HandlersBeanDefinitionParserTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2018 the original author or authors. + * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/docs/asciidoc/images/ejb.svg b/src/docs/asciidoc/images/ejb.svg index d8b275784a3..d7aa88684f1 100644 --- a/src/docs/asciidoc/images/ejb.svg +++ b/src/docs/asciidoc/images/ejb.svg @@ -1,5 +1,5 @@ - + diff --git a/src/docs/asciidoc/images/full.svg b/src/docs/asciidoc/images/full.svg index 44b4c767587..3c3077c7ef7 100644 --- a/src/docs/asciidoc/images/full.svg +++ b/src/docs/asciidoc/images/full.svg @@ -1,5 +1,5 @@ - + diff --git a/src/docs/asciidoc/images/mvc-context-hierarchy.svg b/src/docs/asciidoc/images/mvc-context-hierarchy.svg index 52532ec2555..07148744b54 100644 --- a/src/docs/asciidoc/images/mvc-context-hierarchy.svg +++ b/src/docs/asciidoc/images/mvc-context-hierarchy.svg @@ -25,7 +25,7 @@ inkscape:export-ydpi="90">image/svg+xmlimage/svg+xml - + diff --git a/src/docs/asciidoc/images/spring-overview.svg b/src/docs/asciidoc/images/spring-overview.svg index f1b6c714860..a8524968168 100644 --- a/src/docs/asciidoc/images/spring-overview.svg +++ b/src/docs/asciidoc/images/spring-overview.svg @@ -1,5 +1,5 @@ - + diff --git a/src/docs/asciidoc/images/thirdparty-web.svg b/src/docs/asciidoc/images/thirdparty-web.svg index a3966dbefb9..494cfb9106f 100644 --- a/src/docs/asciidoc/images/thirdparty-web.svg +++ b/src/docs/asciidoc/images/thirdparty-web.svg @@ -1,5 +1,5 @@ - +