Skip to content

Commit

Permalink
feat: fix GraalVM bug by switching back to dependency com.googlecode.…
Browse files Browse the repository at this point in the history
…aviator 5.3.0, revert PR: #326 (#349)
  • Loading branch information
hsluoyz committed Jul 20, 2023
1 parent 0f079c6 commit fa605df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.casbin</groupId>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>5.1.4-fix</version>
<version>5.3.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fa605df

Please sign in to comment.