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 maven-patch-group group across 1 directory with 12 updates #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the maven-patch-group group with 12 updates in the / directory:

Package From To
org.junit:junit-bom 5.10.2 5.10.3
org.apache.commons:commons-compress 1.26.1 1.26.2
com.apicatalog:titanium-json-ld 1.4.0 1.4.1
org.eclipse.jetty:jetty-bom 12.0.8 12.0.11
org.eclipse.jetty.ee10:jetty-ee10-bom 12.0.8 12.0.11
org.apache.shiro:shiro-bom 2.0.0 2.0.1
org.slf4j:slf4j-api 2.0.7 2.0.13
org.slf4j:slf4j-jdk14 2.0.7 2.0.13
org.slf4j:jcl-over-slf4j 2.0.7 2.0.13
org.slf4j:jul-to-slf4j 2.0.7 2.0.13
org.graalvm.js:js 23.0.4 23.0.5
org.graalvm.js:js-scriptengine 23.0.4 23.0.5

Updates org.junit:junit-bom from 5.10.2 to 5.10.3

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.2...r5.10.3

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view

Updates org.apache.commons:commons-compress from 1.26.1 to 1.26.2

Updates com.apicatalog:titanium-json-ld from 1.4.0 to 1.4.1

Release notes

Sourced from com.apicatalog:titanium-json-ld's releases.

1.4.1

What's Changed

New Contributors

Commits

Updates org.eclipse.jetty:jetty-bom from 12.0.8 to 12.0.11

Release notes

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

12.0.11

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #11966 - Backport #11774 (env web xml) to Jetty 12.0.x
  • #11951 - Remove buffer from pool on write failure
  • #11949 - Content.Source from methods
  • #11944 - Jetty Part#delete() implementation throws IOException
  • #11938 - Updating URL refs from eclipse.org/jetty and eclipse.dev/jetty to jetty.org (including XML dtd references)
  • #11932 - Review HttpSender.ContentSender (and other ICB) to remove overridden succeeded method
  • #11925 - java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "etag" is null
  • #11911 - 11 -> 12 Migration guide wrongly suggests Request.getHttpURI as replacement for HttpServletRequest.getRequestURL
  • #11910 - Introduce ByteChannelContentSource
  • #11909 - Start throws ConcurrentModificationException if an eeX-webapp.ini exists in start.d with a command line
  • #11907 - Fix openid.mod files for Jetty 12
  • #11906 - Improve support for MultiPart in jetty-core
  • #11902 - Un-deprecate WebAppClassLoading.addHiddenClasses(Attributes attributes, String... patterns) method
  • #11897 - Fix missing notifyRemoteAsyncErrors http config wiring
  • #11893 - Hello World Example Fails to Run
  • #11892 - mtls not working with http/3
  • #11888 - Correcting object identity in ee8 and ee9
  • #11878 - Add response to debug log event in HttpSender#failRequest() (@​garydgregory)
  • #11876 - Experiment for aborting callbacks
  • #11873 - Server resources are not found if the server is subclassed in a different package
  • #11847 - replacement for GlobalWebappConfigBinding
  • #11811 - getHeaderNames should return header name once also when request has it in different case
  • #11803 - Follow Reactive Stream TCK for ContentSourcePublisher implementation (original contributions by @​scrat98)

12.0.10

Changelog

  • #11851 - jetty-ee8-websocket-javax-server export not honoured
  • #11811 - getHeaderNames should return header name once also when request has it in different case
  • #11800 - client: Allow AsyncContentListener.onContent to throw checked Exceptions
  • #11792 - StdErrAppender should detect exception circular references
  • #11776 - NPE from org.eclipse.jetty.ee8.nested.Request.getRequestURL
  • #11767 - Backward compat API WebAppContext.getServerClassMatcher() is not updating the WebAppClassloader
  • #11766 - Ensure ReadListener is nulled out when AsyncContext is completed.
  • #11763 - Race condition in QoSHandler
  • #11760 - request.getHttpURI().getScheme() is null on FORWARD dispatched request, causing NPE
  • #11756 - ChunkAccumulator not working with empty chunks
  • #11748 - Unexpected HTTP Response Status Code: 404 Not Found
  • #11745 - Issue while adding Module for Persistent HTTP Sessions: Google Cloud DataStore
  • #11736 - Issue with Response OutputStream#close() rethrowing same EofException instance
  • #11507 - org.eclipse.jetty.util.Attributes.getAttribute() should specify return type if no match is found

... (truncated)

