Skip to content

Bump org.apache.logging.log4j:log4j-to-slf4j from 2.18.0 to 2.21.0 #47

Bump org.apache.logging.log4j:log4j-to-slf4j from 2.18.0 to 2.21.0

Bump org.apache.logging.log4j:log4j-to-slf4j from 2.18.0 to 2.21.0 #47

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Cache Maven packages
uses: actions/[email protected]
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
run: |
mvn \
-B \
clean \
verify \
-Ddocker.skip=true \
--file pom.xml