Skip to content

Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.25.2 #65

Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.25.2

Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.25.2 #65

Workflow file for this run

name: Pull Validation
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
architecture: x64
- name: Build with Maven
run: ./mvnw -B --update-snapshots verify
env:
BUILD_LOCATION: 'github'