HHH-17153: Upgrade antlr4 to version 4.13.0

This commit is contained in:
Johannes Link 2023-09-01 08:22:06 +02:00 committed by Christian Beikov
parent b431029bff
commit 7c94f5c6f6
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ dependencyResolutionManagement {
version "maxSupportedBytecode", "21"
}
libs {
def antlrVersion = version "antlr", "4.10.1"
def antlrVersion = version "antlr", "4.13.0"
def byteBuddyVersion = version "byteBuddy", "1.14.7"
def classmateVersion = version "classmate", "1.5.1"
def geolatteVersion = version "geolatte", "1.8.2"