Skip to content

Commit

Permalink
Merge pull request #150 from VariantSync/dependabot/maven/commons-io-…
Browse files Browse the repository at this point in the history
…commons-io-2.14.0

chore(deps): bump commons-io:commons-io from 2.12.0 to 2.14.0
  • Loading branch information
ibbem authored Oct 8, 2024
2 parents a14a287 + 75e6fed commit 324a643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
dontConfigure = true;
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "sha256-Gimt6L54yyaX3BtdhQlVu1j4c4y++Mip0GzMl/IfzMc=";
outputHash = "sha256-TYZP4XhM3ExLNC3H/QLch6LMVQxbR1LECwubMZn+RXY=";
};

jre-minimal = pkgs.callPackage (import "${sources.nixpkgs}/pkgs/development/compilers/openjdk/jre.nix") {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.12.0</version>
<version>2.14.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 324a643

Please sign in to comment.