Skip to content

Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.1 to 2.24.0 #297

Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.1 to 2.24.0

Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.1 to 2.24.0 #297

Workflow file for this run

name: RDF Delta Project CI
on:
push:
branches: [ main ]
# pull_request:
# branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn -B verify --file pom.xml