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 {
8181 implementation ' com.apptasticsoftware:rssreader:3.9.3'
8282
8383 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 "
8686 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 "
8888
8989 implementation " com.theokanning.openai-gpt3-java:api:$chatGPTVersion "
9090 implementation " com.theokanning.openai-gpt3-java:service:$chatGPTVersion "
Original file line number Diff line number Diff line change 1515 jooqVersion = ' 3.20.5'
1616 jacksonVersion = ' 2.19.1'
1717 chatGPTVersion = ' 0.18.2'
18+ junitVersion = ' 5.13.2'
1819}
1920
2021// Skips sonarlint during the build, useful for testing purposes.
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ dependencies {
66 implementation ' com.google.code.findbugs:jsr305:3.0.2'
77 implementation project(' :utils' )
88
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 "
1213}
1314
You can’t perform that action at this time.
0 commit comments