Skip to content

Commit d84d1af

Browse files
committedOct 29, 2023
Merge branch 'renovate/com.jcabi-jcabi-aspects-0.x' of github.com:jcabi/jcabi-http into renovate/com.qulice-qulice-maven-plugin-0.x
2 parents ab038ab + 1aa9220 commit d84d1af

33 files changed

+315
-204
lines changed
 

‎.github/workflows/mvn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-20.04, windows-2022, macos-12]
16-
java: [11, 17]
16+
java: [11, 17, 19, 21]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-java@v3

‎.github/workflows/owasp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
uses: actions/setup-java@v3
1717
with:
1818
java-version: 1.8
19+
distibution: 'temurin'
1920
- name: Maven
2021
run: mvn --errors --batch-mode -Powasp dependency-check:check

0 commit comments

Comments
 (0)
Please sign in to comment.