Skip to content

Bump com.rabbitmq:amqp-client from 5.17.0 to 5.22.0 #908

Bump com.rabbitmq:amqp-client from 5.17.0 to 5.22.0

Bump com.rabbitmq:amqp-client from 5.17.0 to 5.22.0 #908

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build and Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Maven
run: ./mvnw verify