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

github-bot pushed a change to branch dependabot/maven/org.mozilla-rhino-1.8.0
in repository https://gitbox.apache.org/repos/asf/cxf.git


 discard 7f4732793d Bump org.mozilla:rhino from 1.7.15 to 1.8.0
     add 436721d940 Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#2216)
     add 847055984d Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 
(#2218)
     add f7da232ff5 CXF-9093: Client does not send entire payload (if size ~> 
2500 bytes) when hc5, TLS1.3 are used (#2214)
     add 2f79660306 Update OpenTelemetry to 1.46.0
     add 45d81ef6fe Update Apache HttpCore5 to 5.3.2
     add a52e4bcf3b CXF-9094: Hard coded org.slf4j.impl.StaticLoggerBinder of 
slf4j 1.x in LogUtils (#2220)
     add d58847626b [CXF-8910] Add https to special handling in package name 
derivation (#1368)
     add 3ad942b22b [CXF-9099]GZIPOutInterceptor : ensure the CXF headers that 
GZIPOutInterceptor needs to resize is modifiable
     add fd8af4bb37 Bump org.owasp:dependency-check-maven from 11.1.1 to 12.0.0 
(#2223)
     add 1b802d1f5e Bump github/codeql-action from 3.28.0 to 3.28.1 (#2222)
     add bad6feb8b5 Update Arquillian to 1.8.1.Final
     add 58ad38cd0c Update Micrometer to 1.14.3
     add 29a31b1084 Update Micrometer Tracing to 1.14.2
     add a4a936400b Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#2221)
     add 1d3d700fd8 CXF-9065: StackOverflow Exception during execution of 
WebClient POST Request on SSLUtils class (#2224)
     add 499bfbb0f6 Bump cxf.netty.version from 4.1.116.Final to 4.1.117.Final 
(#2226)
     add 0a9983d58a Bump cxf.reactor.version from 3.7.1 to 3.7.2 (#2225)
     add e8f49962a7 Bump org.mozilla:rhino from 1.7.15 to 1.8.0

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   (7f4732793d)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.mozilla-rhino-1.8.0 
(e8f49962a7)

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/codeql-analysis.yml              |  4 +-
 .github/workflows/scorecards.yml                   |  4 +-
 .../org/apache/cxf/common/logging/LogUtils.java    |  9 ++-
 .../org/apache/cxf/common/util/PackageUtils.java   |  2 +-
 .../transport/common/gzip/GZIPOutInterceptor.java  |  2 +
 .../apache/cxf/common/util/PackageUtilsTest.java   |  7 +++
 distribution/src/main/release/samples/pom.xml      |  2 +-
 parent/pom.xml                                     | 18 +++---
 pom.xml                                            |  2 +-
 .../org/apache/cxf/transport/https/SSLUtils.java   |  7 ++-
 .../apache/cxf/transport/https/SSLUtilsTest.java   | 64 ++++++++++++++++++++
 systests/transport-hc5/pom.xml                     |  4 ++
 .../hc5/https/clientauth/ClientAuthTest.java       | 69 ++++++++++++++++++++++
 .../hc5/https/clientauth/client-auth-server.xml    | 25 +++++++-
 .../hc5/https/clientauth/client-auth-tls-1.3.xml}  |  2 +-
 .../http_undertow/UndertowDigestAuthTest.java      | 19 +++++-
 16 files changed, 217 insertions(+), 23 deletions(-)
 create mode 100644 
rt/transports/http/src/test/java/org/apache/cxf/transport/https/SSLUtilsTest.java
 copy 
systests/{transports/src/test/resources/org/apache/cxf/systest/https/clientauth/client-auth.xml
 => 
transport-hc5/src/test/resources/org/apache/cxf/systest/hc5/https/clientauth/client-auth-tls-1.3.xml}
 (95%)

Reply via email to