Skip to content

Commit 9506aad

Browse files
Bump org.antlr:antlr-runtime from 3.5.2 to 3.5.3 (#1191)
Bumps [org.antlr:antlr-runtime](https://github.com/antlr/antlr3) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/antlr/antlr3/releases) - [Commits](antlr/antlr3@3.5.2...3.5.3) --- updated-dependencies: - dependency-name: org.antlr:antlr-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a066d8 commit 9506aad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parquet-pig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>org.antlr</groupId>
110110
<artifactId>antlr-runtime</artifactId>
111-
<version>3.5.2</version>
111+
<version>3.5.3</version>
112112
<scope>test</scope>
113113
</dependency>
114114
<dependency>

parquet-thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency> <!-- for pig runtime in tests -->
142142
<groupId>org.antlr</groupId>
143143
<artifactId>antlr-runtime</artifactId>
144-
<version>3.5.2</version>
144+
<version>3.5.3</version>
145145
<scope>test</scope>
146146
</dependency>
147147
<dependency>

0 commit comments

Comments
 (0)