diff --git a/build.gradle b/build.gradle index 9851fc6..fe2e4df 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.2.21' + ext.kotlin_version = '1.4.32' ext.dev_name = 'Savvas Dalkitsis' ext.dev_email = 'kurosavvas@gmail.com' @@ -9,7 +9,7 @@ buildscript { ext.project_description = 'json-merge is a library for merging json files for the JVM written in Kotlin' ext.project_group = 'com.savvasdalkitsis' ext.project_artifact = 'json-merge' - ext.project_version = '0.0.4' + ext.project_version = '0.0.5' ext.project_license = 'The Apache Software License, Version 2.0' ext.project_license_tag = 'Apache-2.0' ext.project_license_url = 'https://www.apache.org/licenses/LICENSE-2.0.txt' @@ -38,7 +38,7 @@ repositories { dependencies { compile ( "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version", - "org.json:json:20180130", + "org.json:json:20210307", ) testCompile ( 'junit:junit:4.11', @@ -125,4 +125,4 @@ bintray { } } } -} \ No newline at end of file +} diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0894582..c500481 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip