Skip to content

Bump org.apache.httpcomponents.core5:httpcore5 from 5.3 to 5.3.1 (#524) #1339

Bump org.apache.httpcomponents.core5:httpcore5 from 5.3 to 5.3.1 (#524)

Bump org.apache.httpcomponents.core5:httpcore5 from 5.3 to 5.3.1 (#524) #1339

Workflow file for this run

# Run mvn test to ensure all tests pass
name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: zulu
- name: Run unit tests
run: mvn test