diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-01-14 07:27:28 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-01-14 07:27:28 +0000 |
commit | 324f06b5c03f7b729103bc393f94578bb0757c55 (patch) | |
tree | 4acc524b3af5a8ae18ccec32368c9ad6253f5a89 /mill | |
parent | 99868efc4cc3ffdde6cef25741a70100583c17ef (diff) | |
download | spacebeans-324f06b5c03f7b729103bc393f94578bb0757c55.tar.gz spacebeans-324f06b5c03f7b729103bc393f94578bb0757c55.zip |
Updated dependencies and Mill
This fixes a security issue (medium severity) in logback-classic.
Diffstat (limited to 'mill')
-rwxr-xr-x | mill | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # This is a wrapper script, that automatically download mill from GitHub release pages # You can give the required mill version with MILL_VERSION env variable # If no version is given, it falls back to the value of DEFAULT_MILL_VERSION -DEFAULT_MILL_VERSION=0.9.9 +DEFAULT_MILL_VERSION=0.9.12 set -e |