From ef43bc92082362abd524a25f5f9234abd46daeb8 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Tue, 12 Oct 2021 02:33:34 +0200 Subject: [PATCH] lib update --- compiler/build.gradle | 4 ++-- dbusCompilerService/build.gradle | 4 ++-- httpCompilerService/build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compiler/build.gradle b/compiler/build.gradle index 0686b924e..12cd9081f 100644 --- a/compiler/build.gradle +++ b/compiler/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'application' id "org.jetbrains.kotlin.jvm" - id 'com.github.johnrengelman.shadow' version '7.0.0' + id 'com.github.johnrengelman.shadow' version '7.1.0' } targetCompatibility = 11 @@ -21,7 +21,7 @@ dependencies { implementation project(':compilerAst') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" // implementation "org.jetbrains.kotlin:kotlin-reflect" - implementation 'org.jetbrains.kotlinx:kotlinx-cli:0.3.2' + implementation 'org.jetbrains.kotlinx:kotlinx-cli:0.3.3' testImplementation "org.jetbrains.kotlin:kotlin-test-junit5" testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' diff --git a/dbusCompilerService/build.gradle b/dbusCompilerService/build.gradle index 44bbdaebe..d36c65428 100644 --- a/dbusCompilerService/build.gradle +++ b/dbusCompilerService/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java' id 'application' id "org.jetbrains.kotlin.jvm" - id 'com.github.johnrengelman.shadow' version '7.0.0' + id 'com.github.johnrengelman.shadow' version '7.1.0' } targetCompatibility = 11 @@ -18,7 +18,7 @@ repositories { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" // implementation "org.jetbrains.kotlin:kotlin-reflect" - implementation 'org.jetbrains.kotlinx:kotlinx-cli:0.3.2' + implementation 'org.jetbrains.kotlinx:kotlinx-cli:0.3.3' implementation "com.github.hypfvieh:dbus-java:3.2.4" implementation "org.slf4j:slf4j-simple:1.7.30" diff --git a/httpCompilerService/build.gradle b/httpCompilerService/build.gradle index 2854c821f..fe8d8324d 100644 --- a/httpCompilerService/build.gradle +++ b/httpCompilerService/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java' id 'application' id "org.jetbrains.kotlin.jvm" - id 'com.github.johnrengelman.shadow' version '7.0.0' + id 'com.github.johnrengelman.shadow' version '7.1.0' } targetCompatibility = 11 @@ -19,7 +19,7 @@ dependencies { implementation project(':compiler') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" // implementation "org.jetbrains.kotlin:kotlin-reflect" - implementation 'org.jetbrains.kotlinx:kotlinx-cli:0.3.2' + implementation 'org.jetbrains.kotlinx:kotlinx-cli:0.3.3' implementation "org.takes:takes:1.19" implementation "javax.json:javax.json-api:1.1.4" implementation "org.glassfish:javax.json:1.1.4"