We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd5597 commit 27998acCopy full SHA for 27998ac
pom.xml
@@ -11,15 +11,15 @@
11
12
<groupId>io.github.majusko</groupId>
13
<artifactId>grpc-jwt-spring-boot-starter</artifactId>
14
- <version>1.0.8-SNAPSHOT</version>
+ <version>1.0.8</version>
15
<name>grpc-jwt-spring-boot-starter</name>
16
<description>JWT Auth for your Grpc Spring Boot project</description>
17
18
<properties>
19
<java.version>1.8</java.version>
20
<maven.compiler.target>1.8</maven.compiler.target>
21
<maven.compiler.source>1.8</maven.compiler.source>
22
- <grpc.version>1.36.1</grpc.version>
+ <grpc.version>1.36.0</grpc.version>
23
<os-maven-plugin.version>1.7.0</os-maven-plugin.version>
24
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
25
</properties>
0 commit comments