Skip to content

Commit

Permalink
Updating libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed Sep 20, 2019
1 parent 5f92f85 commit 5126e91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ import java.nio.file.Paths
import java.nio.file.StandardOpenOption

buildscript {
ext.kotlin_version = '1.3.0'
ext.jackson_version = '2.9.7'
ext.kotlin_version = '1.3.50'
ext.jackson_version = '2.9.9'

repositories {
mavenCentral()
}
Expand All @@ -35,7 +36,7 @@ buildscript {
}

plugins {
id 'com.github.johnrengelman.shadow' version '4.0.2'
id 'com.github.johnrengelman.shadow' version '5.1.0'
}

apply plugin: 'java'
Expand Down Expand Up @@ -73,7 +74,7 @@ dependencies {
compile group: 'org.ini4j', name: 'ini4j', version: '0.5.4'
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile group: 'no.tornado', name: 'tornadofx', version: '1.7.17'
compile group: 'no.tornado', name: 'tornadofx', version: '1.7.19'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: jackson_version
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jackson_version
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: jackson_version
Expand All @@ -90,6 +91,8 @@ dependencies {
compileOnly(group: "com.sikulix", name: "sikulixapi", version: "1.1.3-SNAPSHOT") {
exclude group: "com.sikulix"
exclude group: 'com.github.vidstige'
exclude group: 'com.github.tulskiy'
exclude group: 'com.melloware'
}

compile group: 'net.java.dev.jna', name: 'jna', version: '5.2.0'
Expand Down

0 comments on commit 5126e91

Please sign in to comment.