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 @@ -78,7 +78,7 @@ dependencies {
7878
7979 testImplementation ' org.mockito:mockito-core:5.3.1'
8080 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.0'
81- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9 .0'
81+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10 .0'
8282 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.0'
8383
8484 implementation " com.theokanning.openai-gpt3-java:api:$chatGPTVersion "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 implementation project(' :utils' )
88
99 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.0'
10- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9 .0'
10+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10 .0'
1111 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.0'
1212}
1313
You can’t perform that action at this time.
0 commit comments