Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the maven group across 14 directories with 17 updates #11961

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2024

Bumps the maven group with 2 updates in the /projects/apache-cxf/project-parent/fuzz-targets directory: org.apache.cxf:cxf-core and org.apache.cxf:cxf-rt-frontend-jaxrs.
Bumps the maven group with 2 updates in the /projects/async-http-client/project-parent/fuzz-targets directory: org.asynchttpclient:async-http-client and org.eclipse.jetty:jetty-server.
Bumps the maven group with 1 update in the /projects/avro/project-parent/fuzz-targets directory: org.apache.avro:avro.
Bumps the maven group with 1 update in the /projects/eclipse-equinox/equinox-fuzzer directory: org.eclipse.platform:org.eclipse.core.runtime.
Bumps the maven group with 1 update in the /projects/hadoop/project-parent/fuzz-targets directory: org.apache.hadoop:hadoop-common.
Bumps the maven group with 1 update in the /projects/htmlunit/htmlunit-fuzzer directory: org.htmlunit:htmlunit.
Bumps the maven group with 3 updates in the /projects/jetty/project-parent/fuzz-targets directory: org.eclipse.jetty:jetty-server, org.eclipse.jetty:jetty-http and org.eclipse.jetty.http2:http2-server.
Bumps the maven group with 1 update in the /projects/jose4j/project-parent/fuzz-targets directory: org.bitbucket.b_c:jose4j.
Bumps the maven group with 1 update in the /projects/nimbus-jwt/nimbus-jwt-fuzzer directory: com.nimbusds:nimbus-jose-jwt.
Bumps the maven group with 1 update in the /projects/opencensus-java/project-parent/fuzz-targets directory: com.google.guava:guava.
Bumps the maven group with 1 update in the /projects/pdfbox/project-parent/fuzz-targets directory: org.apache.pdfbox:pdfbox.
Bumps the maven group with 1 update in the /projects/xnio-api/xnio-fuzzer directory: org.jboss.xnio:xnio-api.
Bumps the maven group with 1 update in the /projects/yamlbeans/project-parent/fuzz-targets directory: com.esotericsoftware.yamlbeans:yamlbeans.
Bumps the maven group with 1 update in the /projects/zt-zip/project-parent/fuzz-targets directory: org.zeroturnaround:zt-zip.

Updates org.apache.cxf:cxf-core from Fuzzing-SNAPSHOT to 3.5.8

Updates org.apache.cxf:cxf-rt-frontend-jaxrs from Fuzzing-SNAPSHOT to 2.6.11

Updates org.asynchttpclient:async-http-client from Fuzzing-SNAPSHOT to 2.0.35

Changelog

Sourced from org.asynchttpclient:async-http-client's changelog.

From 2.2 to 2.3

  • New isFilterInsecureCipherSuites config to disable unsecure and weak ciphers filtering performed internally in Netty.

From 2.1 to 2.2

  • New Typesafe config extra module
  • new enableWebSocketCompression config to enable per-message and per-frame WebSocket compression extension

From 2.0 to 2.1

  • AHC 2.1 targets Netty 4.1.
  • org.asynchttpclient.HttpResponseHeaders was dropped in favor of io.netty.handler.codec.http.HttpHeaders.
  • org.asynchttpclient.cookie.Cookie was dropped in favor of io.netty.handler.codec.http.cookie.Cookie as AHC's cookie parsers were contributed to Netty.
  • AHC now has a RFC6265 CookieStore that is enabled by default. Implementation can be changed in AsyncHttpClientConfig.
  • AsyncHttpClient now exposes stats with getClientStats.
  • AsyncHandlerExtensions was dropped in favor of default methods in AsyncHandler.
  • WebSocket and WebSocketListener methods were renamed to mention frames
  • AsyncHttpClientConfig various changes:
    • new getCookieStore now lets you configure a CookieStore (enabled by default)
    • new isAggregateWebSocketFrameFragments now lets you disable WebSocket fragmented frames aggregation
    • new isUseLaxCookieEncoder lets you loosen cookie chars validation
    • isAcceptAnyCertificate was dropped, as it didn't do what its name stated
    • new isUseInsecureTrustManager lets you use a permissive TrustManager, that would typically let you accept self-signed certificates
    • new isDisableHttpsEndpointIdentificationAlgorithm disables setting HTTPS algorithm on the SSLEngines, typically disables SNI and HTTPS hostname verification
    • new isAggregateWebSocketFrameFragments lets you disable fragmented WebSocket frames aggregation
