Skip to content

Commit 5567021

Browse files
committed
Upgrade jackson and slf4j
1 parent 0af8f12 commit 5567021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>com.fasterxml.jackson.core</groupId>
106106
<artifactId>jackson-core</artifactId>
107-
<version>2.9.4</version>
107+
<version>2.9.7</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>ch.qos.logback</groupId>
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.slf4j</groupId>
116116
<artifactId>slf4j-api</artifactId>
117-
<version>1.8.0-beta1</version>
117+
<version>1.8.0-beta2</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>com.io7m.jaffirm</groupId>

0 commit comments

Comments
 (0)