Skip to content

Commit

Permalink
Merge pull request #78 from DelineaXPM/snyk-upgrade-dae7acdd48dc09a2c…
Browse files Browse the repository at this point in the history
…b02f74729dd78e8

[Snyk] Upgrade org.springframework:spring-web from 6.0.11 to 6.1.1
  • Loading branch information
tylerezimmerman authored Dec 20, 2023
2 parents 31d9138 + 5cd3374 commit 7a0869c
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 7a0869c

Please sign in to comment.