Skip to content

Commit fa071fc

Browse files
committed
Remove spring-security-config latestDeps constraint
1 parent 9ea03e9 commit fa071fc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

instrumentation/spring/spring-security-config-6.0/javaagent/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ dependencies {
3131
// testLibrary("jakarta.servlet:jakarta.servlet-api:6.0.0")
3232
testImplementation("jakarta.servlet:jakarta.servlet-api:6.0.0")
3333
latestDepTestLibrary("jakarta.servlet:jakarta.servlet-api:6.1.0") // documented limitation
34-
// remove after 7.0 is released for spring security
35-
// spring-test 7 requires spring-context 7
36-
latestDepTestLibrary("org.springframework:spring-context:latest.release")
37-
latestDepTestLibrary("org.springframework:spring-web:latest.release")
3834
}
3935

4036
otelJava {

instrumentation/spring/spring-security-config-6.0/library/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ dependencies {
2020
testImplementation(platform("org.junit:junit-bom:6.0.1"))
2121

2222
testLibrary("org.springframework:spring-test:6.0.0")
23-
// remove after 7.0 is released for spring security
24-
// spring-test 7 requires spring-context 7
25-
latestDepTestLibrary("org.springframework:spring-context:latest.release")
2623
}
2724

2825
otelJava {

0 commit comments

Comments
 (0)