Skip to content

Commit 324a643

Browse files
authored
Merge pull request #150 from VariantSync/dependabot/maven/commons-io-commons-io-2.14.0
chore(deps): bump commons-io:commons-io from 2.12.0 to 2.14.0
2 parents a14a287 + 75e6fed commit 324a643

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
5656
dontConfigure = true;
5757
outputHashAlgo = "sha256";
5858
outputHashMode = "recursive";
59-
outputHash = "sha256-Gimt6L54yyaX3BtdhQlVu1j4c4y++Mip0GzMl/IfzMc=";
59+
outputHash = "sha256-TYZP4XhM3ExLNC3H/QLch6LMVQxbR1LECwubMZn+RXY=";
6060
};
6161

6262
jre-minimal = pkgs.callPackage (import "${sources.nixpkgs}/pkgs/development/compilers/openjdk/jre.nix") {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>commons-io</groupId>
152152
<artifactId>commons-io</artifactId>
153-
<version>2.12.0</version>
153+
<version>2.14.0</version>
154154
</dependency>
155155

156156
<dependency>

0 commit comments

Comments
 (0)