Skip to content

Commit cac88fc

Browse files
committed
Update test to match updated CVE fix version
1 parent 18636a5 commit cac88fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/openrewrite/java/dependencies/DependencyVulnerabilityCheckTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void maven() {
189189
<version>1</version>
190190
<dependencies>
191191
<!--~~(This dependency includes org.springframework:spring-context:4.3.23.RELEASE which has the following vulnerabilities:
192-
CVE-2022-22968 (HIGH severity, fixed in 5.2.21) - Improper handling of case sensitivity in Spring Framework)~~>--><dependency>
192+
CVE-2022-22968 (HIGH severity, fixed in 5.2.21.RELEASE) - Improper handling of case sensitivity in Spring Framework)~~>--><dependency>
193193
<groupId>org.springframework.security</groupId>
194194
<artifactId>spring-security-core</artifactId>
195195
<version>4.2.13.RELEASE</version>

0 commit comments

Comments
 (0)