Skip to content

Commit fbd2de2

Browse files
authored
Merge pull request #163 from Nohit-Java17/develop
add json
2 parents 2952eff + ec28736 commit fbd2de2

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)