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 across 1 directory with 3 updates #1491

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps the prod-deps group with 3 updates in the / directory: org.eclipse.jetty.ee10:jetty-ee10-bom, ch.qos.logback:logback-classic and com.graphql-java:graphql-java.

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.12 to 12.0.13

Release notes

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

12.0.13

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #12213 - Removed reliance on exception to shutdown non persistent connections
  • #12212 - ShutdownOutput for non-persistent HTTP/1 connections
  • #12209 - Move h2spec exec to a profile
  • #12208 - resolve differences in AliasCheckerSymlinkTests
  • #12207 - Jetty Maven Plugin 12.x no longer configures DefaultHandler
  • #12206 - sendError(-1) is an abort
  • #12203 - Fixes HttpClient Content.Source reads from arbitrary threads
  • #12199 - fix npe when onCompleteFailure happens after reset
  • #12198 - Fix potential NPE from VirtualThreadPool
  • #12183 - Fix order of jetty.http.port property for jetty maven plugin
  • #12173 - Jetty Maven Plugin - jetty:run does not work with pom type dependencies
  • #12172 - change urls https://eclipse.dev to https://jetty.org
  • #12171 - QoSHandler does not resume on a virtual thread
  • #12163 - HttpConfiguration dump is missing entries
  • #12154 - Is it possible to define max number of virtual threads when VirtualThreadsExecutor is enabled, i.e. max number of http requests being handled in the same time?
  • #12152 - simplify configuration for Antora Collector (@​mojavelinux)
  • #12133 - Fix h2spec plugin report and upgrade version
  • #12124 - JSP temp directory regression, possibly due to fix for #12044
  • #12122 - NPE in HttpReceiver.responseContentAvailable()
  • #12120 - Introduce properties for cipher suites
  • #12113 - Improved handling of 100 Continue
  • #12112 - invoker:install should include test dependencies as well as they are used by the tests, this issue can happen only when not snapshots have been deployed of demos new versions
  • #12111 - Improvements to HttpSender.
  • #12104 - Error handling on ee9 / ee8 with HTTP/1.0 can result in an empty Connection: response header.
  • #12094 - Possible regression in ContextFactory.getObjectInstance() between Jetty 11.0.22 and 12.0.11
  • #12063 - Introduce Jetty module for HTTP/2 client dependencies
  • #11926 - File upload puzzle
  • #11822 - h2 server responses exceeding SETTINGS_MAX_HEADER_LIST_SIZE do not result in RST_STREAM or GOAWAY
  • #11654 - Customizable error page buffer size (@​dkaukov)
  • #11408 - Jetty start module property values with ${expr} are not being expanded
  • #11322 - Change jetty-nosql MongoDB dependency from unmaintained mongo-java-driver to mongodb-driver-sync
  • #9121 - Jetty 12 - Flaky BlockedWritesWithSmallThreadPoolTest.testServerThreadsBlockedInWrites()
  • #6514 - How to warm up SslConnection
  • #3553 - Support sslSession() in Jetty Client
Commits
  • 816018a Updating to version 12.0.13
  • e804e86 deployAtEnd and a bit more memory for Maven process
  • 899c005 Merge pull request #12208 from jetty/jetty-12.0.x-11434-AliasCheckerSymlinkTests
  • 551710e Improve shutdown of non-persistent HTTP/1 connections #12212 (#12216)
  • 5439f17 Rework leak tracking assertions to use a common awaitility pattern (#12226)
  • caa09ad Issue #12207 reinstate DefaultHandler for jetty maven plugin (#12211)
  • 4164ab7 PR #12208 - changes from review
  • eecf4cf Tagged tests as Isolated that modify the static RESOURCE_FACTORIES
  • 3d5a58a minor cleanups a potential flaky fix
  • ebc5e55 Removed reliance on exception to shutdown non persistent connections (#12213)
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.7 to 1.5.8

Commits
  • 92e1a5e prepare release 1.5.8
  • 76d8dd8 Update README.md, comment out CI action results
  • d7e0d59 Merge branch 'master' of github.com:qos-ch/logback
  • fe3bf9d os.name property is expected to be Mac OS X on Apple computers
  • 9806273 Update README.md
  • c45f110 check for Mac OS X
  • 00c6f5e what is the os.name
  • 7d03a42 update actions/setup
  • edacb3b skip email sent termination test on MacOs
  • 3b5d041 allow more time for timetout
  • Additional commits viewable in compare view

Updates com.graphql-java:graphql-java from 22.2 to 22.3

Release notes

Sourced from com.graphql-java:graphql-java's releases.

22.3

This is a bugfix release focusing on the @defer directive implementation. There are no breaking changes in this release.

Thanks to the community for continuing to report issues and build improvements, which helps make graphql-java better! Kudos to @​felipe-gdr and @​jbellenger for contributing @defer improvements in this release.

Key Changes

What's Changed

Full Changelog: graphql-java/graphql-java@v22.2...v22.3

Commits
  • d6dbf61 Merge pull request #3688 from graphql-java/dependabot/gradle/org.junit.jupite...
  • 159285c Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0
  • acbed23 Merge pull request #3689 from graphql-java/dependabot/gradle/io.projectreacto...
  • 197dd6e Merge pull request #3700 from graphql-java/dependabot/gradle/net.bytebuddy-by...
  • 71af8b8 Merge pull request #3695 from graphql-java/dependabot/github_actions/google-g...
  • b4faf3d Merge pull request #3699 from graphql-java/dependabot/gradle/net.bytebuddy-by...
  • c444f03 Bump net.bytebuddy:byte-buddy-agent from 1.14.18 to 1.15.1
  • 14ed86a Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.1
  • fde25db Merge pull request #3639 from felipe-gdr/defer-dataloader-integration
  • 3fc8444 Small adjustments after pairing with Andi
  • Additional commits viewable 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 3 updates in the / directory: [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project), [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java).


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

Updates `ch.qos.logback:logback-classic` from 1.5.7 to 1.5.8
- [Commits](qos-ch/logback@v_1.5.7...v_1.5.8)

Updates `com.graphql-java:graphql-java` from 22.2 to 22.3
- [Release notes](https://github.com/graphql-java/graphql-java/releases)
- [Commits](graphql-java/graphql-java@v22.2...v22.3)

---
updated-dependencies:
- 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: com.graphql-java:graphql-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners September 9, 2024 03:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 9, 2024
@github-actions github-actions bot added the pom label Sep 9, 2024
@jolarsen jolarsen merged commit eac27bb into master Sep 11, 2024
5 checks passed
@jolarsen jolarsen deleted the dependabot/maven/prod-deps-27a1c8506b branch September 11, 2024 19:15
This pull request was closed.
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.

1 participant