Skip to content

Commit

Permalink
[PRODSEC-9671] fix for spring-security-web vulnerability (#265)
Browse files Browse the repository at this point in the history
* [PRODSEC-9671] fix for spring-security-web vulnerability

* [PRODSEC-9671] fix for null pointer exception test case

* [PRODSEC-9671] fix for spring web vulnerability

* [PRODSEC-9671] fix for spring web vulnerability
  • Loading branch information
purusothaman-mm authored Nov 5, 2024
1 parent f755c8b commit 61d8846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.3.5</version>
<relativePath />
</parent>
<groupId>org.alfresco</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.3.5</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 61d8846

Please sign in to comment.