From 67b4e0adaeacaf9fac1c07c7bfe0dd655a761191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:48:45 +0000 Subject: [PATCH] Bump antlrVersion from 4.13.0 to 4.13.1 Bumps `antlrVersion` from 4.13.0 to 4.13.1. Updates `org.antlr:antlr4-runtime` from 4.13.0 to 4.13.1 - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md) - [Commits](https://github.com/antlr/antlr4/compare/4.13.0...4.13.1) Updates `org.antlr:antlr4` from 4.13.0 to 4.13.1 - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md) - [Commits](https://github.com/antlr/antlr4/compare/4.13.0...4.13.1) --- updated-dependencies: - dependency-name: org.antlr:antlr4-runtime dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.antlr:antlr4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da74fd0f..59b12e95 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { dockerComposePluginVersion = "0.16.12" // https://github.com/avast/gradle-docker-compose-plugin/releases errorpronePluginVersion = '3.1.0' // https://github.com/tbroyer/gradle-errorprone-plugin/releases errorproneCoreVersion = '2.20.0' // https://mvnrepository.com/artifact/com.google.errorprone/error_prone_core - antlrVersion = "4.13.0" // https://github.com/antlr/antlr4/releases + antlrVersion = "4.13.1" // https://github.com/antlr/antlr4/releases } dependencies { classpath "com.avast.gradle:gradle-docker-compose-plugin:$dockerComposePluginVersion"