Skip to content

Commit 4887e6e

Browse files
committed
updates
1 parent c30afef commit 4887e6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.restdoc</groupId>
5454
<artifactId>restdoc-api</artifactId>
55-
<version>1.3.0</version>
55+
<version>1.3.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>javax.ws.rs</groupId>
@@ -62,12 +62,12 @@
6262
<dependency>
6363
<groupId>org.slf4j</groupId>
6464
<artifactId>slf4j-api</artifactId>
65-
<version>1.7.6</version>
65+
<version>1.7.7</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.google.guava</groupId>
6969
<artifactId>guava</artifactId>
70-
<version>16.0.1</version>
70+
<version>17.0</version>
7171
</dependency>
7272

7373
<dependency>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.slf4j</groupId>
8787
<artifactId>slf4j-simple</artifactId>
88-
<version>1.7.6</version>
88+
<version>1.7.7</version>
8989
<scope>test</scope>
9090
</dependency>
9191
</dependencies>

0 commit comments

Comments
 (0)