Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the maven group across 1 directory with 6 updates
Bumps the maven group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.tomcat:tomcat-catalina | `9.0.20` | `9.0.107` |
| [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) | `3.1.1` | `4.0.5` |
| [com.alibaba:fastjson](https://github.com/alibaba/fastjson) | `1.2.24` | `1.2.83` |
| xalan:xalan | `2.7.2` | `2.7.3` |
| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `4.3.7.RELEASE` | `5.2.22.RELEASE` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `4.3.7.RELEASE` | `6.1.20` |



Updates `org.apache.tomcat:tomcat-catalina` from 9.0.20 to 9.0.107

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 `com.alibaba:fastjson` from 1.2.24 to 1.2.83
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](alibaba/fastjson@1.2.24...1.2.83)

Updates `xalan:xalan` from 2.7.2 to 2.7.3

Updates `org.springframework:spring-beans` from 4.3.7.RELEASE to 5.2.22.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.7.RELEASE...v5.2.22.RELEASE)

Updates `org.springframework:spring-context` from 4.3.7.RELEASE to 6.1.20
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.7.RELEASE...v6.1.20)

---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-catalina
  dependency-version: 9.0.107
  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: com.alibaba:fastjson
  dependency-version: 1.2.83
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: xalan:xalan
  dependency-version: 2.7.3
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-beans
  dependency-version: 5.2.22.RELEASE
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-context
  dependency-version: 6.1.20
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2025
commit d66476fc8802ae71cd066fb82b590d7eac0df0d3
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>9.0.20</version>
<version>9.0.107</version>
</dependency>

<!-- for LDAP reference server -->
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>3.1.1</version>
<version>4.0.5</version>
</dependency>

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.24</version>
<version>1.2.83</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -124,19 +124,19 @@
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.3.7.RELEASE</version>
<version>5.2.22.RELEASE</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.7.RELEASE</version>
<version>6.1.20</version>
</dependency>

<dependency>
Expand Down