mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 14:48:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			207 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			207 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
 |