This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/parent/org.xmlunit-xmlunit-core-2.10.0 in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
discard f6f894bec Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 in /parent add be86ad1e7 [WSS-710] Implementation of the configurations for KeyDerivation functions (#298) add 82d06d428 Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 in /parent 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 (f6f894bec) \ N -- N -- N refs/heads/dependabot/maven/parent/org.xmlunit-xmlunit-core-2.10.0 (82d06d428) 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: parent/pom.xml | 2 +- .../wss4j/common/ConfigurationConstants.java | 38 ++++++ .../apache/wss4j/common/EncryptionActionToken.java | 20 +++ .../org/apache/wss4j/common/WSS4JConstants.java | 8 +- .../common/crypto/AlgorithmSuiteValidator.java | 20 +++ .../apache/wss4j/dom/action/EncryptionAction.java | 11 ++ .../org/apache/wss4j/dom/handler/WSHandler.java | 17 ++- .../wss4j/dom/message/WSSecEncryptedKey.java | 151 +++++++++++++++++---- .../wss4j/dom/processor/EncryptedKeyProcessor.java | 30 +++- .../apache/wss4j/dom/message/EncryptionTest.java | 142 +++++++++++++++++-- 10 files changed, 397 insertions(+), 42 deletions(-)