Skip to content

build(deps): bump slf4j.version from 1.7.36 to 2.0.16 #880

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

build(deps): bump slf4j.version from 1.7.36 to 2.0.16 #880

Workflow file for this run

name: build
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
java: [ '11', '17', '21' ]
name: Temurin ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Run all tests
run: mvn -B -Pall-tests,publication clean package --file pom.xml
env:
TZ: UTC