Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update gradle dependencies not major update #3033

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions analysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ buildscript {
boon_version = '0.34'
commons_lang3_version = '3.12.0'
gson_version = '2.9.1'
jackson_version = '2.13.3'
gradle_module_metadata_maven_plugin = '0.3.0'
jackson_version = '2.13.3'
jacoco_version = '0.8.7'
jaxb_api_version = '2.3.1'
jersey_version = '2.36'
jersey_version = '2.37'
json_schema_version = '1.14.1'
json_version = '20190722'
juniversalchardet_version = '1.0.3'
kotlin_inquirer_version = '0.1.0'
kotlin_logging_version = '2.1.23'
kotlin_version = '1.7.10'
kotlinx_coroutines_version = '1.6.4'
Expand All @@ -20,7 +21,6 @@ buildscript {
sonar_java_version = '6.8.0.23379'
sonarqube_version = '3.0'
univocity_parsers_version = '2.9.1'
kotlin_inquirer_version = '0.1.0'

// Test dependency versions
assertj_version = '3.23.1'
Expand All @@ -29,14 +29,14 @@ buildscript {
junit4_version = '4.13.2'
junit5_version = '5.9.0'
junit_platform_version = '1.9.0'
jsonassert_version = '1.5.1'
ktlint_version = '10.3.0'

mockito_core_version = '3.12.4'
mockito_kotlin_version = '2.2.0'
mockk_version = '1.12.7'
spek2_version = '2.0.19'
wiremock_version = '2.33.2'
jsonassert_version = '1.5.1'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion analysis/import/CSVImporter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: junit5_version
testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test', version: kotlin_version
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: hamcrest_version
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.2.3'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
testImplementation group: 'io.mockk', name: 'mockk', version: mockk_version
testImplementation("org.spekframework.spek2:spek-dsl-jvm:$spek2_version") {
exclude group: 'org.jetbrains.kotlin'
Expand Down