Skip to content

Commit ec28736

Browse files
Tynabtiendat-NTDmacmie2411999
committed
add json
Co-authored-by: tiendat-NTD <tiendat.8498@gmail.com> Co-authored-by: macmie2411999 <caoducmanh2411999@gmail.com>
1 parent 8fd2d4b commit ec28736

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>org.springframework.security</groupId>
126126
<artifactId>spring-security-config</artifactId>
127-
<version>5.7.10</version>
127+
<version>5.7.11</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.springframework</groupId>
@@ -146,6 +146,16 @@
146146
<artifactId>tomcat-embed-websocket</artifactId>
147147
<version>9.0.86</version>
148148
</dependency>
149+
<dependency>
150+
<groupId>com.jayway.jsonpath</groupId>
151+
<artifactId>json-path</artifactId>
152+
<version>2.9.0</version>
153+
</dependency>
154+
<dependency>
155+
<groupId>ch.qos.logback</groupId>
156+
<artifactId>logback-core</artifactId>
157+
<version>1.2.13</version>
158+
</dependency>
149159
</dependencies>
150160
<build>
151161
<plugins>

0 commit comments

Comments
 (0)