Skip to content

Bump commons-logging:commons-logging from 1.2 to 1.3.4 #22

Bump commons-logging:commons-logging from 1.2 to 1.3.4

Bump commons-logging:commons-logging from 1.2 to 1.3.4 #22

Workflow file for this run

name: Build
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: maven
- name: Build with Maven
run: mvn --no-transfer-progress --batch-mode verify