diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4643e534..5d254533 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,9 +10,9 @@ name: Java CI with Maven on: push: - branches: [ "master" ] + branches: [ "master", "dev" ] pull_request: - branches: [ "master" ] + branches: [ "master", "dev" ] jobs: build: @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - # run: mvn -B package --file pom.xml + run: mvn -B package --file pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive # - name: Update dependency graph diff --git a/middleware/pom.xml b/middleware/pom.xml index b18c2d15..ba00ac45 100644 --- a/middleware/pom.xml +++ b/middleware/pom.xml @@ -62,7 +62,7 @@ com.tencentcloudapi tencentcloud-sdk-java - 4.0.11 + 3.1.870