Commits
  • 9f90ced Updating to version 12.0.11
  • 5e8cc22 Remove buffer from pool on write failure (#11951)
  • f89e3b8 Merge pull request #11950 from jetty/experiment/jetty-12.0.x/11932-icb-subcla...
  • 32c1df6 Merge pull request #11967 from jetty/fix/12.0.x/flakyCSLT
  • 893911a Jetty 12.0.x 11774 backport env web xml (#11966)
  • 2caf9c1 Cleanup XML environment specific deployment AppProviders
  • b2c4acd Exclude jetty-schemas (no longer needed in Jetty 12)
  • c6b3095 Bump ee8 apache-jsp from 10.1.16 to 10.1.25
  • d7a2f08 Bump ee8 apache-jsp from 9.0.83.1 to 9.0.90
  • c0af0e6 #11932 revert final modifier
  • Additional commits viewable in compare view

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.8 to 12.0.11

Release notes

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

12.0.11

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #11966 - Backport #11774 (env web xml) to Jetty 12.0.x
  • #11951 - Remove buffer from pool on write failure
  • #11949 - Content.Source from methods
  • #11944 - Jetty Part#delete() implementation throws IOException
  • #11938 - Updating URL refs from eclipse.org/jetty and eclipse.dev/jetty to jetty.org (including XML dtd references)
  • #11932 - Review HttpSender.ContentSender (and other ICB) to remove overridden succeeded method
  • #11925 - java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "etag" is null
  • #11911 - 11 -> 12 Migration guide wrongly suggests Request.getHttpURI as replacement for HttpServletRequest.getRequestURL
  • #11910 - Introduce ByteChannelContentSource
  • #11909 - Start throws ConcurrentModificationException if an eeX-webapp.ini exists in start.d with a command line
  • #11907 - Fix openid.mod files for Jetty 12
  • #11906 - Improve support for MultiPart in jetty-core
  • #11902 - Un-deprecate WebAppClassLoading.addHiddenClasses(Attributes attributes, String... patterns) method
  • #11897 - Fix missing notifyRemoteAsyncErrors http config wiring
  • #11893 - Hello World Example Fails to Run
  • #11892 - mtls not working with http/3
  • #11888 - Correcting object identity in ee8 and ee9
  • #11878 - Add response to debug log event in HttpSender#failRequest() (@​garydgregory)
  • #11876 - Experiment for aborting callbacks
  • #11873 - Server resources are not found if the server is subclassed in a different package
  • #11847 - replacement for GlobalWebappConfigBinding
  • #11811 - getHeaderNames should return header name once also when request has it in different case
  • #11803 - Follow Reactive Stream TCK for ContentSourcePublisher implementation (original contributions by @​scrat98)

12.0.10

Changelog

  • #11851 - jetty-ee8-websocket-javax-server export not honoured
  • #11811 - getHeaderNames should return header name once also when request has it in different case
  • #11800 - client: Allow AsyncContentListener.onContent to throw checked Exceptions
  • #11792 - StdErrAppender should detect exception circular references
  • #11776 - NPE from org.eclipse.jetty.ee8.nested.Request.getRequestURL
  • #11767 - Backward compat API WebAppContext.getServerClassMatcher() is not updating the WebAppClassloader
  • #11766 - Ensure ReadListener is nulled out when AsyncContext is completed.
  • #11763 - Race condition in QoSHandler
  • #11760 - request.getHttpURI().getScheme() is null on FORWARD dispatched request, causing NPE
  • #11756 - ChunkAccumulator not working with empty chunks
  • #11748 - Unexpected HTTP Response Status Code: 404 Not Found
  • #11745 - Issue while adding Module for Persistent HTTP Sessions: Google Cloud DataStore
  • #11736 - Issue with Response OutputStream#close() rethrowing same EofException instance
  • #11507 - org.eclipse.jetty.util.Attributes.getAttribute() should specify return type if no match is found

... (truncated)

Commits
  • 9f90ced Updating to version 12.0.11
  • 5e8cc22 Remove buffer from pool on write failure (#11951)
  • f89e3b8 Merge pull request #11950 from jetty/experiment/jetty-12.0.x/11932-icb-subcla...
  • 32c1df6 Merge pull request #11967 from jetty/fix/12.0.x/flakyCSLT
  • 893911a Jetty 12.0.x 11774 backport env web xml (#11966)
  • 2caf9c1 Cleanup XML environment specific deployment AppProviders
  • b2c4acd Exclude jetty-schemas (no longer needed in Jetty 12)
  • c6b3095 Bump ee8 apache-jsp from 10.1.16 to 10.1.25
  • d7a2f08 Bump ee8 apache-jsp from 9.0.83.1 to 9.0.90
  • c0af0e6 #11932 revert final modifier
  • Additional commits viewable in compare view

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.8 to 12.0.11

Release notes

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

12.0.11

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #11966 - Backport #11774 (env web xml) to Jetty 12.0.x
  • #11951 - Remove buffer from pool on write failure
  • #11949 - Content.Source from methods
  • #11944 - Jetty Part#delete() implementation throws IOException
  • #11938 - Updating URL refs from eclipse.org/jetty and eclipse.dev/jetty to jetty.org (including XML dtd references)
  • #11932 - Review HttpSender.ContentSender (and other ICB) to remove overridden succeeded method
  • #11925 - java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "etag" is null
  • #11911 - 11 -> 12 Migration guide wrongly suggests Request.getHttpURI as replacement for HttpServletRequest.getRequestURL
  • #11910 - Introduce ByteChannelContentSource
  • #11909 - Start throws ConcurrentModificationException if an eeX-webapp.ini exists in start.d with a command line
  • #11907 - Fix openid.mod files for Jetty 12
  • #11906 - Improve support for MultiPart in jetty-core
  • #11902 - Un-deprecate WebAppClassLoading.addHiddenClasses(Attributes attributes, String... patterns) method
  • #11897 - Fix missing notifyRemoteAsyncErrors http config wiring
  • #11893 - Hello World Example Fails to Run
  • #11892 - mtls not working with http/3
  • #11888 - Correcting object identity in ee8 and ee9
  • #11878 - Add response to debug log event in HttpSender#failRequest() (@​garydgregory)
  • #11876 - Experiment for aborting callbacks
  • #11873 - Server resources are not found if the server is subclassed in a different package
  • #11847 - replacement for GlobalWebappConfigBinding
  • #11811 - getHeaderNames should return header name once also when request has it in different case
  • #11803 - Follow Reactive Stream TCK for ContentSourcePublisher implementation (original contributions by @​scrat98)

12.0.10

Changelog

  • #11851 - jetty-ee8-websocket-javax-server export not honoured
  • #11811 - getHeaderNames should return header name once also when request has it in different case
  • #11800 - client: Allow AsyncContentListener.onContent to throw checked Exceptions
  • #11792 - StdErrAppender should detect exception circular references
  • #11776 - NPE from org.eclipse.jetty.ee8.nested.Request.getRequestURL
  • #11767 - Backward compat API WebAppContext.getServerClassMatcher() is not updating the WebAppClassloader
  • #11766 - Ensure ReadListener is nulled out when AsyncContext is completed.
  • #11763 - Race condition in QoSHandler
  • #11760 - request.getHttpURI().getScheme() is null on FORWARD dispatched request, causing NPE
  • #11756 - ChunkAccumulator not working with empty chunks
  • #11748 - Unexpected HTTP Response Status Code: 404 Not Found
  • #11745 - Issue while adding Module for Persistent HTTP Sessions: Google Cloud DataStore
  • #11736 - Issue with Response OutputStream#close() rethrowing same EofException instance
  • #11507 - org.eclipse.jetty.util.Attributes.getAttribute() should specify return type if no match is found

... (truncated)

Commits
  • 9f90ced Updating to version 12.0.11
  • 5e8cc22 Remove buffer from pool on write failure (#11951)
  • f89e3b8 Merge pull request #11950 from jetty/experiment/jetty-12.0.x/11932-icb-subcla...
  • 32c1df6 Merge pull request #11967 from jetty/fix/12.0.x/flakyCSLT
  • 893911a Jetty 12.0.x 11774 backport env web xml (#11966)
  • 2caf9c1 Cleanup XML environment specific deployment AppProviders
  • b2c4acd Exclude jetty-schemas (no longer needed in Jetty 12)
  • c6b3095 Bump ee8 apache-jsp from 10.1.16 to 10.1.25
  • d7a2f08 Bump ee8 apache-jsp from 9.0.83.1 to 9.0.90
  • c0af0e6 #11932 revert final modifier
  • Additional commits viewable in compare view

Updates org.apache.shiro:shiro-bom from 2.0.0 to 2.0.1

Release notes

Sourced from org.apache.shiro:shiro-bom's releases.

Apache Shiro 2.0.1

What's new Highlights

  • Added a supported way to decorate Shiro SecurityManager
  • Better compatibility with OSGi for Jakarta EE jakarta namespace
  • Fixed exception handling bugs in Jax-Rs integration module
  • Fixed a bug in Jakarta Faces integration
  • Better compatibility when building with Maven 4.x

Bug fixes

Enhancements

Documentation enhancements

Dependency updates

... (truncated)

Changelog

Sourced from org.apache.shiro:shiro-bom's changelog.

Licensed to the Apache Software Foundation (ASF) under one

or more contributor license agreements. See the NOTICE file

distributed with this work for additional information

regarding copyright ownership. The ASF licenses this file

to you under the Apache License, Version 2.0 (the

"License"); you may not use this file except in compliance

with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,

software distributed under the License is distributed on an

"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

KIND, either express or implied. See the License for the

specific language governing permissions and limitations

under the License.

This is not an official release notes document. It exists for Shiro developers to jot down their notes while working in the source code. These notes will be combined with Jira’s auto-generated release notes during a release for the total set.

###########################################################

Commits
  • b4d2047 [maven-release-plugin] prepare release shiro-root-2.0.1
  • 6f6cc13 bugfix: restored changes clobbered by previous merge
  • 9296467 Merge pull request #1467 from lprimak/parallel-core-tests
  • 5c749d4 bugfix(tests): using JUnit's ResourceLock and Isolated annotations to make pa...
  • 0766b6a Merge pull request #1496 from apache/dependabot/maven/commons-cli-commons-cli...
  • 469a0b9 chore(deps): bump commons-cli:commons-cli from 1.7.0 to 1.8.0
  • 7af5ca4 Merge pull request #1494 from lprimak/update-springboot
  • 972bc48 deps: update Spring 6.x and SpringBoot 3.x
  • 9db8fd1 bugfix(docs): fixed comments in UnauthenticatedExceptionExceptionMapper and U...
  • ca42e81 Merge pull request #1490 from apache/dependabot/maven/spring.version-5.3.36
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.7 to 2.0.13

Updates org.slf4j:slf4j-jdk14 from 2.0.7 to 2.0.13

Updates org.slf4j:jcl-over-slf4j from 2.0.7 to 2.0.13

Updates org.slf4j:jul-to-slf4j from 2.0.7 to 2.0.13

Updates org.slf4j:slf4j-jdk14 from 2.0.7 to 2.0.13

Updates org.slf4j:jcl-over-slf4j from 2.0.7 to 2.0.13

Updates org.slf4j:jul-to-slf4j from 2.0.7 to 2.0.13

Updates org.graalvm.js:js from 23.0.4 to 23.0.5

Commits

Updates org.graalvm.js:js-scriptengine from 23.0.4 to 23.0.5

Commits

Updates org.graalvm.js:js-scriptengine from 23.0.4 to 23.0.5

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

Bumps the maven-patch-group group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.10.2` | `5.10.3` |
| org.apache.commons:commons-compress | `1.26.1` | `1.26.2` |
| [com.apicatalog:titanium-json-ld](https://github.com/filip26/titanium-json-ld) | `1.4.0` | `1.4.1` |
| [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) | `12.0.8` | `12.0.11` |
| [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) | `12.0.8` | `12.0.11` |
| [org.apache.shiro:shiro-bom](https://github.com/apache/shiro) | `2.0.0` | `2.0.1` |
| org.slf4j:slf4j-api | `2.0.7` | `2.0.13` |
| org.slf4j:slf4j-jdk14 | `2.0.7` | `2.0.13` |
| org.slf4j:jcl-over-slf4j | `2.0.7` | `2.0.13` |
| org.slf4j:jul-to-slf4j | `2.0.7` | `2.0.13` |
| [org.graalvm.js:js](https://github.com/graalvm/graaljs) | `23.0.4` | `23.0.5` |
| [org.graalvm.js:js-scriptengine](https://github.com/graalvm/graaljs) | `23.0.4` | `23.0.5` |



Updates `org.junit:junit-bom` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.10.3)

Updates `org.apache.commons:commons-compress` from 1.26.1 to 1.26.2

Updates `com.apicatalog:titanium-json-ld` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/filip26/titanium-json-ld/releases)
- [Commits](filip26/titanium-json-ld@v1.4.0...v1.4.1)

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

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

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

Updates `org.apache.shiro:shiro-bom` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/apache/shiro/releases)
- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)
- [Commits](apache/shiro@shiro-root-2.0.0...shiro-root-2.0.1)

Updates `org.slf4j:slf4j-api` from 2.0.7 to 2.0.13

Updates `org.slf4j:slf4j-jdk14` from 2.0.7 to 2.0.13

Updates `org.slf4j:jcl-over-slf4j` from 2.0.7 to 2.0.13

Updates `org.slf4j:jul-to-slf4j` from 2.0.7 to 2.0.13

Updates `org.slf4j:slf4j-jdk14` from 2.0.7 to 2.0.13

Updates `org.slf4j:jcl-over-slf4j` from 2.0.7 to 2.0.13

Updates `org.slf4j:jul-to-slf4j` from 2.0.7 to 2.0.13

Updates `org.graalvm.js:js` from 23.0.4 to 23.0.5
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/graalvm/graaljs/commits)

Updates `org.graalvm.js:js-scriptengine` from 23.0.4 to 23.0.5
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/graalvm/graaljs/commits)

Updates `org.graalvm.js:js-scriptengine` from 23.0.4 to 23.0.5
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/graalvm/graaljs/commits)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: com.apicatalog:titanium-json-ld
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.apache.shiro:shiro-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.slf4j:slf4j-jdk14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.slf4j:slf4j-jdk14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.graalvm.js:js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.graalvm.js:js-scriptengine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: org.graalvm.js:js-scriptengine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 22, 2024
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.

0 participants