File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies {
84
84
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.0'
85
85
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.0'
86
86
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
87
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.0 '
87
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1 '
88
88
89
89
implementation " com.theokanning.openai-gpt3-java:api:$chatGPTVersion "
90
90
implementation " com.theokanning.openai-gpt3-java:service:$chatGPTVersion "
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ dependencies {
8
8
9
9
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.0'
10
10
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.0'
11
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.0 '
11
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1 '
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments