From 4e0ba43ffb774a3f660361d724ec55ed8a3f9192 Mon Sep 17 00:00:00 2001 From: Chris Phillipson Date: Sat, 31 Jul 2021 12:47:07 -0700 Subject: [PATCH] Update to Spring Boot 2.5.3 and Vaadin 20.0.5 * other plugin and dependency versions updated too --- pom.xml | 87 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 55 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 70b211b..fb9f0ec 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ org.springframework.boot spring-boot-starter-parent - 2.4.5 + 2.5.3 @@ -71,7 +71,7 @@ UTF-8 ${java.version} ${java.version} - 20.0.1 + 20.0.5 1.18.20 @@ -84,12 +84,12 @@ com.fasterxml.jackson.datatype jackson-datatype-jsr310 - 2.12.3 + 2.12.4 com.fasterxml.jackson.core jackson-annotations - 2.12.3 + 2.12.4 org.springframework.boot @@ -156,12 +156,12 @@ io.github.resilience4j resilience4j-annotations - 1.7.0 + 1.7.1 com.github.ben-manes.caffeine caffeine - 3.0.2 + 3.0.3 @@ -172,7 +172,7 @@ org.vaadin.artur a-vaadin-helper - 1.5.0 + 1.7.1 @@ -183,7 +183,7 @@ org.assertj assertj-core - 3.19.0 + 3.20.2 test @@ -458,8 +458,8 @@ org.springframework.boot spring-boot-maven-plugin - 2.4.5 - 500 @@ -523,7 +523,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.4.5 + 2.5.3 -Dvaadin.productionMode @@ -544,22 +544,44 @@ - + native org.springframework.experimental - spring-graalvm-native - 0.9.0 + spring-native + 0.10.2 - - + + + + src/main/resources + + logback-spring.xml + log4j2-spring.xml + log4j2.component.properties + + false + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + -DspringAot=true -agentlib:native-image-agent=access-filter-file=src/test/resources/access-filter.json,config-merge-dir=target/classes/META-INF/native-image --illegal-access=permit ${surefire.jacoco.args} + + org.springframework.experimental spring-aot-maven-plugin - 0.9.0 + 0.10.2 + + native-agent + test-generate @@ -576,29 +598,30 @@ - org.springframework.boot - spring-boot-maven-plugin - 2.4.5 - - - paketobuildpacks/builder:tiny - - true - - - - + org.springframework.boot + spring-boot-maven-plugin + 2.5.3 + + + paketobuildpacks/builder:tiny + + true + -H:+ReportExceptionStackTraces --initialize-at-build-time=sun.instrument.InstrumentationImpl + + + + - + wavefront com.wavefront wavefront-spring-boot-starter - 2.0.1 + 2.2.0 @@ -609,7 +632,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.2.3 + 4.3.0 org.codehaus.mojo