Skip to content

Commit

Permalink
Bump the maven group across 3 directories with 4 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 3 updates in the / directory: [org.springframework:spring-web](https://github.com/spring-projects/spring-framework), org.apache.tomcat.embed:tomcat-embed-core and [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security).
Bumps the maven group with 1 update in the /acceptance-tests directory: [org.springframework:spring-web](https://github.com/spring-projects/spring-framework).
Bumps the maven group with 3 updates in the /rest-api directory: [org.springframework:spring-web](https://github.com/spring-projects/spring-framework), org.apache.tomcat.embed:tomcat-embed-core and [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security).


Updates `org.springframework:spring-web` from 5.3.26 to 6.0.19
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.26...v6.0.19)

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 9.0.83 to 9.0.90

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 9.0.83 to 9.0.90

Updates `org.springframework.security:spring-security-core` from 5.6.9 to 5.7.12
- [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@5.6.9...5.7.12)

Updates `org.springframework:spring-web` from 5.3.26 to 6.0.19
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.26...v6.0.19)

Updates `org.springframework:spring-web` from 5.3.26 to 6.0.19
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.26...v6.0.19)

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 9.0.83 to 9.0.90

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 9.0.83 to 9.0.90

Updates `org.springframework.security:spring-security-core` from 5.6.9 to 5.7.12
- [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@5.6.9...5.7.12)

---
updated-dependencies:
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.security:spring-security-core
  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-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.security:spring-security-core
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 72cdf48 commit 0c05a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.3.26</version>
<version>6.0.19</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<requiredCodeCoverage>0.90</requiredCodeCoverage>

<tomcat.version>9.0.83</tomcat.version>
<tomcat.version>9.0.90</tomcat.version>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/../test-coverage/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<io.rest-assured.version>4.1.2</io.rest-assured.version>
</properties>
Expand Down Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.3.26</version>
<version>6.0.19</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -268,7 +268,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.6.9</version>
<version>5.7.12</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 0c05a71

Please sign in to comment.