Skip to content

[Snyk] Upgrade org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.4 #1693

[Snyk] Upgrade org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.4

[Snyk] Upgrade org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.4 #1693

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build & test
run: mvn --batch-mode verify --file pom.xml