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/72f93ffd-e27f-44e5-97a0-519eb7d0c28e?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 19, 2023
1 parent 315821c commit a13d8fd
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,4 +1,4 @@
<?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>
Expand All @@ -7,7 +7,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.12</version>
<relativePath />
<relativePath/>
<!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -52,7 +52,7 @@
<properties>
<java.version>8</java.version>
<jackson.version>2.14.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 a13d8fd

Please sign in to comment.