mirror of
https://gitee.com/dromara/hutool.git
synced 2025-11-09 02:45:04 +08:00
8 lines
169 B
Bash
8 lines
169 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
#--------------------------------------
|
||
|
|
# Check dependency, thanks to t-io
|
||
|
|
#--------------------------------------
|
||
|
|
|
||
|
|
mvn versions:display-dependency-updates
|