Skip to content

Bump log4j.version from 2.22.1 to 2.24.1 #32

Bump log4j.version from 2.22.1 to 2.24.1

Bump log4j.version from 2.22.1 to 2.24.1 #32

Workflow file for this run

###
# NOTE: this file is auto-generated and any changes will be overwritten
###
on:
pull_request:
jobs:
unit-tests:
name: 'Unit Tests'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- uses: stCarolas/[email protected]
with:
maven-version: '3.9.6'
- name: 'Build'
shell: bash
run: mvn clean compile test