mock-server / mockserver

MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
http://mock-server.com
Apache License 2.0
4.52k stars 1.06k forks source link

Bump up guava version #1880

Open mehtasankets opened 3 weeks ago

mehtasankets commented 3 weeks ago

Google guava version upgrade to address #1781 (CVE-2023-2976)

mehtasankets commented 3 weeks ago

@jamesdbloom Can you please review this?

marine-mb commented 22 hours ago

Hi @mehtasankets

Thanks for the pull request. I saw that a test is failing:

[ERROR] Failures:
--
  | [ERROR]   ClientAndServerListenerTest.shouldNotifyListener:37

Do you plan to fix it?

@jamesdbloom Would it be possible to review and merge it, please?

mehtasankets commented 3 hours ago

@marine-mb I didn't get a chance to debug into test failures but I had posted a query about test failures here as tests are failing regardless of my changes.