Skip to content

fix(deps): update dependency org.slf4j:slf4j-api to v2.0.17 #9

fix(deps): update dependency org.slf4j:slf4j-api to v2.0.17

fix(deps): update dependency org.slf4j:slf4j-api to v2.0.17 #9

name: Verify Pull Request
on:
pull_request:
branches: [main]
jobs:
check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: "zulu" # See 'Supported distributions' for available options
java-version: "21"
cache: maven
server-id: central
- name: Build and Test
run: mvn -B clean test