Skip to content

Commit 7f846b4

Browse files
authored
Merge pull request #1502 from CMSgov/QPPA-10241-tomcat-embed-core-pkg-upgrade
QPPA-10241: Update spring-boot packages to clear vulnerability
2 parents c85339d + 8773b65 commit 7f846b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rest-api/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>org.springframework.boot</groupId>
3232
<artifactId>spring-boot-maven-plugin</artifactId>
33-
<version>3.3.6</version>
33+
<version>3.3.7</version>
3434
<executions>
3535
<execution>
3636
<goals>
@@ -63,7 +63,7 @@
6363
<!-- Import dependency management from Spring Boot -->
6464
<groupId>org.springframework.boot</groupId>
6565
<artifactId>spring-boot-dependencies</artifactId>
66-
<version>3.3.6</version>
66+
<version>3.3.7</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>
@@ -117,12 +117,12 @@
117117
<dependency>
118118
<groupId>org.springframework.boot</groupId>
119119
<artifactId>spring-boot-starter-security</artifactId>
120-
<version>3.3.6</version>
120+
<version>3.3.7</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.springframework.boot</groupId>
124124
<artifactId>spring-boot-starter-web</artifactId>
125-
<version>3.3.6</version>
125+
<version>3.3.7</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.springframework</groupId>
@@ -314,7 +314,7 @@
314314
<dependency>
315315
<groupId>org.springframework.boot</groupId>
316316
<artifactId>spring-boot-starter-test</artifactId>
317-
<version>3.3.6</version>
317+
<version>3.3.7</version>
318318
<scope>test</scope>
319319
<exclusions>
320320
<exclusion>

0 commit comments

Comments
 (0)