Skip to content

Bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 #749

Bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1

Bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 #749

Workflow file for this run

name: "Backend: PR: Build and test"
on:
pull_request_target:
types: [ "opened", "reopened", "synchronize" ]
paths:
- "build.gradle"
- "gradle.properties"
- "settings.gradle"
- "gradle/libs.versions.toml"
- "contract/**"
- "api/**"
- "serde-api/**"
permissions:
contents: read
checks: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/backend_tests.yml
with:
event_name: ${{ github.event_name }}