forked from 0x727/SpringBootExploit
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the maven group across 1 directory with 5 updates #3
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
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the maven group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | org.apache.tomcat.embed:tomcat-embed-core | `9.0.36` | `9.0.108` | | [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) | `3.1.1` | `4.0.5` | | [cn.hutool:hutool-all](https://github.com/looly/hutool) | `5.7.5` | `5.8.21` | | [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `5.3.1` | `5.3.39` | | [com.alibaba:fastjson](https://github.com/alibaba/fastjson) | `1.2.73` | `1.2.83` | Updates `org.apache.tomcat.embed:tomcat-embed-core` from 9.0.36 to 9.0.108 Updates `com.unboundid:unboundid-ldapsdk` from 3.1.1 to 4.0.5 - [Release notes](https://github.com/pingidentity/ldapsdk/releases) - [Changelog](https://github.com/pingidentity/ldapsdk/blob/master/docs/release-notes.html) - [Commits](pingidentity/ldapsdk@3.1.1...4.0.5) Updates `cn.hutool:hutool-all` from 5.7.5 to 5.8.21 - [Release notes](https://github.com/looly/hutool/releases) - [Changelog](https://github.com/chinabugotech/hutool/blob/v5-master/CHANGELOG.md) - [Commits](chinabugotech/hutool@5.7.5...5.8.21) Updates `org.springframework:spring-expression` from 5.3.1 to 5.3.39 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.1...v5.3.39) Updates `com.alibaba:fastjson` from 1.2.73 to 1.2.83 - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](alibaba/fastjson@1.2.73...1.2.83) --- updated-dependencies: - dependency-name: org.apache.tomcat.embed:tomcat-embed-core dependency-version: 9.0.108 dependency-type: direct:production dependency-group: maven - dependency-name: com.unboundid:unboundid-ldapsdk dependency-version: 4.0.5 dependency-type: direct:production dependency-group: maven - dependency-name: cn.hutool:hutool-all dependency-version: 5.8.21 dependency-type: direct:production dependency-group: maven - dependency-name: org.springframework:spring-expression dependency-version: 5.3.39 dependency-type: direct:production dependency-group: maven - dependency-name: com.alibaba:fastjson dependency-version: 1.2.83 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
Aug 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the maven group with 5 updates in the / directory:
9.0.369.0.1083.1.14.0.55.7.55.8.215.3.15.3.391.2.731.2.83Updates
org.apache.tomcat.embed:tomcat-embed-corefrom 9.0.36 to 9.0.108Updates
com.unboundid:unboundid-ldapsdkfrom 3.1.1 to 4.0.5Release notes
Sourced from com.unboundid:unboundid-ldapsdk's releases.
... (truncated)
Changelog
Sourced from com.unboundid:unboundid-ldapsdk's changelog.
... (truncated)
Commits
b28fb50Update the release notes for the 4.0.5 release7d02fa0Add an override search limits request controle30ae57Add forName methods to enum classes58a46d0Fix an OS-specific issue in ToolInvocationLogger8c77d1eMake a number of format string fixes2e65024Update ToolUtils.promptForEncryptionPassphrase8471904Fix a SimpleBindRequest bug41df758Better summarize-access-log encryption support900ff84Minor update in ToolUtilscdb139eAdd tool compression and encryption supportUpdates
cn.hutool:hutool-allfrom 5.7.5 to 5.8.21Release notes
Sourced from cn.hutool:hutool-all's releases.
... (truncated)
Changelog
Sourced from cn.hutool:hutool-all's changelog.
... (truncated)
Commits
5889435fix test0eee7ea修复CVE-2023-24163漏洞9f777b3add testd179823UrlResource增加size方法e8c1f7a修复多线程下Sftp中Channel关闭的问题68daef7修复IOS系统下,chrome 浏览器的解析规则有误04b5cc9!1044 修复issues:I7OTCU (IOS系统下,chrome 浏览器的解析规则有误)e1d2926fix bug:issues/I7OTCU1af3851更新开原许可URL4a0eb2dMerge pull request #3228 from zemochen/v5-devUpdates
org.springframework:spring-expressionfrom 5.3.1 to 5.3.39Release notes
Sourced from org.springframework:spring-expression's releases.
... (truncated)
Commits
f1b128bRelease v5.3.398a44eaaNext development version (v5.3.39-SNAPSHOT)f44d13cDisable array allocation in case of no constructor resolutionf00bc7bRemove snapshot repo582bfccEfficient ETag parsing406b33dUpgrade to Netty 4.1.112f9c3d00Introduce withAssignmentDisabled() option for SimpleEvaluationContextd2715d2Fix incorrect weak ETag assertion57b02daUpgrade to Reactor 2020047df33bf2Sync GHA setupUpdates
com.alibaba:fastjsonfrom 1.2.73 to 1.2.83Release notes
Sourced from com.alibaba:fastjson's releases.
... (truncated)
Commits
26f13f81.2.838f3410fbug fix for autotypecd3c2deimproved jdk8 java.time supportc63866eremove unused import35db4adbug fix for autoType3f009e1Merge pull request #4085 from hengyunabc/fix_setAccessibledd3de5ffix InaccessibleObjectException in jdk17. #4077a234f9aMerge pull request #4084 from alibaba/revert-4078-master0814909Revert "fix InaccessibleObjectException in jdk17. #4077"ab82d0bMerge pull request #4078 from hengyunabc/masterDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.