File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
dd-java-agent/instrumentation
rs/jax-rs/jax-rs-annotations/jax-rs-annotations-1
spring/spring-webflux/spring-webflux-6.0
dd-smoke-tests/iast-propagation Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,7 @@ dependencies {
1818
1919 testImplementation group : ' io.dropwizard' , name : ' dropwizard-testing' , version : ' 0.7.1'
2020 testImplementation group : ' javax.xml.bind' , name : ' jaxb-api' , version : ' 2.2.3'
21+
22+ // This module still needs Spock with JUnit4.
23+ testImplementation(libs. spock. junit4)
2124}
Original file line number Diff line number Diff line change @@ -60,5 +60,10 @@ dependencies {
6060 iastTestImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test' , version : ' 3.0.0'
6161 iastTestImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-reactor-netty' , version : ' 3.0.0'
6262 iastTestImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-json' , version : ' 3.0.0'
63+
64+ testImplementation(libs. spock. spring)
65+ bootTestImplementation(libs. spock. spring)
66+ latestDepBootTestImplementation(libs. spock. spring)
67+ iastTestImplementation(libs. spock. spring)
6368}
6469
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 testImplementation project(' :dd-smoke-tests' )
4343 testImplementation(testFixtures(project(" :dd-smoke-tests:iast-util" )))
4444
45- compileOnly (libs. bundles. groovy)
45+ implementation (libs. bundles. groovy)
4646}
4747
4848tasks. withType(Test ). configureEach {
You can’t perform that action at this time.
0 commit comments