Skip to content

Commit

Permalink
Update Groovy version to fix the problem about IndyInterface#invalida…
Browse files Browse the repository at this point in the history
…teSwitchPoints (#18175)
  • Loading branch information
linghengqian authored Jun 6, 2022
1 parent 85a7648 commit 06a7803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<antlr4.version>4.9.2</antlr4.version>
<snakeyaml.version>1.30</snakeyaml.version>
<gson.version>2.8.6</gson.version>
<groovy.version>4.0.2</groovy.version>
<groovy.version>4.0.3</groovy.version>

<jaxb.version>2.3.0</jaxb.version>
<annotation-api.version>1.3.2</annotation-api.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ The text of each license is the standard Apache 2.0 license.
failsafe 2.3.3: /~https://github.com/jhalterman/failsafe, Apache 2.0
failureaccess 1.0.1:/~https://github.com/google/guava, Apache 2.0
freemarker 2.3.31: https://freemarker.apache.org/, Apache 2.0
groovy 4.0.2: https://groovy.apache.org/, Apache 2.0
groovy 4.0.3: https://groovy.apache.org/, Apache 2.0
grpc-api 1.27.1: /~https://github.com/grpc/grpc-java, Apache 2.0
grpc-context 1.27.1: /~https://github.com/grpc/grpc-java, Apache 2.0
grpc-core 1.27.1: /~https://github.com/grpc/grpc-java, Apache 2.0
Expand Down

0 comments on commit 06a7803

Please sign in to comment.