pekko-connectors icon indicating copy to clipboard operation
pekko-connectors copied to clipboard

Update hoverfly-java to 0.14.4

Open scala-steward-asf[bot] opened this issue 1 year ago • 2 comments

About this PR

📦 Updates io.specto:hoverfly-java from 0.14.1 to 0.14.4

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "io.specto", artifactId = "hoverfly-java" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.specto", artifactId = "hoverfly-java" }
}]
labels: test-library-update, early-semver-minor, semver-spec-patch, commit-count:1

scala-steward-asf[bot] avatar Jan 27 '24 20:01 scala-steward-asf[bot]

CI failed, google-cloud

laglangyue avatar Mar 14 '24 06:03 laglangyue

indeed curious that Google components seem to be consistently failing with TLS errors after this update. Something to investigate.

raboof avatar Apr 25 '24 10:04 raboof

directly using hoverfly-java cert will cause: java.security.cert.CertPathValidatorException: signature check failed

and then I customize the certificate it will complain but has a different message: Cause: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Roiocam avatar Jun 09 '24 06:06 Roiocam

Finally, I found the problem because hoverfly-java was updated their certificate in the jar.

I found this problem through a custom certificate, and then verified it was valid by updating the certificate.

Roiocam avatar Jun 09 '24 13:06 Roiocam

There are still two certificates that have not been updated, my last commit updated it. The CI will be passed.

@raboof can you review this? thanks.

Roiocam avatar Jun 09 '24 13:06 Roiocam