File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dependencies {
8181 implementation group : ' com.google.re2j' , name : ' re2j' , version : ' 1.7'
8282
8383 // Antithesis SDK for assertions and property testing (optional - only used when available)
84- compileOnly group : ' com.antithesis' , name : ' antithesis- sdk-java ' , version : ' 0.1 .5'
84+ compileOnly group : ' com.antithesis' , name : ' sdk' , version : ' 1.4 .5'
8585 // Jackson for Antithesis assertion details (if not already available transitively)
8686 compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.15.2'
8787
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 implementation(project(" :internal-api" ))
3737
3838 // Antithesis SDK for assertions and property testing (optional - only used when available)
39- compileOnly(group = " com.antithesis" , name = " antithesis- sdk-java " , version = " 0.1 .5" )
39+ compileOnly(group = " com.antithesis" , name = " sdk" , version = " 1.4 .5" )
4040 compileOnly(group = " com.fasterxml.jackson.core" , name = " jackson-databind" , version = " 2.15.2" )
4141
4242 compileOnly(project(" :dd-java-agent:agent-tooling" ))
You can’t perform that action at this time.
0 commit comments