Skip to content

Commit 5173a98

Browse files
committed
pull #86--we're now using newer 1.1.2 version of logback
1 parent 1aeb8bf commit 5173a98

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>ch.qos.logback</groupId>
144144
<artifactId>logback-classic</artifactId>
145-
<version>1.0.12</version>
145+
<version>1.1.2</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>commons-logging</groupId>
@@ -164,11 +164,6 @@
164164
<artifactId>mimepull</artifactId>
165165
<version>1.9.4</version>
166166
</dependency>
167-
<dependency>
168-
<groupId>ch.qos.logback</groupId>
169-
<artifactId>logback-core</artifactId>
170-
<version>1.0.12</version>
171-
</dependency>
172167
<dependency>
173168
<groupId>org.slf4j</groupId>
174169
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)