Skip to content

Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 #413

Bump org.assertj:assertj-core from 3.27.2 to 3.27.3

Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 #413

Workflow file for this run

name: Build against JDKs
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17', '21', '23' ]
architecture: [ 'x64' ]
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
steps:
- uses: actions/[email protected]
- name: Setup JDK
uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
architecture: ${{ matrix.architecture }}
distribution: "temurin"
- name: Build with Maven
run: mvn package