Skip to content

Commit

Permalink
fix: upgrade io.grpc:grpc-api from 1.54.1 to 1.55.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade io.grpc:grpc-api from 1.54.1 to 1.55.1.

See this package in Maven Repository:
https://mvnrepository.com/artifact/io.grpc/grpc-api/

See this project in Snyk:
https://app.snyk.io/org/oswg/project/3650172a-cc57-4132-b6fd-0af0aa59b122?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed May 31, 2023
1 parent be8b5fc commit a3aef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.jupiter.version>5.9.3</junit.jupiter.version>
<junit.jupiter.api.version>5.9.3</junit.jupiter.api.version>
<io.grpc.version>1.54.1</io.grpc.version>
<io.grpc.version>1.55.1</io.grpc.version>
<protobuf.version>3.22.3</protobuf.version>
<appencryption.version>0.2.5</appencryption.version>
<info.picocli.version>4.7.3</info.picocli.version>
Expand Down

0 comments on commit a3aef3a

Please sign in to comment.