Skip to content

Bump io.smallrye.common:smallrye-common-bom from 2.4.0 to 2.5.0 in the dependencies group #51

Bump io.smallrye.common:smallrye-common-bom from 2.4.0 to 2.5.0 in the dependencies group

Bump io.smallrye.common:smallrye-common-bom from 2.4.0 to 2.5.0 in the dependencies group #51

Workflow file for this run

name: Qlue Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: actions/setup-java@v4
name: Set up JDK
with:
distribution: temurin
java-version: 17
- name: Build with Maven
run: mvn -B -ntp formatter:validate verify --file pom.xml