From de01330ef986e7cff0ef5a446d898f45cf6c40cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:52:14 +0000 Subject: [PATCH] Bump antlr4 from 4.9.3 to 4.11.1 Bumps [antlr4](https://github.com/antlr/antlr4) from 4.9.3 to 4.11.1. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/compare/4.9.3...4.11.1) --- updated-dependencies: - dependency-name: org.antlr:antlr4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 34fa6539..ef701392 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { val kotlinVersion: String by project // This dependency is used by the application. - implementation("org.antlr:antlr4:4.9.3") + implementation("org.antlr:antlr4:4.11.1") implementation("com.github.julianthome:inmemantlr-api:1.9.2") implementation("com.github.ajalt.clikt:clikt:3.4.1") implementation("org.xerial:sqlite-jdbc:3.36.0.3")