Skip to content

Commit

Permalink
fix(deps): update gradle dependencies not major update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2022
1 parent 0c8cc45 commit 35e5905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions analysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ buildscript {
boon_version = '0.34'
commons_lang3_version = '3.12.0'
gson_version = '2.9.1'
jackson_version = '2.13.3'
jackson_version = '2.13.4'
gradle_module_metadata_maven_plugin = '0.3.0'
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'
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

0 comments on commit 35e5905

Please sign in to comment.