Skip to content

Commit

Permalink
fix: upgrade org.springframework:spring-web from 6.0.11 to 6.1.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.springframework:spring-web from 6.0.11 to 6.1.1.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.springframework/spring-web/

See this project in Snyk:
https://app.snyk.io/org/public-resources-github/project/62c7b8df-1243-4f8f-8e0e-bd0d1fdcc320?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 19, 2023
1 parent 31d9138 commit 5cd3374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.0</version>
<relativePath />
<relativePath/>
<!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -51,7 +51,7 @@
<properties>
<java.version>8</java.version>
<jackson.version>2.15.2</jackson.version>
<spring.version>6.0.11</spring.version>
<spring.version>6.1.1</spring.version>
<pmd.version>6.55.0</pmd.version>
</properties>

Expand Down

0 comments on commit 5cd3374

Please sign in to comment.