Skip to content

Commit

Permalink
update API version to last release
Browse files Browse the repository at this point in the history
update gRPC version to last release
  • Loading branch information
MGathier committed Jul 18, 2024
1 parent 8572220 commit ff98547
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 @@ -29,8 +29,8 @@
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<grpc.version>1.47.0</grpc.version>
<axonserver.api.version>2024.1.0-SNAPSHOT</axonserver.api.version>
<grpc.version>1.65.1</grpc.version>
<axonserver.api.version>2024.1.0</axonserver.api.version>
</properties>

<dependencies>
Expand Down

0 comments on commit ff98547

Please sign in to comment.