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.
2 parents 2952eff + ec28736 commit fbd2de2Copy full SHA for fbd2de2
1 file changed
pom.xml
@@ -124,7 +124,7 @@
124
<dependency>
125
<groupId>org.springframework.security</groupId>
126
<artifactId>spring-security-config</artifactId>
127
- <version>5.7.10</version>
+ <version>5.7.11</version>
128
</dependency>
129
130
<groupId>org.springframework</groupId>
@@ -146,6 +146,16 @@
146
<artifactId>tomcat-embed-websocket</artifactId>
147
<version>9.0.86</version>
148
149
+ <dependency>
150
+ <groupId>com.jayway.jsonpath</groupId>
151
+ <artifactId>json-path</artifactId>
152
+ <version>2.9.0</version>
153
+ </dependency>
154
155
+ <groupId>ch.qos.logback</groupId>
156
+ <artifactId>logback-core</artifactId>
157
+ <version>1.2.13</version>
158
159
</dependencies>
160
<build>
161
<plugins>
0 commit comments