Skip to content

Bump software.amazon.awssdk:apache-client from 2.17.122 to 2.25.40 #23

Bump software.amazon.awssdk:apache-client from 2.17.122 to 2.25.40

Bump software.amazon.awssdk:apache-client from 2.17.122 to 2.25.40 #23

Workflow file for this run

name: Pull Request Build
on:
pull_request:
types: [ "opened", "reopened", "synchronize", ]
jobs:
release:
runs-on: ubuntu-latest
outputs:
version: ${{steps.build.outputs.version}}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
id: build
run: |
mvn -B -V -ntp clean package