From 102938a1f4fb08f6acb9d8953c0fb750e503fcd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 05:35:50 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 4.2.1 to 4.2.2 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/ajalt/clikt/releases) - [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajalt/clikt/compare/4.2.1...4.2.2) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- absintsfc/build.gradle | 2 +- aps-rvt/build.gradle | 2 +- exec/build.gradle | 2 +- geteta/build.gradle | 2 +- ide/build.gradle | 2 +- lang/build.gradle | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/absintsfc/build.gradle b/absintsfc/build.gradle index 962b54873..2d6ea3e9e 100644 --- a/absintsfc/build.gradle +++ b/absintsfc/build.gradle @@ -5,7 +5,7 @@ plugins { group 'edu.kit.iti.formal.automation' dependencies { - implementation 'com.github.ajalt.clikt:clikt:4.2.1' + implementation 'com.github.ajalt.clikt:clikt:4.2.2' implementation group: 'org.graphstream', name: 'gs-core', version: '2.0' implementation group: 'org.graphstream', name: 'gs-ui', version: '1.3' implementation group: 'org.graphstream', name: 'gs-algo', version: '2.0' diff --git a/aps-rvt/build.gradle b/aps-rvt/build.gradle index c2f165d9a..c88ec0a76 100644 --- a/aps-rvt/build.gradle +++ b/aps-rvt/build.gradle @@ -7,7 +7,7 @@ dependencies { implementation project(':smv') implementation project(':xml') implementation project(':symbex') - implementation 'com.github.ajalt.clikt:clikt:4.2.1' + implementation 'com.github.ajalt.clikt:clikt:4.2.2' } /* diff --git a/exec/build.gradle b/exec/build.gradle index d383b3ef8..fb277b389 100644 --- a/exec/build.gradle +++ b/exec/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation project(':aps-rvt') implementation project(':run') implementation project(':ide') - implementation 'com.github.ajalt.clikt:clikt:4.2.1' + implementation 'com.github.ajalt.clikt:clikt:4.2.2' } diff --git a/geteta/build.gradle b/geteta/build.gradle index f87a14536..cca35561c 100644 --- a/geteta/build.gradle +++ b/geteta/build.gradle @@ -22,7 +22,7 @@ dependencies { api project(':symbex') antlr group: 'org.antlr', name: 'antlr4', version: '4.13.1' api 'com.github.jferard:fastods:0.8.1' - api 'com.github.ajalt.clikt:clikt:4.2.1' + api 'com.github.ajalt.clikt:clikt:4.2.2' api 'com.github.doyaaaaaken:kotlin-csv-jvm:1.9.2' diff --git a/ide/build.gradle b/ide/build.gradle index 274b5fa37..42a8bce01 100644 --- a/ide/build.gradle +++ b/ide/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation project(':aps-rvt') implementation project(':run') - implementation 'com.github.ajalt.clikt:clikt:4.2.1' + implementation 'com.github.ajalt.clikt:clikt:4.2.2' implementation group: 'com.fifesoft', name: 'autocomplete', version: '3.3.1' //compile group: 'org.javassist', name: 'javassist', version: '3.27.0-GA' diff --git a/lang/build.gradle b/lang/build.gradle index 71e079172..14f1dbc0b 100644 --- a/lang/build.gradle +++ b/lang/build.gradle @@ -14,7 +14,7 @@ dependencies { api project(':util') api project(':xml') - api 'com.github.ajalt.clikt:clikt:4.2.1' + api 'com.github.ajalt.clikt:clikt:4.2.2' testImplementation 'org.mdkt.compiler:InMemoryJavaCompiler:1.3.0' implementation group: 'com.squareup', name: 'javapoet', version: '1.13.0'