Skip to content

Bump bouncycastle.version from 1.76 to 1.77 #95

Bump bouncycastle.version from 1.76 to 1.77

Bump bouncycastle.version from 1.76 to 1.77 #95

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package