diff --git a/README.md b/README.md index 80a975e7..0afe8c6e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### Gradle ```gradle -compile 'be.zvz:KotlinInside:1.7.4' +compile 'be.zvz:KotlinInside:1.7.5' ``` ### Maven @@ -16,7 +16,7 @@ compile 'be.zvz:KotlinInside:1.7.4' be.zvz KotlinInside - 1.7.4 + 1.7.5 pom ``` diff --git a/build.gradle b/build.gradle index b82bf544..65a23b34 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'org.jetbrains.dokka' def libName = 'KotlinInside' def libDevVersion = '' -def libVersion = "1.7.4$libDevVersion" +def libVersion = "1.7.5$libDevVersion" def libDesc = 'Unofficial DCInside API written in Kotlin' group = 'be.zvz' @@ -48,10 +48,10 @@ dependencies { implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.10.1' //FlexMark - implementation group: 'com.vladsch.flexmark', name: 'flexmark', version: '0.50.44' - implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-strikethrough', version: '0.50.44' - implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-tables', version: '0.50.44' - implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.50.44' + implementation group: 'com.vladsch.flexmark', name: 'flexmark', version: '0.50.46' + implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-strikethrough', version: '0.50.46' + implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-tables', version: '0.50.46' + implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.50.46' // Use the Kotlin JDK standard library. implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib-jdk7'