Skip to content

Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.1 #22

Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.1

Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.1 #22

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'corretto'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml