Skip to content

Commit 8224fdf

Browse files
authored
chore: upgrade spring boot release version (#157)
1 parent e0d3548 commit 8224fdf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
- name: 'Install & Test'
44-
run: mvn clean install
44+
run: mvn clean install -Dgpg.skip=true
4545

4646
CI-on-MacOS:
4747
runs-on: macos-latest
@@ -55,4 +55,4 @@ jobs:
5555
distribution: 'zulu'
5656
java-version: '11'
5757
- name: 'Install & Test'
58-
run: ./mvnw clean install
58+
run: ./mvnw clean install -Dgpg.skip=true

.github/workflows/runner-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: build runner
5353
run: |
5454
cp ./sample/src/main/java/org/apache/apisix/plugin/runner/filter/* ./runner-plugin/src/main/java/org/apache/apisix/plugin/runner/filter/
55-
./mvnw install
55+
./mvnw clean install -Dgpg.skip=true
5656
5757
- name: startup runner
5858
run: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<compiler.version>11</compiler.version>
7171
<netty.version>4.1.54.Final</netty.version>
7272
<guava.version>30.1.1-jre</guava.version>
73-
<spring-boot.version>2.4.5</spring-boot.version>
73+
<spring-boot.version>2.6.8</spring-boot.version>
7474
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
7575
</properties>
7676

0 commit comments

Comments
 (0)