Skip to content

Commit

Permalink
Updated to SB 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stojsavljevic committed Sep 10, 2024
1 parent 6a7ac63 commit 43c0406
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.3.3</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -37,12 +37,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<grpc-spring-boot-starter.version>3.1.0.RELEASE</grpc-spring-boot-starter.version>
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>
<protoc.version>3.25.3</protoc.version>
<protobuf-java.version></protobuf-java.version>
<io.grpc.version>1.63.0</io.grpc.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<protoc.version>4.28.0</protoc.version>
<io.grpc.version>1.66.0</io.grpc.version>
</properties>

</project>

0 comments on commit 43c0406

Please sign in to comment.