Skip to content

build(deps): bump software.amazon.awssdk:bom from 2.20.143 to 2.20.152 #1287

build(deps): bump software.amazon.awssdk:bom from 2.20.143 to 2.20.152

build(deps): bump software.amazon.awssdk:bom from 2.20.143 to 2.20.152 #1287

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
pull_request:
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
alternative-client-implementation: ['true', 'false']
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
cache: maven
- name: Build with Maven
run: ./mvnw -B formatter:validate verify --file pom.xml -Dnative -Dalternative-client-implementation=${{ matrix.alternative-client-implementation }}