Skip to content

Commit a5fb4e0

Browse files
committed
Upgrade dependencies.
1 parent 58fd08b commit a5fb4e0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>us.codecraft</groupId>
126126
<artifactId>xsoup</artifactId>
127-
<version>0.3.6</version>
127+
<version>0.3.7</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>com.alibaba</groupId>

webmagic-extension/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<groupId>redis.clients</groupId>
1515
<artifactId>jedis</artifactId>
1616
</dependency>
17+
<dependency>
18+
<groupId>org.assertj</groupId>
19+
<artifactId>assertj-core</artifactId>
20+
<scope>test</scope>
21+
</dependency>
1722
<dependency>
1823
<groupId>com.google.guava</groupId>
1924
<artifactId>guava</artifactId>

webmagic-samples/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
<dependency>
2828
<groupId>org.mapdb</groupId>
2929
<artifactId>mapdb</artifactId>
30-
<version>3.0.8</version>
30+
<version>3.0.9</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-core</artifactId>
35-
<version>2.13.0-rc1</version>
35+
<version>2.15.2</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.fasterxml.jackson.core</groupId>
3939
<artifactId>jackson-annotations</artifactId>
40-
<version>2.13.0-rc1</version>
40+
<version>2.15.2</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-databind</artifactId>
45-
<version>2.13.4.2</version>
45+
<version>2.15.2</version>
4646
</dependency>
4747
</dependencies>
4848

0 commit comments

Comments
 (0)