Skip to content

Commit

Permalink
Merge pull request #152 from korpling/feature/update-deps
Browse files Browse the repository at this point in the history
Update logging and commons-io dependencies
  • Loading branch information
thomaskrause authored Nov 26, 2024
2 parents 498bf57 + 17a8cd7 commit 1bf527c
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.3.14</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.9</version>
<version>1.3.14</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 1bf527c

Please sign in to comment.