Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Apr 6, 2023
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 @@ -6,18 +6,18 @@ buildscript {
gson_version = '2.10.1'
gradle_module_metadata_maven_plugin = '0.3.0'
jackson_version = '2.14.2'
jacoco_version = '0.8.8'
jacoco_version = '0.8.9'
jaxb_api_version = '2.3.1'
jersey_version = '2.39'
jersey_version = '2.39.1'
json_schema_version = '1.14.2'
json_version = '20190722'
juniversalchardet_version = '1.0.3'
kotlin_inquirer_version = '0.1.0'
kotlin_logging_version = '2.1.23'
kotlin_version = '1.8.10'
kotlin_version = '1.8.20'
kotlinx_coroutines_version = '1.6.4'
picocli_version = '4.7.1'
slf4j_version = '2.0.6'
slf4j_version = '2.0.7'
sonar_java_version = '6.8.0.23379'
sonarqube_version = '3.0'
univocity_parsers_version = '2.9.1'
Expand Down
2 changes: 1 addition & 1 deletion analysis/tools/ccsh/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
'''

dependencies {
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib-jdk8', version: kotlin_version
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: kotlin_version

def codeMaatImporter = project(':import:CodeMaatImporter')
def csvImporter = project(':import:CSVImporter')
Expand Down