Skip to content

Commit d1acb22

Browse files
committed
Updated pom.xml for security vulnerability
1 parent 358c118 commit d1acb22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,22 @@
9999
<dependency>
100100
<groupId>org.springframework.security</groupId>
101101
<artifactId>spring-security-config</artifactId>
102-
<version>4.1.1.RELEASE</version>
102+
<version>4.1.5.RELEASE</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.springframework.security</groupId>
106106
<artifactId>spring-security-core</artifactId>
107-
<version>4.1.1.RELEASE</version>
107+
<version>4.1.5.RELEASE</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>org.springframework.security</groupId>
111111
<artifactId>spring-security-taglibs</artifactId>
112-
<version>4.1.1.RELEASE</version>
112+
<version>4.1.5.RELEASE</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.springframework.security</groupId>
116116
<artifactId>spring-security-web</artifactId>
117-
<version>4.1.1.RELEASE</version>
117+
<version>4.1.5.RELEASE</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)