antlr4 icon indicating copy to clipboard operation
antlr4 copied to clipboard

Dependency declaration error in ANTLR 4.10.1

Open Candide7 opened this issue 3 years ago • 2 comments

Hello team, It seems there is a conflict of version for the antlr-runtime lib pulled by ANTLR 4.10.1: 3.5.2 versus 3.5.3. Here is the gradle analyze result:

antlr4

Can you confirm the issue please? Regards,

Candide7 avatar May 31 '22 13:05 Candide7

We are facing the same issue when upgrading to 4.10.1

kotwanikunal avatar Jun 15 '22 16:06 kotwanikunal

Facing the same issue. This prevents from upgrading to 4.10.1.

operon-io avatar Jul 28 '22 08:07 operon-io

Oh! dang. So this is because ST uses an older version?

parrt avatar Aug 27 '22 18:08 parrt

Oh! dang. So this is because ST uses an older version?

Looks like so. I've prepared upgrade: https://github.com/antlr/stringtemplate4/pull/304 Please accept and publish a new ST version.

KvanTTT avatar Sep 02 '22 17:09 KvanTTT

merged...will go try to release...

parrt avatar Sep 02 '22 20:09 parrt

Released ST 4.3.4 https://oss.sonatype.org/service/local/repositories/releases/content/org/antlr/ST4/4.3.4/

will take a bit to propagate.

parrt avatar Sep 02 '22 21:09 parrt

Fixed by https://github.com/antlr/antlr4/pull/3862

parrt avatar Sep 03 '22 17:09 parrt