Skip to content

Commit 2952eff

Browse files
authored
Merge pull request #162 from Nohit-Java17/develop
add ws
2 parents 8413111 + 8fd2d4b commit 2952eff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.springframework</groupId>
131131
<artifactId>spring-expression</artifactId>
132-
<version>5.3.27</version>
132+
<version>5.3.39</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>ch.qos.logback</groupId>
@@ -141,6 +141,11 @@
141141
<artifactId>xmlunit-core</artifactId>
142142
<version>2.10.0</version>
143143
</dependency>
144+
<dependency>
145+
<groupId>org.apache.tomcat.embed</groupId>
146+
<artifactId>tomcat-embed-websocket</artifactId>
147+
<version>9.0.86</version>
148+
</dependency>
144149
</dependencies>
145150
<build>
146151
<plugins>

0 commit comments

Comments
 (0)