Skip to content

chore(deps): bump slf4j from 2.0.17 to 2.0.18 #171

chore(deps): bump slf4j from 2.0.17 to 2.0.18

chore(deps): bump slf4j from 2.0.17 to 2.0.18 #171

Workflow file for this run

name: Build with JDK 11 on Windows
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven/JDK 11 on Windows
run: mvn --batch-mode --file pom.xml clean verify