Skip to content

Commit

Permalink
upgrade protobuf 3.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiu1123 committed Aug 29, 2023
1 parent c43e8de commit 3d0f19b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ protobufGradlePluginVersion=0.9.4
# required JDK 11
bufGradlePluginVersion=0.8.5
grpcVersion=1.57.2
protobufVersion=3.24.1
protobufVersion=3.24.2
pgvVersion=1.0.2

# Code quality
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@
*
* <p> Usually used with {@link GrpcExceptionHandler @GrpcExceptionHandler} together.
*
* <p> {@link GrpcAdvice} can work with {@link org.springframework.core.annotation.Order} and {@link org.springframework.core.Ordered},
* exceptions will be handled in order.
*
* @author Freeman
* @see GrpcExceptionHandler
* @see org.springframework.core.annotation.Order
* @see org.springframework.core.Ordered
*/
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
Expand Down

0 comments on commit 3d0f19b

Please sign in to comment.