Skip to content

Commit

Permalink
chore(deps): update ANTLR4 to version 4.13.2 across all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 23, 2024
1 parent 08043ef commit 67b7d8d
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions chapi-ast-c/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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")
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-cpp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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")
}
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-csharp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-go/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-python/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-rust/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-scala/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-thrift/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions chapi-ast-typescript/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions chapi-helper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down
6 changes: 3 additions & 3 deletions chapi-parser-cmake/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions chapi-parser-toml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand All @@ -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 {
Expand Down

0 comments on commit 67b7d8d

Please sign in to comment.