Skip to content

deps(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.6.3 to 5.6.4 in the minor-and-patch group #176

deps(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.6.3 to 5.6.4 in the minor-and-patch group

deps(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.6.3 to 5.6.4 in the minor-and-patch group #176

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Build with Maven / Java 21
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Java 21
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 21
cache: maven
- name: Build and test
run: mvn -B clean verify -Punit-tests