Skip to content

Commit

Permalink
Bump antlr-version from 4.9.2 to 4.9.3
Browse files Browse the repository at this point in the history
Bumps `antlr-version` from 4.9.2 to 4.9.3.

Updates `antlr4-runtime` from 4.9.2 to 4.9.3
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
- [Commits](antlr/antlr4@4.9.2...4.9.3)

Updates `antlr4-maven-plugin` from 4.9.2 to 4.9.3
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
- [Commits](antlr/antlr4@4.9.2...4.9.3)

---
updated-dependencies:
- dependency-name: org.antlr:antlr4-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.antlr:antlr4-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jknack committed Oct 18, 2022
1 parent d8bbd04 commit 34d1d04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion handlebars-caffeine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.2</version>
<version>4.9.3</version>
<exclusions>
<exclusion>
<groupId>org.abego.treelayout</groupId>
Expand Down
2 changes: 1 addition & 1 deletion handlebars-humanize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.2</version>
<version>4.9.3</version>
<exclusions>
<exclusion>
<groupId>org.abego.treelayout</groupId>
Expand Down
2 changes: 1 addition & 1 deletion handlebars-springmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.2</version>
<version>4.9.3</version>
<exclusions>
<exclusion>
<groupId>org.abego.treelayout</groupId>
Expand Down
2 changes: 1 addition & 1 deletion handlebars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
</dependencies>

<properties>
<antlr-version>4.9.2</antlr-version>
<antlr-version>4.9.3</antlr-version>
<nashorn.version>15.3</nashorn.version>
</properties>

Expand Down

0 comments on commit 34d1d04

Please sign in to comment.