Skip to content

Commit

Permalink
fix: upgrade io.grpc:grpc-core from 1.59.0 to 1.59.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade io.grpc:grpc-core from 1.59.0 to 1.59.1.

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

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 Dec 20, 2023
1 parent 7fa38cd commit 6df49e7
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.59.0</io.grpc.version>
<io.grpc.version>1.59.1</io.grpc.version>
<protobuf.version>3.25.1</protobuf.version>
<appencryption.version>0.3.1</appencryption.version>
<info.picocli.version>4.7.5</info.picocli.version>
Expand Down

0 comments on commit 6df49e7

Please sign in to comment.