From 5a139c0efe935ca6ddcd92c0e57fd2401a796d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jun 2022 10:41:36 +0000 Subject: [PATCH] Bump antlr4 from 4.9.3 to 4.10.1 Bumps [antlr4](https://github.com/antlr/antlr4) from 4.9.3 to 4.10.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.10.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..b691bfc1 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.10.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")