Skip to content

Commit

Permalink
Updated commons-io and logback dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Nov 26, 2024
1 parent 498bf57 commit ea9f051
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pepper-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.0</version>
<version>1.5.12</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.9</version>
<version>1.5.12</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<org.codehaus.janino.version>2.7.8</org.codehaus.janino.version>
<org.eclipse.aether.version>1.0.2.v20150114</org.eclipse.aether.version>
<org.eclipse.osgi.services.version>3.4.0.v20140312-2051</org.eclipse.osgi.services.version>
<commons.io.version>2.7</commons.io.version>
<commons.io.version>2.18.0</commons.io.version>
<!-- versions of plugins -->
<maven-bundle-plugin.version>2.5.4</maven-bundle-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
Expand Down

0 comments on commit ea9f051

Please sign in to comment.