mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-11-04 08:39:05 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			205 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			205 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/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
							 |