Skip to content

Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 #1042

Bump commons-codec:commons-codec from 1.16.0 to 1.16.1

Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 #1042

Workflow file for this run

# Run mvn test to ensure all tests pass
name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: zulu
- name: Run unit tests
run: mvn test