Skip to content

Commit 27998ac

Browse files
committed
Release of 1.0.8
1 parent 2dd5597 commit 27998ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
<groupId>io.github.majusko</groupId>
1313
<artifactId>grpc-jwt-spring-boot-starter</artifactId>
14-
<version>1.0.8-SNAPSHOT</version>
14+
<version>1.0.8</version>
1515
<name>grpc-jwt-spring-boot-starter</name>
1616
<description>JWT Auth for your Grpc Spring Boot project</description>
1717

1818
<properties>
1919
<java.version>1.8</java.version>
2020
<maven.compiler.target>1.8</maven.compiler.target>
2121
<maven.compiler.source>1.8</maven.compiler.source>
22-
<grpc.version>1.36.1</grpc.version>
22+
<grpc.version>1.36.0</grpc.version>
2323
<os-maven-plugin.version>1.7.0</os-maven-plugin.version>
2424
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
2525
</properties>

0 commit comments

Comments
 (0)