Skip to content

Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.16 #125

Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.16

Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.16 #125

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '8'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify