@@ -52,6 +52,8 @@ commons-io:commons-io:2.20.0=spotbugs
5252de.thetaphi:forbiddenapis:3.10=compileClasspath
5353io.github.java-diff-utils:java-diff-utils:4.12=testRuntimeClasspath
5454io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
55+ io.micrometer:micrometer-commons:1.12.0=testRuntimeClasspath
56+ io.micrometer:micrometer-observation:1.12.0=testRuntimeClasspath
5557jakarta.annotation:jakarta.annotation-api:1.3.5=testCompileClasspath,testRuntimeClasspath
5658jaxen:jaxen:2.0.0=spotbugs
5759junit:junit:4.12=testCompileClasspath,testRuntimeClasspath
@@ -157,12 +159,16 @@ org.springframework.boot:spring-boot-starter-web:2.3.5.RELEASE=testCompileClassp
157159org.springframework.boot:spring-boot-starter:2.3.5.RELEASE=testCompileClasspath,testRuntimeClasspath
158160org.springframework.boot:spring-boot:2.3.5.RELEASE=testCompileClasspath,testRuntimeClasspath
159161org.springframework:spring-aop:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
160- org.springframework:spring-beans:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
162+ org.springframework:spring-beans:5.2.10.RELEASE=testCompileClasspath
163+ org.springframework:spring-beans:6.1.0=testRuntimeClasspath
161164org.springframework:spring-context:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
162- org.springframework:spring-core:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
165+ org.springframework:spring-core:5.2.10.RELEASE=testCompileClasspath
166+ org.springframework:spring-core:6.1.0=testRuntimeClasspath
163167org.springframework:spring-expression:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
164- org.springframework:spring-jcl:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
165- org.springframework:spring-web:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
168+ org.springframework:spring-jcl:5.2.10.RELEASE=testCompileClasspath
169+ org.springframework:spring-jcl:6.1.0=testRuntimeClasspath
170+ org.springframework:spring-web:5.2.10.RELEASE=testCompileClasspath
171+ org.springframework:spring-web:6.1.0=testRuntimeClasspath
166172org.springframework:spring-webmvc:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
167173org.xmlresolver:xmlresolver:5.3.3=spotbugs
168174org.yaml:snakeyaml:1.26=testCompileClasspath,testRuntimeClasspath
0 commit comments