You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by gi...@apache.org on 2022/06/02 22:03:32 UTC

[synapse] branch dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13 updated (4850c076f -> 8f12d7d32)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13
in repository https://gitbox.apache.org/repos/asf/synapse.git


 discard 4850c076f Bump httpclient from 4.3.6 to 4.5.13
     add 4cab331a1 Bump junit from 4.12 to 4.13.1
     add 8cd53db8c Remove unused property
     add ba94a28eb Update Bouncycastle to the most recent working version
     add a6fc0caf4 Remove usage of deprecated Bouncycastle OCSP APIs
     add 25611466d Update Bouncycastle to a more recent version
     add 8b94c9d38 Update XmlUnit
     add f31acacc6 Make serializeRegistry deterministic
     add 1c0676130 Update Bouncycastle
     add e5177fdb4 Update Java versions for Github Actions
     add 7594eb153 Update AspectJ
     add 8f12d7d32 Bump httpclient from 4.3.6 to 4.5.13

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4850c076f)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13 (8f12d7d32)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_cron.yml                   |  2 +-
 .github/workflows/build_pull.yml                   |  2 +-
 modules/commons/pom.xml                            |  5 +-
 .../synapse/config/xml/RegistrySerializer.java     | 10 +--
 .../config/xml/RegistrySerializationTest.java      |  2 +-
 modules/transports/core/nhttp/pom.xml              |  4 ++
 .../transport/utils/sslcert/ocsp/OCSPCache.java    |  7 ++-
 .../transport/utils/sslcert/ocsp/OCSPVerifier.java | 47 ++++++++------
 .../transport/utils/sslcert/CRLVerifierTest.java   |  4 +-
 .../transport/utils/sslcert/OCSPVerifierTest.java  | 72 ++++++++++++----------
 modules/transports/optional/fix/pom.xml            |  5 +-
 pom.xml                                            | 22 ++++---
 12 files changed, 107 insertions(+), 75 deletions(-)