Bump antlr to 4.9.3 28/98328/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 7 Nov 2021 14:05:50 +0000 (15:05 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 7 Nov 2021 14:05:50 +0000 (15:05 +0100)
https://github.com/antlr/antlr4/releases/tag/4.9.3

Change-Id: Icd7ca3fa96297ef57c7f09d6cc996d50afd30e6c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-antlr4/src/main/history/dependencies.xml
odlparent/pom.xml

index 42f57720bef7acf895502855bd28f3a5f658db95..3afd9966d5bb4b64b618726c11c7e4e41c8cdbee 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="odl-antlr4">
     <feature version="0.0.0">
-        <bundle>mvn:org.antlr/antlr4-runtime/4.9.2</bundle>
+        <bundle>mvn:org.antlr/antlr4-runtime/4.9.3</bundle>
     </feature>
 </features>
index ceeea10ed0209fe9b936c5e2445e1f149693a552..34a4303b25819d625e686d40befaf600618db2c0 100644 (file)
       <dependency>
         <groupId>org.antlr</groupId>
         <artifactId>antlr4-runtime</artifactId>
-        <version>4.9.2</version>
+        <version>4.9.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.aries.blueprint</groupId>
         <plugin>
           <groupId>org.antlr</groupId>
           <artifactId>antlr4-maven-plugin</artifactId>
-          <version>4.9.2</version>
+          <version>4.9.3</version>
         </plugin>
       </plugins>
     </pluginManagement>