Skip to content

Commit

Permalink
JAVA-31576 Upgrade io.grpc to latest version (eugenp#16020)
Browse files Browse the repository at this point in the history
* JAVA-31576 Upgrade io.grpc to latest version

* JAVA-31576 Revert broken version change in spring-boot-graphql
  • Loading branch information
sam-gardner authored Mar 5, 2024
1 parent e57e907 commit 148b0ac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</build>

<properties>
<io.grpc.version>1.40.1</io.grpc.version>
<io.grpc.version>1.62.2</io.grpc.version>
<protoc.version>3.17.2</protoc.version>
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</build>

<properties>
<io.grpc.version>1.58.0</io.grpc.version>
<io.grpc.version>1.62.2</io.grpc.version>
<protoc.version>3.25.1</protoc.version>
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-modules/spring-boot-graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<properties>
<protobuf.version>3.19.2</protobuf.version>
<protobuf-plugin.version>0.6.1</protobuf-plugin.version>
<grpc.version>1.43.2</grpc.version>
<grpc.version>1.62.2</grpc.version>
<grpc.spring.version>2.13.1.RELEASE</grpc.spring.version>
<jsonassert.version>1.5.1</jsonassert.version>
<jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import lombok.Data;
import lombok.NoArgsConstructor;


@Data
@Entity
@Builder
Expand Down

0 comments on commit 148b0ac

Please sign in to comment.