File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ dependencies {
81
81
implementation ' com.apptasticsoftware:rssreader:3.9.3'
82
82
83
83
testImplementation ' org.mockito:mockito-core:5.18.0'
84
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.2 '
85
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.2 '
84
+ testImplementation " org.junit.jupiter:junit-jupiter-api:$j unitVersion "
85
+ testImplementation " org.junit.jupiter:junit-jupiter-params:$j unitVersion "
86
86
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
87
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.2 '
87
+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$j unitVersion "
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 15
15
jooqVersion = ' 3.20.5'
16
16
jacksonVersion = ' 2.19.1'
17
17
chatGPTVersion = ' 0.18.2'
18
+ junitVersion = ' 5.13.2'
18
19
}
19
20
20
21
// Skips sonarlint during the build, useful for testing purposes.
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ dependencies {
6
6
implementation ' com.google.code.findbugs:jsr305:3.0.2'
7
7
implementation project(' :utils' )
8
8
9
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
10
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.0'
11
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1'
9
+ testImplementation " org.junit.jupiter:junit-jupiter-api:$junitVersion "
10
+ testImplementation " org.junit.jupiter:junit-jupiter-params:$junitVersion "
11
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
12
+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junitVersion "
12
13
}
13
14
You can’t perform that action at this time.
0 commit comments