File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dd-java-agent/instrumentation/openai-java/openai-java-1.0 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 pass {
66 group = " com.openai"
77 module = " openai-java"
8- versions = " [1.0 .0,)"
9- // assertInverse = true // TODO exclude <1.0.0, now it passes the muzzle check for >=0.34.0 but the tests will fail
8+ versions = " [0.45 .0,)"
9+ assertInverse = true
1010 }
1111}
1212
@@ -16,7 +16,7 @@ dependencies {
1616 compileOnly group : ' com.openai' , name : ' openai-java' , version : ' 1.0.0'
1717 implementation project(' :internal-api' )
1818
19- testImplementation group : ' com.openai' , name : ' openai-java' , version : ' 1.0 .0'
19+ testImplementation group : ' com.openai' , name : ' openai-java' , version : ' 0.45 .0'
2020 latestDepTestImplementation group : ' com.openai' , name : ' openai-java' , version : ' +'
2121
2222 testImplementation project(' :dd-java-agent:instrumentation:okhttp:okhttp-3.0' )
You can’t perform that action at this time.
0 commit comments