Skip to content

fix: upgrade org.apache.httpcomponents.client5:httpclient5 from 5.2.1… #495

fix: upgrade org.apache.httpcomponents.client5:httpclient5 from 5.2.1…

fix: upgrade org.apache.httpcomponents.client5:httpclient5 from 5.2.1… #495

name: Build and test
on: [push]
jobs:
build:
name: Build and run unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify