Skip to content

build(deps): bump org.apache.httpcomponents.core5:httpcore5 from 5.2.5 to 5.3 #63

build(deps): bump org.apache.httpcomponents.core5:httpcore5 from 5.2.5 to 5.3

build(deps): bump org.apache.httpcomponents.core5:httpcore5 from 5.2.5 to 5.3 #63

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
pull_request_target:
types:
- opened
- reopened
- synchronize
jobs:
authorize:
environment: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
runs-on: ubuntu-latest
steps:
- run: "true"
build-test:
needs: authorize
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.8
secrets: inherit
with:
java: "[ 17, 21 ]"
dependabot:
needs: build-test
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.8
secrets: inherit