Skip to content

Commit

Permalink
chore: beetl and anltr4 version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
CorvusYe committed Nov 13, 2023
1 parent ab3b3ef commit 11b6cf9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ This source code is licensed under Apache 2.0 License.
## Dependencies upgrade

- nebula-java: 3.5.0 -> 3.6.0
- beetl: 3.1.8-RELEASE -> 3.15.10.RELEASE
- antlr4: 4.7.2 -> 4.11.1

## Bugfix

Expand Down
18 changes: 17 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<beetl.version>3.15.10.RELEASE</beetl.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -91,7 +92,22 @@
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>beetl</artifactId>
<version>3.1.8.RELEASE</version>
<version>${beetl.version}</version>
<exclusions>
<exclusion>
<groupId>com.ibeetl</groupId>
<artifactId>beetl-default-antlr4.9-support</artifactId>
</exclusion>
<exclusion>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>beetl-antlr4.11-support</artifactId>
<version>${beetl.version}</version>
</dependency>

<!-- for nGQL escape in xml -->
Expand Down

0 comments on commit 11b6cf9

Please sign in to comment.