Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group across 1 directory with 9 updates #155

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import java.text.SimpleDateFormat

plugins {
id "org.jetbrains.kotlin.jvm" version "2.0.20" apply false
id "org.jetbrains.kotlin.jvm" version "2.0.21" apply false
id("org.jetbrains.dokka") version "1.9.20"
id "org.sonarqube" version "5.1.0.4882"
id "com.github.ben-manes.versions" version "0.51.0"
Expand Down Expand Up @@ -49,7 +49,7 @@ subprojects {
apply plugin: 'maven-publish'
apply plugin: 'jacoco'

ext.kotlin_version = '2.0.20'
ext.kotlin_version = '2.0.21'

sourceCompatibility = 21
targetCompatibility = 21
Expand Down Expand Up @@ -111,16 +111,16 @@ subprojects {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation group: "org.jetbrains", name: 'annotations', version: '25.0.0'
implementation group: "org.jetbrains", name: 'annotations', version: '26.0.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
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 group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '2.0.21'
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
Loading