mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +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
|