Skip to content

Bump org.springframework:spring-context from 4.3.30.RELEASE to 5.2.21.RELEASE in /samples/Maven POM/filenames - #13

Open
dependabot[bot] wants to merge 1 commit into
Mainfrom
dependabot/maven/samples/Maven-POM/filenames/org.springframework-spring-context-5.2.21.RELEASE
Open

Bump org.springframework:spring-context from 4.3.30.RELEASE to 5.2.21.RELEASE in /samples/Maven POM/filenames#13
dependabot[bot] wants to merge 1 commit into
Mainfrom
dependabot/maven/samples/Maven-POM/filenames/org.springframework-spring-context-5.2.21.RELEASE

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2024

Copy link
Copy Markdown

Bumps org.springframework:spring-context from 4.3.30.RELEASE to 5.2.21.RELEASE.

Release notes

Sourced from org.springframework:spring-context's releases.

v5.2.21.RELEASE

⭐ New Features

  • Remove DNS lookups during websocket connection initiation #28281

🐞 Bug Fixes

  • Improve documentation and matching algorithm in data binders #28334
  • CodeGenerationException thrown when using AnnotationMBeanExporter on JDK 17 #28279
  • ResponseEntity objects are accumulated in ConcurrentReferenceHashMap #28273
  • NotWritablePropertyException when attempting to declaratively configure ClassLoader properties #28272

v5.2.20.RELEASE

⭐ New Features

  • Restrict access to property paths on Class references #28262
  • Improve diagnostics in SpEL for large array creation #28257

v5.2.19.RELEASE

⭐ New Features

  • Declare serialVersionUID on DefaultAopProxyFactory #27785
  • Use ByteArrayDecoder in DefaultClientResponse::createException #27667

🐞 Bug Fixes

  • ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] #27817
  • Possible NPE in Spring MVC LogFormatUtils #27783
  • UndertowHeadersAdapter's remove() method violates Map contract #27593
  • Fix assertion failure messages in DefaultDataBuffer.checkIndex() #27577

📔 Documentation

  • Lazy annotation throws exception if non-required bean does not exist #27660
  • Incorrect Javadoc in [NamedParameter]JdbcOperations.queryForObject methods regarding exceptions #27581
  • DefaultResponseErrorHandler update javadoc comment #27571

🔨 Dependency Upgrades

  • Upgrade to Reactor Dysprosium-SR25 #27635
  • Upgrade to Log4j2 2.16.0 #27825

v5.2.18.RELEASE

⭐ New Features

  • Enhance DefaultResponseErrorHandler to allow logging complete error response body #27558
  • DefaultMessageListenerContainer does not log an error/warning when consumer tasks have been rejected #27457

🐞 Bug Fixes

... (truncated)

Commits
  • 2bdab89 Release v5.2.21.RELEASE
  • 833e750 Improve documentation and matching algorithm in data binders
  • d70054d Upgrade to Log4j2 2.17.2
  • 36e4951 Polishing
  • 87b5080 Consistent use of getLocalAddr() without DNS lookups in request adapters
  • 5cbf85a Avoid return value reference in potentially cached MethodParameter instance
  • 69c7eb9 Restore ability to configure setClassLoader methods
  • fb763dd Consistent fallback in case of fast-class generation failure
  • 1b75f39 Next development version (v5.2.21.BUILD-SNAPSHOT)
  • 996f701 Refine PropertyDescriptor filtering
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 4.3.30.RELEASE to 5.2.21.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.30.RELEASE...v5.2.21.RELEASE)

---
updated-dependencies:
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
...

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 15, 2024
@coderabbitai

coderabbitai Bot commented May 15, 2024

Copy link
Copy Markdown

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@socket-security

Copy link
Copy Markdown

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

