Skip to content

Commit

Permalink
Bump the all group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) and [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt).


Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `com.github.ajalt.clikt:clikt` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/ajalt/clikt/releases)
- [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
- [Commits](ajalt/clikt@5.0.0...5.0.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.github.ajalt.clikt:clikt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent ec08589 commit d766c7f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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:5.0.0'
implementation 'com.github.ajalt.clikt:clikt:5.0.1'
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:5.0.0'
implementation 'com.github.ajalt.clikt:clikt:5.0.1'
}

/*
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ subprojects {
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.16'
testImplementation 'com.google.truth:truth:1.4.4'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'

testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '2.0.20'
testImplementation project(':utils-test')
Expand Down
2 changes: 1 addition & 1 deletion exec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation project(':run')
implementation project(':ide')
implementation project(':stvs')
implementation 'com.github.ajalt.clikt:clikt:5.0.0'
implementation 'com.github.ajalt.clikt:clikt:5.0.1'
}


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.2'
api 'com.github.jferard:fastods:0.8.1'
api 'com.github.ajalt.clikt:clikt:5.0.0'
api 'com.github.ajalt.clikt:clikt:5.0.1'

api 'com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0'

Expand Down
2 changes: 1 addition & 1 deletion ide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies {
implementation project(':run')
implementation(project(":fxutils"))

implementation 'com.github.ajalt.clikt:clikt:5.0.0'
implementation 'com.github.ajalt.clikt:clikt:5.0.1'
}
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:5.0.0'
api 'com.github.ajalt.clikt:clikt:5.0.1'

testImplementation 'org.mdkt.compiler:InMemoryJavaCompiler:1.3.0'
implementation group: 'com.squareup', name: 'javapoet', version: '1.13.0'
Expand Down

0 comments on commit d766c7f

Please sign in to comment.