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

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/jena-fuseki2/jena-fuseki-ui/cypress-15.16.0
in repository https://gitbox.apache.org/repos/asf/jena.git


    omit b6919651a7 Bump cypress from 15.15.0 to 15.16.0 in 
/jena-fuseki2/jena-fuseki-ui
     add 51348d66cd Bump the npm-patch-group group
     add e42e6d882e Bump webpack from 5.106.2 to 5.107.2 in 
/jena-fuseki2/jena-fuseki-ui
     add 5b1464d249 Bump vue-router from 5.0.7 to 5.1.0 in 
/jena-fuseki2/jena-fuseki-ui
     add 42a439f3e3 Bump concurrently from 9.2.1 to 10.0.3 in 
/jena-fuseki2/jena-fuseki-ui
     add f9f5a85567 Bump the maven-patch-group group across 1 directory with 2 
updates
     add 1034f3ee9b GH-3977: Support SHA-256 for digest authentication
     add f4a0824cc6 Bump cypress from 15.15.0 to 15.16.0 in 
/jena-fuseki2/jena-fuseki-ui

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   (b6919651a7)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/jena-fuseki2/jena-fuseki-ui/cypress-15.16.0 
(f4a0824cc6)

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:
 .../main/java/org/apache/jena/http/HttpLib.java    |   6 +-
 .../org/apache/jena/http/auth/AuthChallenge.java   |   6 +-
 .../java/org/apache/jena/http/auth/AuthHttp.java   |  51 ++--
 .../java/org/apache/jena/http/auth/AuthLib.java    |  12 +-
 .../org/apache/jena/http/auth/DigestAlgorithm.java |  57 ++++
 .../java/org/apache/jena/http/auth/DigestLib.java  |  29 +-
 .../org/apache/jena/http/auth/TestAuthDigest.java  | 159 +++++++++-
 .../jena/http/auth/TestAuthHeaderParser.java       |   5 -
 .../jena/fuseki/main/auth/AuthBearerFilter.java    |   4 +
 jena-fuseki2/jena-fuseki-ui/package.json           |   2 +-
 jena-fuseki2/jena-fuseki-ui/yarn.lock              | 338 +++++++++++----------
 pom.xml                                            |   2 +-
 12 files changed, 468 insertions(+), 203 deletions(-)
 create mode 100644 
jena-arq/src/main/java/org/apache/jena/http/auth/DigestAlgorithm.java

Reply via email to