okhttp
okhttp copied to clipboard
Update org.bouncycastle to v1.78.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.bouncycastle:bctls-jdk15to18 (source) | 1.76 -> 1.78.1 |
||||
| org.bouncycastle:bcprov-jdk15to18 (source) | 1.76 -> 1.78.1 |
||||
| org.bouncycastle:bcpkix-jdk15to18 (source) | 1.76 -> 1.78.1 |
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Failing on
OsgiTest > testMainModuleWithSiblings() FAILED
java.lang.IllegalArgumentException: Invalid version 1..78.1 in file build/resources/test/okhttp3/osgi/workspace/cnf/repo/put3703874695665148186.bnd
at aQute.bnd.deployer.repository.LocalIndexedRepo.putArtifact(LocalIndexedRepo.java:378)
at aQute.bnd.deployer.repository.LocalIndexedRepo.put(LocalIndexedRepo.java:448)
at okhttp3.osgi.OsgiTest.deployFile(OsgiTest.kt:131)
at okhttp3.osgi.OsgiTest.deployClassPath(OsgiTest.kt:123)
at okhttp3.osgi.OsgiTest.prepareWorkspace(OsgiTest.kt:86)
at okhttp3.osgi.OsgiTest.createWorkspace(OsgiTest.kt:77)
at okhttp3.osgi.OsgiTest.testMainModuleWithSiblings(OsgiTest.kt:54)
Discussion on https://github.com/bcgit/bc-java/issues/1621
Bunch of possibly valid failures to work through
MockResponseSniTest > ipv6() FAILED
org.bouncycastle.tls.TlsFatalAlertReceived: handshake_failure(40)
at app//org.bouncycastle.tls.TlsProtocol.handleAlertMessage(Unknown Source)
at app//org.bouncycastle.tls.TlsProtocol.processAlertQueue(Unknown Source)
at app//org.bouncycastle.tls.TlsProtocol.processRecord(Unknown Source)
at app//org.bouncycastle.tls.RecordStream.readRecord(Unknown Source)
at app//org.bouncycastle.tls.TlsProtocol.safeReadRecord(Unknown Source)
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
Handling UnsupportedOperationException in session.requestedServerNames
https://github.com/bcgit/bc-java/issues/1773