Skip to content

Commit e5ca65a

Browse files
snyk-botelans3
andauthored
fix: modules/virtualization/pom.xml to reduce vulnerabilities (#349)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244 Co-authored-by: Elan Thangamani <elans3.java@gmail.com>
1 parent 9d76263 commit e5ca65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/virtualization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<maven.compiler.source>${java.version}</maven.compiler.source>
2121
<maven.compiler.target>${java.version}</maven.compiler.target>
2222
<hsqldb.version>2.5.0</hsqldb.version>
23-
<spring.boot.version>2.5.10</spring.boot.version>
23+
<spring.boot.version>2.6.0</spring.boot.version>
2424
<spring.boot.mq.version>2.5.7</spring.boot.mq.version>
2525
<groovy.version>3.0.7</groovy.version>
2626
<junit.version>4.13.1</junit.version>

0 commit comments

Comments
 (0)