Skip to content

Commit

Permalink
chore(deps): update gradle dependencies not major update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2022
1 parent 058c5a2 commit 3e28bed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions analysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@ buildscript {
boon_version = '0.34'
commons_lang3_version = '3.12.0'
gson_version = '2.8.9'
jackson_version = '2.11.2'
gradle_module_metadata_maven_plugin = '0.2.0'
jackson_version = '2.13.1'
gradle_module_metadata_maven_plugin = '0.3.0'
jacoco_version = '0.8.7'
jaxb_api_version = '2.3.1'
jersey_version = '2.35'
json_schema_version = '1.14.0'
json_version = '20190722'
juniversalchardet_version = '1.0.3'
kotlin_logging_version = '1.12.5'
kotlin_version = '1.6.0'
kotlinx_coroutines_version = '1.5.2'
kotlin_version = '1.6.10'
kotlinx_coroutines_version = '1.6.0'
picocli_version = '4.6.2'
slf4j_version = '1.7.32'
sonar_java_version = '6.8.0.23379'
sonarqube_version = '3.0'
univocity_parsers_version = '2.9.1'

// Test dependency versions
assertj_version = '3.21.0'
assertj_version = '3.22.0'
hamcrest_version = '1.4-atlassian-1'
hamkrest_version = '1.8.0.1'
junit4_version = '4.13.2'
junit5_version = '5.8.1'
junit_platform_version = '1.8.1'
junit5_version = '5.8.2'
junit_platform_version = '1.8.2'
ktlint_version = '10.2.0'

mockito_core_version = '3.12.4'
mockito_kotlin_version = '2.2.0'
mokk_version = '1.12.0'
mokk_version = '1.12.2'
spek2_version = '2.0.17'
wiremock_version = '2.27.2'
wiremock_version = '2.32.0'
jsonassert_version = '1.5.0'
}

Expand Down
2 changes: 1 addition & 1 deletion analysis/model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: gson_version
implementation group: 'io.github.microutils', name: 'kotlin-logging', version: kotlin_logging_version
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: kotlin_version
implementation group: 'io.github.microutils', name: 'kotlin-logging-jvm', version: '2.0.10'
implementation group: 'io.github.microutils', name: 'kotlin-logging-jvm', version: '2.1.21'

runtime group: 'org.slf4j', name: 'slf4j-simple', version: slf4j_version

Expand Down

0 comments on commit 3e28bed

Please sign in to comment.