Commits

Updates org.eclipse.jetty:jetty-server from 11.0.14 to 12.0.9

Updates org.apache.avro:avro from Fuzzing-SNAPSHOT to 1.11.3

Updates org.eclipse.platform:org.eclipse.core.runtime from 3.26.100 to 3.29.0

Commits

Updates org.apache.hadoop:hadoop-common from Fuzzing-SNAPSHOT to 3.2.4

Updates org.htmlunit:htmlunit from 2.7.0 to 3.9.0

Release notes

Sourced from org.htmlunit:htmlunit's releases.

HtmlUnit 3.9.0

Highlights

  • This release is not compatible with 2.xx versions - please read the migration info

  • core-csp: new lib for CSP

  • commons-logging to 1.3.0, commons-io to 2.15.1, commons-lang3 to 3.14.0

  • enable FEATURE_SECURE_PROCESSING for the MSXML XSLProcessor (CVE-2023-49093).

  • neko: new HTML named entities parser that is up to 20x faster for common entities and some more fixes

  • many more fixes and improvements

Please have a look at the full release notes for details about this release.

馃挄 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome https://github.com/sponsors/rbri).

HtmlUnit 3.8.0

Highlights

  • This release is not compatible with 2.xx versions - please read the migration info

  • core-js: support trailing commas in function parameters.

  • updated CSS3Parser pool implementation

  • improved detection onf XML/XHtml content when not content type header is set

  • many more fixes and improvements

Please have a look at the full release notes for details about this release.

馃挄 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome https://github.com/sponsors/rbri).

HtmlUnit 3.7.0