🚮 Removed packages: pypi/gradio@3.13.2, pypi/gradio@3.13.2, pypi/html5lib@1.1, pypi/html5lib@1.1, pypi/httpbin@0.10.0, pypi/httpbin@0.10.0, pypi/httpretty@1.1.4, pypi/identify@2.5.36, pypi/identify@2.5.36, pypi/idna@3.7, pypi/idna@3.7, pypi/imageio-ffmpeg@0.4.2, pypi/imageio-ffmpeg@0.4.2, pypi/imageio-ffmpeg@0.4.2, pypi/imageio-ffmpeg@0.4.2, pypi/imageio-ffmpeg@0.4.2, pypi/imageio@2.9.0, pypi/imageio@2.9.0, pypi/importlib-metadata@7.1.0, pypi/importlib-metadata@7.1.0, pypi/importlib-resources@6.4.0, pypi/importlib-resources@6.4.0, pypi/invisible-watermark@0.2.0, pypi/ipaddress@1.0.23, pypi/ipaddress@1.0.23, pypi/jeepney@0.8.0, pypi/jeepney@0.8.0, pypi/jinja2@3.1.4, pypi/jinja2@3.1.4, pypi/joblib@1.4.2, pypi/joblib@1.4.2, pypi/jsonschema@4.22.0, pypi/jsonschema@4.22.0, pypi/keyring@25.2.1, pypi/keyring@25.2.1, pypi/kornia@0.6.0, pypi/kornia@0.6.0, pypi/livereload@2.6.3, pypi/livereload@2.6.3, pypi/lockfile@0.12.2, pypi/lockfile@0.12.2, pypi/lunr@0.7.0.post1, pypi/lunr@0.7.0.post1, pypi/markdown-include@0.8.1, pypi/markdown-include@0.8.1, pypi/markdown@3.6, pypi/markdown@3.6, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/markupsafe@2.1.5, pypi/mkdocs@1.6.0, pypi/mkdocs@1.6.0, pypi/mock@5.1.0, pypi/mock@5.1.0, pypi/more-itertools@10.2.0, pypi/more-itertools@10.2.0, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/msgpack@1.1.0rc1, pypi/nltk@3.8.1, pypi/nltk@3.8.1, pypi/nodeenv@1.8.0, pypi/nodeenv@1.8.0, pypi/omegaconf@2.1.1, pypi/omegaconf@2.1.1, pypi/open-clip-torch@2.7.0, pypi/open-clip-torch@2.7.0, pypi/opencv-python@4.9.0.80, pypi/opencv-python@4.9.0.80, pypi/opencv-python@4.9.0.80, pypi/opencv-python@4.9.0.80, pypi/opencv-python@4.9.0.80, pypi/opencv-python@4.9.0.80, pypi/opencv-python@4.9.0.80, pypi/packaging@24.0, pypi/packaging@24.0, pypi/pastel@0.2.1, pypi/pastel@0.2.1, pypi/pathlib2@2.3.7.post1, pypi/pathlib2@2.3.7.post1, pypi/pathspec@0.12.1, pypi/pathspec@0.12.1, pypi/pep562@1.1, pypi/pep562@1.1, pypi/pexpect@4.9.0, pypi/pexpect@4.9.0, pypi/pkginfo@1.10.0, pypi/pkginfo@1.10.0, pypi/pluggy@1.5.0, pypi/pluggy@1.5.0, pypi/pre-commit@3.7.1, pypi/pre-commit@3.7.1, pypi/ptyprocess@0.7.0, pypi/ptyprocess@0.7.0, pypi/pudb@2019.2, pypi/py@1.11.0, pypi/py@1.11.0, pypi/pycparser@2.22, pypi/pycparser@2.22, pypi/pygments-github-lexers@0.0.5, pypi/pygments-github-lexers@0.0.5, pypi/pygments@2.18.0, pypi/pygments@2.18.0, pypi/pylev@1.4.0, pypi/pylev@1.4.0, pypi/pymdown-extensions@10.8.1, pypi/pymdown-extensions@10.8.1, pypi/pyparsing@3.1.2, pypi/pyparsing@3.1.2, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pyrsistent@0.20.0, pypi/pytest-cov@5.0.0, pypi/pytest-cov@5.0.0, pypi/pytest-httpbin@2.0.0, pypi/pytest-httpbin@2.0.0, pypi/pytest-mock@3.14.0, pypi/pytest-mock@3.14.0, pypi/pytest-sugar@1.0.0, pypi/pytest-sugar@1.0.0, pypi/pytest@6.2.5, pypi/pytest@6.2.5, pypi/pytest@8.2.0, pypi/pytest@8.2.0, pypi/pytorch-lightning@1.4.2, pypi/pytorch-lightning@1.4.2, pypi/pywin32-ctypes@0.2.2, pypi/pywin32-ctypes@0.2.2, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/pyyaml@6.0.1, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/regex@2024.5.10, pypi/requests-toolbelt@1.0.0, pypi/requests-toolbelt@1.0.0, pypi/requests@2.31.0, pypi/requests@2.31.0, pypi/scandir@1.10.0, pypi/scandir@1.10.0, pypi/scandir@1.10.0, pypi/scandir@1.10.0, pypi/scandir@1.10.0, pypi/scandir@1.10.0, pypi/scandir@1.10.0, pypi/scandir@1.10.0, pypi/scandir@1.10.0, pypi/scandir@1.10.0, pypi/scandir@1.10.0, pypi/secretstorage@3.3.3, pypi/secretstorage@3.3.3, pypi/shellingham@1.5.4, pypi/shellingham@1.5.4, pypi/singledispatch@4.1.0, pypi/singledispatch@4.1.0, pypi/six@1.16.0, pypi/six@1.16.0, pypi/streamlit-drawable-canvas@0.8.0, pypi/streamlit-drawable-canvas@0.8.0, pypi/streamlit@1.34.0, pypi/streamlit@1.34.0, pypi/subprocess32@3.5.4, pypi/subprocess32@3.5.4, pypi/subprocess32@3.5.4, pypi/termcolor@2.4.0, pypi/termcolor@2.4.0, pypi/test-tube@0.7.5, pypi/toml@0.10.2, pypi/toml@0.10.2, pypi/tomlkit@0.12.5, pypi/tomlkit@0.12.5, pypi/torchmetrics@0.6.0, pypi/torchmetrics@0.6.0, pypi/tornado@6.4, pypi/tornado@6.4, pypi/tornado@6.4, pypi/tornado@6.4, pypi/tornado@6.4, pypi/tornado@6.4, pypi/tornado@6.4, pypi/tornado@6.4, pypi/tornado@6.4, pypi/tornado@6.4, pypi/tornado@6.4, pypi/tox@4.15.0, pypi/tox@4.15.0, pypi/tqdm@4.66.4, pypi/tqdm@4.66.4, pypi/transformers@4.19.2, pypi/transformers@4.19.2, pypi/trustme@1.1.0, pypi/trustme@1.1.0, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typed-ast@1.5.5, pypi/typing-extensions@4.11.0, pypi/typing-extensions@4.11.0, pypi/typing@3.10.0.0, pypi/typing@3.10.0.0, pypi/typing@3.10.0.0, pypi/urllib3@2.2.1, pypi/urllib3@2.2.1, pypi/virtualenv@20.26.2, pypi/virtualenv@20.26.2, pypi/wcwidth@0.2.13, pypi/wcwidth@0.2.13, pypi/webdataset@0.2.5, pypi/webdataset@0.2.5, pypi/webencodings@0.5.1, pypi/webencodings@0.5.1, pypi/wheel@0.43.0, pypi/wheel@0.43.0, pypi/zipp@3.18.1, pypi/zipp@3.18.1

View full report↗︎

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