This is an automated email from the ASF dual-hosted git repository.
tzssangglass pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git
The following commit(s) were added to refs/heads/main by this push:
new 8224fdf chore: upgrade spring boot release version (#157)
8224fdf is described below
commit 8224fdf9caa8c8ea2803016a5406a554e5b81709
Author: tzssangglass <[email protected]>
AuthorDate: Thu Jun 30 17:12:10 2022 +0800
chore: upgrade spring boot release version (#157)
---
.github/workflows/ci.yaml | 4 ++--
.github/workflows/runner-e2e.yml | 2 +-
pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f7582a7..bb37551 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -41,7 +41,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 'Install & Test'
- run: mvn clean install
+ run: mvn clean install -Dgpg.skip=true
CI-on-MacOS:
runs-on: macos-latest
@@ -55,4 +55,4 @@ jobs:
distribution: 'zulu'
java-version: '11'
- name: 'Install & Test'
- run: ./mvnw clean install
+ run: ./mvnw clean install -Dgpg.skip=true
diff --git a/.github/workflows/runner-e2e.yml b/.github/workflows/runner-e2e.yml
index 30baa22..4e46548 100644
--- a/.github/workflows/runner-e2e.yml
+++ b/.github/workflows/runner-e2e.yml
@@ -52,7 +52,7 @@ jobs:
- name: build runner
run: |
cp ./sample/src/main/java/org/apache/apisix/plugin/runner/filter/*
./runner-plugin/src/main/java/org/apache/apisix/plugin/runner/filter/
- ./mvnw install
+ ./mvnw clean install -Dgpg.skip=true
- name: startup runner
run: |
diff --git a/pom.xml b/pom.xml
index c9b23c8..346298d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
<compiler.version>11</compiler.version>
<netty.version>4.1.54.Final</netty.version>
<guava.version>30.1.1-jre</guava.version>
- <spring-boot.version>2.4.5</spring-boot.version>
+ <spring-boot.version>2.6.8</spring-boot.version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
</properties>