Skip to content

fix(deps): update dependency org.springframework.security:spring-security-crypto to v6.3.1 #2119

fix(deps): update dependency org.springframework.security:spring-security-crypto to v6.3.1

fix(deps): update dependency org.springframework.security:spring-security-crypto to v6.3.1 #2119

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 21 ]
steps:
- uses: actions/checkout@v4
- name: set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: zulu
cache: "gradle"
- name: Run Build
run: ./gradlew build