We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f1437 commit 8fd2d4bCopy full SHA for 8fd2d4b
pom.xml
@@ -129,7 +129,7 @@
129
<dependency>
130
<groupId>org.springframework</groupId>
131
<artifactId>spring-expression</artifactId>
132
- <version>5.3.27</version>
+ <version>5.3.39</version>
133
</dependency>
134
135
<groupId>ch.qos.logback</groupId>
@@ -141,6 +141,11 @@
141
<artifactId>xmlunit-core</artifactId>
142
<version>2.10.0</version>
143
144
+ <dependency>
145
+ <groupId>org.apache.tomcat.embed</groupId>
146
+ <artifactId>tomcat-embed-websocket</artifactId>
147
+ <version>9.0.86</version>
148
+ </dependency>
149
</dependencies>
150
<build>
151
<plugins>
0 commit comments