File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dd-java-agent/instrumentation/spring-security-6 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ dependencies {
23
23
testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-web' , version : springBootVersion
24
24
testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-security' , version : springBootVersion
25
25
26
- latestDepTestImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test' , version : ' +'
27
- latestDepTestImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-web' , version : ' +'
28
- latestDepTestImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-security' , version : ' +'
26
+ latestDepTestImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test' , version : ' 3. +'
27
+ latestDepTestImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-web' , version : ' 3. +'
28
+ latestDepTestImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-security' , version : ' 3. +'
29
29
30
30
testRuntimeOnly project(' :dd-java-agent:instrumentation:tomcat-appsec-6' )
31
31
testRuntimeOnly project(' :dd-java-agent:instrumentation:tomcat-5.5' )
You can’t perform that action at this time.
0 commit comments