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