Skip to content
Open
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 build.gradle
Original file line number Diff line number Diff line change
@@ -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 = '[email protected]'
Expand All @@ -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'
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -125,4 +125,4 @@ bintray {
}
}
}
}
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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