mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 21:33:30 +00:00
Add update-dependencies.sh
Fixes: gh-5276
This commit is contained in:
parent
2f441f18e6
commit
11a8c76991
6
scripts/update-dependencies.sh
Executable file
6
scripts/update-dependencies.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/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
|
Loading…
x
Reference in New Issue
Block a user