Skip to content

Bump com.nimbusds:nimbus-jose-jwt from 9.23 to 9.37.2 #5

Bump com.nimbusds:nimbus-jose-jwt from 9.23 to 9.37.2

Bump com.nimbusds:nimbus-jose-jwt from 9.23 to 9.37.2 #5

Workflow file for this run

name: PR check
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Build with Maven
run:
mvn clean package --file pom.xml
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ebay/digital-signature-verification-ebay-api:latest