Skip to content

chore(deps): bump org.springframework.security:spring-security-crypto from 6.3.3 to 6.3.8 in /tool #100

chore(deps): bump org.springframework.security:spring-security-crypto from 6.3.3 to 6.3.8 in /tool

chore(deps): bump org.springframework.security:spring-security-crypto from 6.3.3 to 6.3.8 in /tool #100

Workflow file for this run

name: Java test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: test with Maven
working-directory: tool/
run: mvn test