Skip to content

Commit 34d1d04

Browse files
dependabot[bot]jknack
authored andcommitted
Bump antlr-version from 4.9.2 to 4.9.3
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] <[email protected]>
1 parent d8bbd04 commit 34d1d04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

handlebars-caffeine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.antlr</groupId>
7272
<artifactId>antlr4-runtime</artifactId>
73-
<version>4.9.2</version>
73+
<version>4.9.3</version>
7474
<exclusions>
7575
<exclusion>
7676
<groupId>org.abego.treelayout</groupId>

handlebars-humanize/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.antlr</groupId>
5656
<artifactId>antlr4-runtime</artifactId>
57-
<version>4.9.2</version>
57+
<version>4.9.3</version>
5858
<exclusions>
5959
<exclusion>
6060
<groupId>org.abego.treelayout</groupId>

handlebars-springmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.antlr</groupId>
6969
<artifactId>antlr4-runtime</artifactId>
70-
<version>4.9.2</version>
70+
<version>4.9.3</version>
7171
<exclusions>
7272
<exclusion>
7373
<groupId>org.abego.treelayout</groupId>

handlebars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
</dependencies>
229229

230230
<properties>
231-
<antlr-version>4.9.2</antlr-version>
231+
<antlr-version>4.9.3</antlr-version>
232232
<nashorn.version>15.3</nashorn.version>
233233
</properties>
234234

0 commit comments

Comments
 (0)