Skip to content

build(deps): bump jackson-datatype-jsr310 from 2.15.2 to 2.15.3 #80

build(deps): bump jackson-datatype-jsr310 from 2.15.2 to 2.15.3

build(deps): bump jackson-datatype-jsr310 from 2.15.2 to 2.15.3 #80

Workflow file for this run

name: Pull request check
on:
pull_request:
jobs:
build:
name: Pull request check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout from Git
with:
fetch-depth: 0
- uses: actions/setup-java@v3
name: Setup Java
with:
distribution: 'temurin'
java-version: '11'
cache: maven
- name: Run tests
run: ./mvnw --no-transfer-progress verify