Skip to content

build(deps): bump slf4j.version from 2.0.15 to 2.0.16 #278

build(deps): bump slf4j.version from 2.0.15 to 2.0.16

build(deps): bump slf4j.version from 2.0.15 to 2.0.16 #278

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
strategy:
matrix:
java: [ '18' ]
os: [ 'ubuntu-latest' ]
jdk: [ 'zulu' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.jdk }}
cache: 'maven'
- name: Build
run: mvn --no-snapshot-updates --no-transfer-progress -B clean verify