Skip to content

Bump logback-classic from 1.4.7 to 1.4.8 #550

Bump logback-classic from 1.4.7 to 1.4.8

Bump logback-classic from 1.4.7 to 1.4.8 #550

Workflow file for this run

name: GitHub CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
java: [11]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: mvn clean install -B -V -e -fae