Skip to content

Commit

Permalink
Bump com.github.ajalt.clikt:clikt from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
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](ajalt/clikt@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent a1dcc9d commit 102938a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion absintsfc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion aps-rvt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

/*
Expand Down
2 changes: 1 addition & 1 deletion exec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}


Expand Down
2 changes: 1 addition & 1 deletion geteta/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion ide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 102938a

Please sign in to comment.