Skip to content

Commit

Permalink
releng: Bump org.antlr maven dependencies to 3.5.3
Browse files Browse the repository at this point in the history
Bump antlr3-maven-plugin and antlr-runtime from version 3.5.2 to 3.5.3.

Change-Id: I41a34b6fa1659a2d054662f4fd4d78df3d89b214
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/203612
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
  • Loading branch information
marco-miller committed Aug 14, 2023
1 parent dd8c0ad commit e865c38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ctf/org.eclipse.tracecompass.ctf.parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<executions>
<execution>
<goals>
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<executions>
<execution>
<goals>
Expand All @@ -78,7 +78,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit e865c38

Please sign in to comment.