Skip to content

Bump org.apache.logging.log4j:log4j-jcl from 2.22.1 to 2.23.1 #160

Bump org.apache.logging.log4j:log4j-jcl from 2.22.1 to 2.23.1

Bump org.apache.logging.log4j:log4j-jcl from 2.22.1 to 2.23.1 #160

Workflow file for this run

name: Pull-Request
# This build process is triggered in case a new pull request on master has been created.
# This process takes the latest changes of the branch, and build and test the new version. The process's aim is to
# check validity of changes prior to merging to master.
on:
pull_request:
branches: [ master ]
jobs:
call-workflow:
name: 🏭
uses: cip4/.github/.github/workflows/pull-request.yml@master
with:
java-version: 11
codecov-enabled: true