Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.13.4` | `2.13.4.2` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.11` | `1.2.13` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `1.5.22.RELEASE` | `2.5.12` |
| [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `4.3.30.RELEASE` | `6.0.23` |
| [org.springframework.security:spring-security-web](https://github.com/spring-projects/spring-security) | `4.2.20.RELEASE` | `5.7.13` |
| [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) | `2.7.0` | `2.9.0` |



Updates `com.fasterxml.jackson.core:jackson-databind` from 2.13.4 to 2.13.4.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `org.springframework.boot:spring-boot-starter-web` from 1.5.22.RELEASE to 2.5.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v1.5.22.RELEASE...v2.5.12)

Updates `org.springframework:spring-web` from 4.3.30.RELEASE to 6.0.23
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.30.RELEASE...v6.0.23)

Updates `org.springframework:spring-webmvc` from 4.3.30.RELEASE to 6.0.23
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.30.RELEASE...v6.0.23)

Updates `org.springframework:spring-expression` from 4.3.30.RELEASE to 6.0.23
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.30.RELEASE...v6.0.23)

Updates `org.springframework.security:spring-security-web` from 4.2.20.RELEASE to 5.7.13
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](spring-projects/spring-security@4.2.20.RELEASE...5.7.13)

Updates `com.jayway.jsonpath:json-path` from 2.7.0 to 2.9.0
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](json-path/JsonPath@json-path-2.7.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-expression
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.security:spring-security-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:development
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 0784767 commit eaa3fa8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
<project.build.target>1.7</project.build.target>

<!-- Dependency versions -->
<jackson.version>2.13.4</jackson.version>
<jackson.version>2.13.4.2</jackson.version>
<joda-time.version>2.11.2</joda-time.version>
<json-path.version>2.7.0</json-path.version>
<json-path.version>2.9.0</json-path.version>
<resource-server.version>1.3.1</resource-server.version>
<spring.version>4.3.30.RELEASE</spring.version>
<spring-boot.version>1.5.22.RELEASE</spring-boot.version>
<spring.version>6.0.23</spring.version>
<spring-boot.version>2.5.12</spring-boot.version>
<spring-ldap.version>2.4.1</spring-ldap.version>
<slf4j.version>1.7.25</slf4j.version>
<logback.version>1.2.11</logback.version>
<logback.version>1.2.13</logback.version>
<lombok.version>1.18.24</lombok.version>
<uportal-libs.version>5.12.0</uportal-libs.version>
<uportal-maven-plugin.version>1.0.1</uportal-maven-plugin.version>
Expand Down Expand Up @@ -291,7 +291,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.2.20.RELEASE</version>
<version>5.7.13</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down

0 comments on commit eaa3fa8

Please sign in to comment.