Skip to content

Commit 9b2b620

Browse files
authored
Merge pull request #158 from Nohit-Java17/develop
Update pom.xml
2 parents a454371 + 837c5f5 commit 9b2b620

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,16 @@
126126
<artifactId>spring-security-config</artifactId>
127127
<version>5.7.10</version>
128128
</dependency>
129+
<dependency>
130+
<groupId>org.springframework</groupId>
131+
<artifactId>spring-web</artifactId>
132+
<version>6.0.0</version>
133+
</dependency>
134+
<dependency>
135+
<groupId>org.springframework</groupId>
136+
<artifactId>spring-webmvc</artifactId>
137+
<version>6.1.14</version>
138+
</dependency>
129139
</dependencies>
130140
<build>
131141
<plugins>

0 commit comments

Comments
 (0)