We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ba7fc commit 15db44cCopy full SHA for 15db44c
1 file changed
agent/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
compileOnly 'javax.servlet:javax.servlet-api:4.0.1' // spring 2 -> javax
12
compileOnly 'io.projectreactor.netty:reactor-netty-http:1.2.1' // For Spring Webflux
13
compileOnly 'io.javalin:javalin:6.4.0'
14
- compileOnly 'org.springframework:spring-web:5.3.20'
+ compileOnly 'org.springframework:spring-web:5.3.49'
15
}
16
17
shadowJar {
0 commit comments