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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the prod-deps group with 5 updates #1361

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2024

Bumps the prod-deps group with 5 updates:

Package From To
com.fasterxml.jackson:jackson-bom 2.16.1 2.16.2
org.eclipse.jetty.ee10:jetty-ee10-bom 12.0.6 12.0.7
ch.qos.logback:logback-classic 1.5.0 1.5.3
org.apache.zookeeper:zookeeper 3.9.1 3.9.2
org.bitbucket.b_c:jose4j 0.9.5 0.9.6

Updates com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.16.2

Commits
  • c8ad938 [maven-release-plugin] prepare release jackson-bom-2.16.2
  • 9f3a1c1 Prepare for 2.16.2 release
  • b8c79e9 Merge branch '2.15' into 2.16
  • 3d6942c Back to snapshot dep
  • 045ff83 [maven-release-plugin] prepare for next development iteration
  • 7713e92 [maven-release-plugin] prepare release jackson-bom-2.15.4
  • 945bafc Prepare for 2.15.4 release
  • 6f032d1 Fix #66: add jackson-module-guice7
  • 55b6a79 Up to 2.16.2-SNAPSHOT
  • 1533011 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.6 to 12.0.7

Release notes

Sourced from org.eclipse.jetty.ee10:jetty-ee10-bom's releases.

12.0.7

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #11465 - HttpURI.toURI() sets userInfo to null
  • #11455 - Improve DEBUG during WebInfConfiguration.unpack
  • #11448 - UriCompliance.Violation ignored despite being set
  • #11443 - Fix NPE in HttpReceiverOverHTTP2.read() when the channel's stream is null
  • #11435 - Add suppressed failures in Callback failed
  • #11432 - Change default number of acceptor threads
  • #11426 - Experiment with ArrayByteBufferPool performance
  • #11424 - What is the jetty.deploy.scanInterval default? module, ini, code, and documentation do not agree.
  • #11414 - When producing URI/URL strings follow spec and produce lowercase schemes and drop default ports
  • #11410 - PathMappingsHandler does not start ResourceHandler properly
  • #11401 - Replace StringBuffer with StringBuilder
  • #11398 - WebSocket ClosedChannelException when demanding frames in onOpen
  • #11397 - Jetty 12: ContextHandler.getTempDirectory() does not respect the Context.getTempDirectory() contract
  • #11387 - Reintroduce MultiPartCompliance.LEGACY (not as default) too allow for parsing of non-compliant multipart/form-data
  • #11386 - Making FormFields get defaults from Context, not Request
  • #11383 - Added documentation about SslHandshakeListener.
  • #11377 - Jetty 12 fails to start WebApp Bundle with OSGi Boot bundle (or when packaged)
  • #11371 - Review ArrayByteBufferPool eviction
  • #11370 - IllegalStateException when last write fails
  • #11363 - ContentSourcePublisher throws from request
  • #11361 - Updates to UriCompliance.checkUriCompliance
  • #11360 - drop buildnumber:create already executed by jetty-util (@​hboutemy)
  • #11356 - Allow ServerWebSocketContainer to be created without ContextHandler
  • #11353 - The default virtual thread executor should created named threads (@​danishnawab)
  • #11310 - Uploading big multipart files via jetty 12.0.5 with spring boot 3.2.1 cause problems
  • #11279 - fix use of AliasCheckers with CombinedResource
  • #11278 - 500 response when trying to display symlinked directory
  • #11270 - Windows 11 pro - problem launching Jetty with ${jetty.home}\etc\jetty-ee10-deploy.xml
  • #10432 - Fix buffer leaks in FCGI and H3 HttpClientIdleTimeoutTest
  • #8979 - Jetty 12 - HttpClientTransport network "modes"
  • #8887 - Jetty-12 client calls onDataAvailable with producing thread
Commits
  • c89aca8 Updating to version 12.0.7
  • 313def7 Issue #11463 Fix flaky session tests
  • 4155e7b Add suppressed failures in Callback failed (#11435)
  • 56e05a9 HttpURI toURI passes all info (#11468)
  • 561b8da Changed CrossOriginHandler default to allow no origin and no credentials.
  • 4aeec06 Fixing merge - removing double/nested hasViolations() check
  • ee8823b Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
  • 686dd88 Fix #10805 zero dynamic table (#11445) (#11452)
  • 1bba3cd Merge pull request #11455 from jetty/fix/12.0.x/webinfconfig.unpack.protection
  • 97cb50e Improve Error messages for Ambiguous URIs (#11457)
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.0 to 1.5.3

Commits

Updates org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2

Updates org.bitbucket.b_c:jose4j from 0.9.5 to 0.9.6

Commits
  • 996b337 [maven-release-plugin] prepare for next development iteration
  • a3a21a6 discontinue use wrapper class constructors that are deprecated for removal (t...
  • 19a90a6 Safeguard against excessive resource utilization by restricting the size of d...
  • 46f3a2a [maven-release-plugin] prepare release jose4j-0.9.6
  • See full diff in compare view

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

Bumps the prod-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.16.1` | `2.16.2` |
| [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) | `12.0.6` | `12.0.7` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.0` | `1.5.3` |
| org.apache.zookeeper:zookeeper | `3.9.1` | `3.9.2` |
| [org.bitbucket.b_c:jose4j](https://bitbucket.org/b_c/jose4j) | `0.9.5` | `0.9.6` |


Updates `com.fasterxml.jackson:jackson-bom` from 2.16.1 to 2.16.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.16.1...jackson-bom-2.16.2)

Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.6 to 12.0.7
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.0.6...jetty-12.0.7)

Updates `ch.qos.logback:logback-classic` from 1.5.0 to 1.5.3
- [Commits](qos-ch/logback@v_1.5.0...v_1.5.3)

Updates `org.apache.zookeeper:zookeeper` from 3.9.1 to 3.9.2

Updates `org.bitbucket.b_c:jose4j` from 0.9.5 to 0.9.6
- [Commits](https://bitbucket.org/b_c/jose4j/branches/compare/jose4j-0.9.6..jose4j-0.9.5)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.zookeeper:zookeeper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.bitbucket.b_c:jose4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners March 12, 2024 03:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 12, 2024
@github-actions github-actions bot added the pom label Mar 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 13, 2024
@dependabot dependabot bot deleted the dependabot/maven/prod-deps-3ec2350063 branch March 13, 2024 03:26
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 pom
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants