perf:依赖更新

This commit is contained in:
曾文豪
2023-04-21 15:28:21 +08:00
parent 33d20c518e
commit dd69b3bb1f
2 changed files with 18 additions and 2 deletions

View File

@@ -16,3 +16,19 @@ deploy-jar:
- git add .
- git commit -m "deploy $CI_PROJECT_NAME $CI_COMMIT_TAG"
- git push origin master
qodana:
image:
name: jetbrains/qodana-<linter>
entrypoint: [""]
variables:
QODANA_TOKEN: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdhbml6YXRpb24iOiJBbEQ2MSIsInByb2plY3QiOiJ6cVFxMCIsInRva2VuIjoiQVJta0UifQ.599V0MjlL6rtvGqc7ObLKfLiQRN9O7UnC_VEgEZB--Y
QODANA_REMOTE_URL: git@$CI_SERVER_HOST:$CI_PROJECT_PATH.git
QODANA_BRANCH: $CI_COMMIT_BRANCH
QODANA_REVISION: $CI_COMMIT_SHA
QODANA_JOB_URL: $CI_JOB_URL
script:
- qodana
artifacts:
paths:
- qodana

View File

@@ -33,14 +33,14 @@
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.11</version>
<version>5.8.16</version>
</dependency>
<!-- fastJson -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.78</version>
<version>1.2.83</version>
</dependency>
<!-- 加解密 -->