Skip to content

Commit ea9f051

Browse files
committed
Updated commons-io and logback dependencies
1 parent 498bf57 commit ea9f051

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pepper-lib/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
<dependency>
3333
<groupId>ch.qos.logback</groupId>
3434
<artifactId>logback-classic</artifactId>
35-
<version>1.2.0</version>
35+
<version>1.5.12</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>ch.qos.logback</groupId>
3939
<artifactId>logback-core</artifactId>
40-
<version>1.2.9</version>
40+
<version>1.5.12</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>commons-io</groupId>
4444
<artifactId>commons-io</artifactId>
45-
<version>2.7</version>
45+
<version>2.18.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.codehaus.janino</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<org.codehaus.janino.version>2.7.8</org.codehaus.janino.version>
117117
<org.eclipse.aether.version>1.0.2.v20150114</org.eclipse.aether.version>
118118
<org.eclipse.osgi.services.version>3.4.0.v20140312-2051</org.eclipse.osgi.services.version>
119-
<commons.io.version>2.7</commons.io.version>
119+
<commons.io.version>2.18.0</commons.io.version>
120120
<!-- versions of plugins -->
121121
<maven-bundle-plugin.version>2.5.4</maven-bundle-plugin.version>
122122
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>

0 commit comments

Comments
 (0)