Highlights

  • This release is not compatible with 2.xx versions - please read the migration info

  • INCOMPATIBLE CHANGE: For this version, the processing of WebWindowListener events got many changes/fixes/improvements. The main point was to let this work as stable as possible even if many WebWindowListener are registered.

  • cssparser: Switched from JavaCC to ParserGeneratorCC (https://github.com/tulipcc/ParserGeneratorCC)

  • core-js: build system switched to maven

  • Implementation of CSS pseudo classes :invalid and :valid improved

  • Form.isValid() checks all form elements

  • Documentation enhancements

  • support ComputedCSSStyleDeclaration when JS engine is disabled

  • HtmlForm.getElements() is now part of the public api

  • Fixed a major memory leak

  • 'rel' attribute may contain multiple values, we have to split before checking the value

  • many more fixes and improvements

Please have a look at the full release notes for details about this release.

馃挄 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome https://github.com/sponsors/rbri).

HtmlUnit 3.6.0

Highlights

  • This release is not compatible with 2.xx versions - please read the migration info

... (truncated)

Commits

Updates org.eclipse.jetty:jetty-server from Fuzzing-SNAPSHOT to 9.4.51.v20230217

Updates org.eclipse.jetty:jetty-http from Fuzzing-SNAPSHOT to 9.4.53.v20231009

Updates org.eclipse.jetty.http2:http2-server from Fuzzing-SNAPSHOT to 9.4.54.v20240208

Updates org.bitbucket.b_c:jose4j from Fuzzing-SNAPSHOT to 0.9.4

Commits

Updates com.nimbusds:nimbus-jose-jwt from 9.30.1 to 9.37.2

Changelog

Sourced from com.nimbusds:nimbus-jose-jwt's changelog.

version 1.0 (2012-03-01)

  • First version based on the OpenInfoCard JWT, JWS and JWE code base.

version 1.1 (2012-03-06)

  • Introduces type-safe enumeration of the JSON Web Algorithms (JWA).
  • Refactors the JWT class.

version 1.2 (2012-03-08)

  • Moves JWS and JWE code into separate classes.

version 1.3 (2012-03-09)

  • Switches to Apache Commons Codec for Base64URL encoding and decoding
  • Consolidates the crypto utilities within the package.
  • Introduces a JWT content serialiser class.

version 1.4 (2012-03-09)

  • Refactoring of JWT class and JUnit tests.

version 1.5 (2012-03-18)

  • Switches to JSON Smart for JSON serialisation and parsing.
  • Introduces claims set class with JSON objects, string, Base64URL and byte array views.

version 1.6 (2012-03-20)

  • Creates class for representing, serialising and parsing JSON Web Keys (JWK).
  • Introduces separate class for representing JWT headers.

version 1.7 (2012-04-01)

  • Introduces separate classes for plain, JWS and JWE headers.
  • Introduces separate classes for plain, signed and encrypted JWTs.
  • Removes the JWTContent class.
  • Removes password-based (PE820) encryption support.

version 1.8 (2012-04-03)

  • Adds support for the ZIP JWE header parameter.
  • Removes unsupported algorithms from the JWA enumeration.

version 1.9 (2012-04-03)

  • Renames JWEHeader.{get|set}EncryptionAlgorithm() to JWEHeader.{get|set}EncryptionMethod().

version 1.9.1 (2012-04-03)

  • Upgrades JSON Smart JAR to 1.1.1.

version 1.10 (2012-04-14)

  • Introduces serialize() method to base abstract JWT class.

version 1.11 (2012-05-13)

  • JWT.serialize() throws checked JWTException instead of

... (truncated)

Commits
  • d91be4c [maven-release-plugin] prepare release 9.33
  • 9a277ea [maven-release-plugin] prepare for next development iteration
  • c695b11 Fixes the MACSigner.sign method for SecretKey instances that don't expose the...
  • 45f15d1 Updates the MACVerifier to support SecretKey instances don't expose the key m...
  • e965e96 [maven-release-plugin] prepare release 9.34
  • 8d67f6c [maven-release-plugin] prepare for next development iteration
  • f64e094 Makes the abstract class BaseJWEProvider public (iss #521)
  • ad6fed3 [maven-release-plugin] prepare release 9.35
  • 81c7f24 [maven-release-plugin] prepare for next development iteration
  • 24aaaf0 Bumps jacoco-maven-plugin to 0.8.10
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 31.1-jre to 32.0.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

32.0.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>32.0.0-jre</version>
  <!-- or, for Android: -->
  <version>32.0.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Security fixes

While CVE-2020-8908 was officially closed when we deprecated Files.createTempDir in Guava 30.0, we've heard from users that even recent versions of Guava have been listed as vulnerable in other databases of security vulnerabilities. In response, we've reimplemented the method (and the very rarely used FileBackedOutputStream class, which had a similar issue) to eliminate the insecure behavior entirely. This change could technically affect users in a number of different ways (discussed under "Incompatible changes" below), but in practice, the only problem users are likely to encounter is with Windows. If you are using those APIs under Windows, you should skip 32.0.0 and go straight to 32.0.1 which fixes the problem. (Unfortunately, we didn't think of the Windows problem until after the release. And while we warn that common.io in particular may not work under Windows, we didn't intend to regress support.) Sorry for the trouble.

Incompatible changes

Although this release bumps Guava's major version number, it makes no binary-incompatible changes to the guava artifact.

One change could cause issues for Widows users, and a few other changes could cause issues for users in more usual situations:

  • The new implementations of Files.createTempDir and FileBackedOutputStream throw an exception under Windows. This is fixed in 32.0.1. Sorry for the trouble.
  • guava-gwt now requires GWT 2.10.0.
  • This release makes a binary-incompatible change to a @Beta API in the separate artifact guava-testlib. Specifically, we changed the return type of TestingExecutors.sameThreadScheduledExecutor to ListeningScheduledExecutorService. The old return type was a package-private class, which caused the Kotlin compiler to produce warnings. (dafaa3e435)

... (truncated)

Commits

Updates org.apache.pdfbox:pdfbox from Fuzzing-SNAPSHOT to 1.8.16

Updates org.jboss.xnio:xnio-api from 3.8.8.Final to 3.8.14.Final

Updates com.esotericsoftware.yamlbeans:yamlbeans from Fuzzing-SNAPSHOT to 1.17

Commits

Updates org.zeroturnaround:zt-zip from Fuzzing-SNAPSHOT to 1.13

Changelog

Sourced from org.zeroturnaround:zt-zip's changelog.

1.13 (2nd May 2018)

  • Fixed a possible security vulnerability reported by Snyk Security Research Team
  • Fixed same-zip bug for transformEntry method

1.12 (1st August 2017)

  • Fixed a resource leakage with ZipInputStream
  • Fixed a NoSuchMethodError on Android platforms

1.11 (31st January 2017)

  • Added iterate and unpack methods that accept a Charset

1.10 (28th October 2016)

  • Added user configurable compression level to packEntries()
  • Added more overloaded methods to the pack() method for convenience
  • Bumped embedded Apache Commons from 1.4 to 2.2

1.9 (20th November 2015)

  • Bumped minimal supported Java version to Java 5
  • Added support for Java 7 POSIX file permissions
  • Added ability to create and update byte-array backed ZIP streams
  • Added ability to specify/replace compression level of ZipEntry
  • Added BackslashUnpacker for broken (Windows) ZIP archives
  • Fixed not closing InputStream after processing each ZipEntrySource
  • Fixed buffering when creating and updating ZIP streams

1.8 (7th July 2014)

  • Removed dependency on commons-io
  • ZipUtil.pack more memory efficient for large directories
  • Fixed preserving compressed state of copied entries
  • Fixed packing files from a directory based on an accept filter
  • Improved Charset support

1.6-SNAPSHOT (17th September 2012)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the maven group with 2 updates in the /projects/apache-cxf/project-parent/fuzz-targets directory: org.apache.cxf:cxf-core and org.apache.cxf:cxf-rt-frontend-jaxrs.
Bumps the maven group with 2 updates in the /projects/async-http-client/project-parent/fuzz-targets directory: [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) and org.eclipse.jetty:jetty-server.
Bumps the maven group with 1 update in the /projects/avro/project-parent/fuzz-targets directory: org.apache.avro:avro.
Bumps the maven group with 1 update in the /projects/eclipse-equinox/equinox-fuzzer directory: [org.eclipse.platform:org.eclipse.core.runtime](https://github.com/eclipse-platform/eclipse.platform).
Bumps the maven group with 1 update in the /projects/hadoop/project-parent/fuzz-targets directory: org.apache.hadoop:hadoop-common.
Bumps the maven group with 1 update in the /projects/htmlunit/htmlunit-fuzzer directory: [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit).
Bumps the maven group with 3 updates in the /projects/jetty/project-parent/fuzz-targets directory: org.eclipse.jetty:jetty-server, org.eclipse.jetty:jetty-http and org.eclipse.jetty.http2:http2-server.
Bumps the maven group with 1 update in the /projects/jose4j/project-parent/fuzz-targets directory: [org.bitbucket.b_c:jose4j](https://bitbucket.org/b_c/jose4j).
Bumps the maven group with 1 update in the /projects/nimbus-jwt/nimbus-jwt-fuzzer directory: [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt).
Bumps the maven group with 1 update in the /projects/opencensus-java/project-parent/fuzz-targets directory: [com.google.guava:guava](https://github.com/google/guava).
Bumps the maven group with 1 update in the /projects/pdfbox/project-parent/fuzz-targets directory: org.apache.pdfbox:pdfbox.
Bumps the maven group with 1 update in the /projects/xnio-api/xnio-fuzzer directory: org.jboss.xnio:xnio-api.
Bumps the maven group with 1 update in the /projects/yamlbeans/project-parent/fuzz-targets directory: [com.esotericsoftware.yamlbeans:yamlbeans](https://github.com/EsotericSoftware/yamlbeans).
Bumps the maven group with 1 update in the /projects/zt-zip/project-parent/fuzz-targets directory: [org.zeroturnaround:zt-zip](https://github.com/zeroturnaround/zt-zip).


Updates `org.apache.cxf:cxf-core` from Fuzzing-SNAPSHOT to 3.5.8

Updates `org.apache.cxf:cxf-rt-frontend-jaxrs` from Fuzzing-SNAPSHOT to 2.6.11

Updates `org.asynchttpclient:async-http-client` from Fuzzing-SNAPSHOT to 2.0.35
- [Release notes](https://github.com/AsyncHttpClient/async-http-client/releases)
- [Changelog](https://github.com/AsyncHttpClient/async-http-client/blob/main/CHANGES.md)
- [Commits](https://github.com/AsyncHttpClient/async-http-client/commits/async-http-client-project-2.0.35)

Updates `org.eclipse.jetty:jetty-server` from 11.0.14 to 12.0.9

Updates `org.apache.avro:avro` from Fuzzing-SNAPSHOT to 1.11.3

Updates `org.eclipse.platform:org.eclipse.core.runtime` from 3.26.100 to 3.29.0
- [Commits](https://github.com/eclipse-platform/eclipse.platform/commits)

Updates `org.apache.hadoop:hadoop-common` from Fuzzing-SNAPSHOT to 3.2.4

Updates `org.htmlunit:htmlunit` from 2.7.0 to 3.9.0
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](HtmlUnit/htmlunit@HtmlUnit-2.7...3.9.0)

Updates `org.eclipse.jetty:jetty-server` from Fuzzing-SNAPSHOT to 9.4.51.v20230217

Updates `org.eclipse.jetty:jetty-http` from Fuzzing-SNAPSHOT to 9.4.53.v20231009

Updates `org.eclipse.jetty.http2:http2-server` from Fuzzing-SNAPSHOT to 9.4.54.v20240208

Updates `org.bitbucket.b_c:jose4j` from Fuzzing-SNAPSHOT to 0.9.4
- [Commits](https://bitbucket.org/b_c/jose4j/commits/tag/jose4j-0.9.4)

Updates `com.nimbusds:nimbus-jose-jwt` from 9.30.1 to 9.37.2
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.2..9.30.1)

Updates `com.google.guava:guava` from 31.1-jre to 32.0.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.apache.pdfbox:pdfbox` from Fuzzing-SNAPSHOT to 1.8.16

Updates `org.jboss.xnio:xnio-api` from 3.8.8.Final to 3.8.14.Final

Updates `com.esotericsoftware.yamlbeans:yamlbeans` from Fuzzing-SNAPSHOT to 1.17
- [Release notes](https://github.com/EsotericSoftware/yamlbeans/releases)
- [Commits](https://github.com/EsotericSoftware/yamlbeans/commits/1.17)

Updates `org.zeroturnaround:zt-zip` from Fuzzing-SNAPSHOT to 1.13
- [Changelog](https://github.com/zeroturnaround/zt-zip/blob/master/Changelog.txt)
- [Commits](https://github.com/zeroturnaround/zt-zip/commits/zt-zip-1.13)

---
updated-dependencies:
- dependency-name: org.apache.cxf:cxf-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.cxf:cxf-rt-frontend-jaxrs
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.asynchttpclient:async-http-client
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.avro:avro
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.eclipse.platform:org.eclipse.core.runtime
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.htmlunit:htmlunit
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.eclipse.jetty:jetty-http
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.eclipse.jetty.http2:http2-server
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.bitbucket.b_c:jose4j
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.pdfbox:pdfbox
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.jboss.xnio:xnio-api
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.esotericsoftware.yamlbeans:yamlbeans
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.zeroturnaround:zt-zip
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 16, 2024
Copy link

dependabot[bot] is a new contributor to projects/async-http-client. The PR must be approved by known contributors before it can be merged. The past contributors are: henryrneh
dependabot[bot] is a new contributor to projects/jose4j. The PR must be approved by known contributors before it can be merged. The past contributors are: henryrneh
dependabot[bot] is a new contributor to projects/pdfbox. The PR must be approved by known contributors before it can be merged. The past contributors are: henryrneh
dependabot[bot] is a new contributor to projects/yamlbeans. The PR must be approved by known contributors before it can be merged. The past contributors are: henryrneh
dependabot[bot] is a new contributor to projects/zt-zip. The PR must be approved by known contributors before it can be merged. The past contributors are: henryrneh
dependabot[bot] is a new contributor to projects/jetty. The PR must be approved by known contributors before it can be merged. The past contributors are: henryrneh, fmeum
dependabot[bot] is a new contributor to projects/xnio-api. The PR must be approved by known contributors before it can be merged. The past contributors are: aschaich
dependabot[bot] is a new contributor to projects/nimbus-jwt. The PR must be approved by known contributors before it can be merged. The past contributors are: aschaich
dependabot[bot] is a new contributor to projects/htmlunit. The PR must be approved by known contributors before it can be merged. The past contributors are: rbri, aschaich
dependabot[bot] is a new contributor to projects/opencensus-java. The PR must be approved by known contributors before it can be merged. The past contributors are: catenacyber, henryrneh
dependabot[bot] is a new contributor to projects/apache-cxf. The PR must be approved by known contributors before it can be merged. The past contributors are: henryrneh
dependabot[bot] is a new contributor to projects/hadoop. The PR must be approved by known contributors before it can be merged. The past contributors are: henryrneh
dependabot[bot] is a new contributor to projects/avro. The PR must be approved by known contributors before it can be merged. The past contributors are: henryrneh, martin-g
dependabot[bot] is a new contributor to projects/eclipse-equinox. The PR must be approved by known contributors before it can be merged. The past contributors are: aschaich

@jonathanmetzman
Copy link
Contributor

@dependabot close

@dependabot dependabot bot closed this May 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/maven/projects/apache-cxf/project-parent/fuzz-targets/maven-2f7f444d2b branch May 20, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant