From 67b7d8df821e5a5880f50c65c3eda208b680dca5 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Sat, 23 Nov 2024 09:25:50 +0800 Subject: [PATCH] chore(deps): update ANTLR4 to version 4.13.2 across all projects --- chapi-ast-c/build.gradle.kts | 6 +++--- chapi-ast-cpp/build.gradle.kts | 6 +++--- chapi-ast-csharp/build.gradle.kts | 6 +++--- chapi-ast-go/build.gradle.kts | 6 +++--- chapi-ast-java/build.gradle.kts | 6 +++--- chapi-ast-kotlin/build.gradle.kts | 6 +++--- chapi-ast-protobuf/build.gradle.kts | 6 +++--- chapi-ast-python/build.gradle.kts | 6 +++--- chapi-ast-rust/build.gradle.kts | 6 +++--- chapi-ast-scala/build.gradle.kts | 6 +++--- chapi-ast-thrift/build.gradle.kts | 6 +++--- chapi-ast-typescript/build.gradle.kts | 6 +++--- chapi-helper/build.gradle.kts | 4 ++-- chapi-parser-cmake/build.gradle.kts | 6 +++--- chapi-parser-toml/build.gradle.kts | 6 +++--- 15 files changed, 44 insertions(+), 44 deletions(-) diff --git a/chapi-ast-c/build.gradle.kts b/chapi-ast-c/build.gradle.kts index e7f69f81..fa0540fb 100644 --- a/chapi-ast-c/build.gradle.kts +++ b/chapi-ast-c/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -32,8 +32,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") // coroutines testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") diff --git a/chapi-ast-cpp/build.gradle.kts b/chapi-ast-cpp/build.gradle.kts index fd8e3380..ddab31d1 100644 --- a/chapi-ast-cpp/build.gradle.kts +++ b/chapi-ast-cpp/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") implementation("org.anarres:jcpp:1.4.14") } diff --git a/chapi-ast-csharp/build.gradle.kts b/chapi-ast-csharp/build.gradle.kts index bc85b1cd..e73e8ec9 100644 --- a/chapi-ast-csharp/build.gradle.kts +++ b/chapi-ast-csharp/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-ast-go/build.gradle.kts b/chapi-ast-go/build.gradle.kts index bc85b1cd..e73e8ec9 100644 --- a/chapi-ast-go/build.gradle.kts +++ b/chapi-ast-go/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-ast-java/build.gradle.kts b/chapi-ast-java/build.gradle.kts index bc85b1cd..e73e8ec9 100644 --- a/chapi-ast-java/build.gradle.kts +++ b/chapi-ast-java/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-ast-kotlin/build.gradle.kts b/chapi-ast-kotlin/build.gradle.kts index 1f4cedd1..197f137c 100644 --- a/chapi-ast-kotlin/build.gradle.kts +++ b/chapi-ast-kotlin/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -31,8 +31,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-ast-protobuf/build.gradle.kts b/chapi-ast-protobuf/build.gradle.kts index bc85b1cd..e73e8ec9 100644 --- a/chapi-ast-protobuf/build.gradle.kts +++ b/chapi-ast-protobuf/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-ast-python/build.gradle.kts b/chapi-ast-python/build.gradle.kts index bc85b1cd..e73e8ec9 100644 --- a/chapi-ast-python/build.gradle.kts +++ b/chapi-ast-python/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-ast-rust/build.gradle.kts b/chapi-ast-rust/build.gradle.kts index bc85b1cd..e73e8ec9 100644 --- a/chapi-ast-rust/build.gradle.kts +++ b/chapi-ast-rust/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-ast-scala/build.gradle.kts b/chapi-ast-scala/build.gradle.kts index bc85b1cd..e73e8ec9 100644 --- a/chapi-ast-scala/build.gradle.kts +++ b/chapi-ast-scala/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-ast-thrift/build.gradle.kts b/chapi-ast-thrift/build.gradle.kts index bc85b1cd..e73e8ec9 100644 --- a/chapi-ast-thrift/build.gradle.kts +++ b/chapi-ast-thrift/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-ast-typescript/build.gradle.kts b/chapi-ast-typescript/build.gradle.kts index e583f544..37c4bdd8 100644 --- a/chapi-ast-typescript/build.gradle.kts +++ b/chapi-ast-typescript/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2") @@ -28,8 +28,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-helper/build.gradle.kts b/chapi-helper/build.gradle.kts index 29f25859..ac160394 100644 --- a/chapi-helper/build.gradle.kts +++ b/chapi-helper/build.gradle.kts @@ -11,8 +11,8 @@ dependencies { implementation(kotlin("stdlib-jdk8")) implementation(kotlin("reflect")) - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") // Kotlin reflection. testImplementation(kotlin("test")) diff --git a/chapi-parser-cmake/build.gradle.kts b/chapi-parser-cmake/build.gradle.kts index 4cbcadb5..e308d311 100644 --- a/chapi-parser-cmake/build.gradle.kts +++ b/chapi-parser-cmake/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main { diff --git a/chapi-parser-toml/build.gradle.kts b/chapi-parser-toml/build.gradle.kts index 038c64a3..32e2ea84 100644 --- a/chapi-parser-toml/build.gradle.kts +++ b/chapi-parser-toml/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") // project deps implementation(project(":chapi-domain")) @@ -30,8 +30,8 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0") testRuntimeOnly("org.junit.platform:junit-platform-console:1.6.0") - implementation("org.antlr:antlr4:4.13.1") - implementation("org.antlr:antlr4-runtime:4.13.1") + implementation("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") } sourceSets.main {