Skip to content

Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.10 #31

Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.10

Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.10 #31

Workflow file for this run

name: Java CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
server-id: 'central'
- name: Build with Maven
run: ./mvnw -B verify
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v4