Skip to content

Commit e3e66fb

Browse files
committed
Upgrade webmagic-samples dependencies.
1 parent 14b09a3 commit e3e66fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.7</version>
30+
<version>3.0.8</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-core</artifactId>
35-
<version>2.9.5</version>
35+
<version>2.13.0-rc1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.fasterxml.jackson.core</groupId>
3939
<artifactId>jackson-annotations</artifactId>
40-
<version>2.9.5</version>
40+
<version>2.13.0-rc1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-databind</artifactId>
45-
<version>2.9.5</version>
45+
<version>2.13.0-rc1</version>
4646
</dependency>
4747
</dependencies>
4848

0 commit comments

Comments
 (0)