Fadelis / grpcmock

A gRPC Java testing tool to easily mock endpoints of gRPC services for IT or Unit testing
http://grpcmock.org
Apache License 2.0
144 stars 13 forks source link

upgrade dependencies, remove usage deprec. class #24

Closed ruicouto-w closed 1 year ago

ruicouto-w commented 1 year ago

Partially addressed the issue reported here: https://github.com/Fadelis/grpcmock/issues/23

Simply upgrading Spring Boot to the latest release under the 2.7.X branch and removing the usage of the deprecated SocketUtils in favour of TestSocketUtils.

Also upgraded gRPC version to 1.51.