Skip to content

Commit d434107

Browse files
Limit latest deps of spring-boot to 3.x (#9438)
1 parent ab302c3 commit d434107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dd-java-agent/instrumentation/spring-security-6/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ dependencies {
2323
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: springBootVersion
2424
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: springBootVersion
2525

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.+'
2929

3030
testRuntimeOnly project(':dd-java-agent:instrumentation:tomcat-appsec-6')
3131
testRuntimeOnly project(':dd-java-agent:instrumentation:tomcat-5.5')

0 commit comments

Comments
 (0)