1
0
mirror of synced 2026-07-19 17:45:11 +00:00
Files
spring-security/scripts/update-dependencies.sh
T
Rob Winch 11a8c76991 Add update-dependencies.sh
Fixes: gh-5276
2018-05-03 11:01:37 -05:00

7 lines
205 B
Bash
Executable File

#!/bin/bash
rm -f build/updates.txt
./gradlew dependencyUpdate -Drevision=release
find -name report.txt | xargs cat > build/updates.txt
echo "Updates...."
cat build/updates.txt | fgrep ' ->' | sort | uniq