Bug 553576: Update Spring Boot to 2.1.11 Change-Id: I491a017a23a5b277c22ef337e46e09d4a6473b5e
diff --git a/NOTICE.md b/NOTICE.md index 1af713d..70471b2 100644 --- a/NOTICE.md +++ b/NOTICE.md
@@ -109,47 +109,47 @@ * Project: https://github.com/google/guava * License: Apache-2.0 AND LicenseRef-Public-Domain -Spring Web (5.1.10) +Spring Web (5.1.12) * Project: https://spring.io/projects/spring-framework * License: Apache-2.0 -Spring Core (5.1.10) +Spring Core (5.1.12) * Project: https://spring.io/projects/spring-framework * License: Apache-2.0 AND BSD-3-Clause -Spring Beans (5.1.10) +Spring Beans (5.1.12) * Project: https://spring.io/projects/spring-framework * License: Apache-2.0 -Spring Context (5.1.10) +Spring Context (5.1.12) * Project: https://spring.io/projects/spring-framework * License: Apache-2.0 -Spring AOP (5.1.10) +Spring AOP (5.1.12) * Project: https://spring.io/projects/spring-framework * License: Apache-2.0 -Spring Expression Language (5.1.10) +Spring Expression Language (5.1.12) * Project: https://spring.io/projects/spring-framework * License: Apache-2.0 -Spring Commons Logging Bridge (jcl) (5.1.10) +Spring Commons Logging Bridge (jcl) (5.1.12) * Project: https://spring.io/projects/spring-framework * License: Apache-2.0 -Spring Boot (2.1.9) +Spring Boot (2.1.11) * Project: https://spring.io/projects/spring-boot * License: Apache-2.0 -Spring Boot AutoConfigure (2.1.9) +Spring Boot AutoConfigure (2.1.11) * Project: https://spring.io/projects/spring-boot * License: Apache-2.0 -SLF4J API (1.7.28) +SLF4J API (1.7.29) * Project: https://www.slf4j.org * License: MIT -JUL to SLF4J Bridge (1.7.28) +JUL to SLF4J Bridge (1.7.29) * Project: https://www.slf4j.org * License: MIT
diff --git a/releng/spring.boot/pom.xml b/releng/spring.boot/pom.xml index 8c569e1..b54862f 100644 --- a/releng/spring.boot/pom.xml +++ b/releng/spring.boot/pom.xml
@@ -28,7 +28,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.9.RELEASE</version> + <version>2.1.11.RELEASE</version> <relativePath/> </parent> @@ -37,7 +37,7 @@ <java.version>1.8</java.version> - <jetty.version>9.4.21.v20190926</jetty.version> + <jetty.version>9.4.24.v20191120</jetty.version> <qualifier.format>yyyyMMddHHmm</qualifier.format> <maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>