mirror of
				https://gitee.com/dromara/hutool.git
				synced 2025-10-31 16:36:56 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| #--------------------------------------
 | |
| # Check dependency, thanks to t-io
 | |
| #--------------------------------------
 | |
| 
 | |
| mvn versions:display-dependency-updates
 | 
