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 group across 1 directory with 8 updates #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 8 updates
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
commit 14696c4539d22cb782e50cd86c095421cf4c6aba
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -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>
@@ -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>