Skip to content

Bump org.apache.avro:avro from 1.11.1 to 1.11.3 #61

Bump org.apache.avro:avro from 1.11.1 to 1.11.3

Bump org.apache.avro:avro from 1.11.1 to 1.11.3 #61

Workflow file for this run

name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
env:
SPARK_LOCAL_IP: localhost
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
- uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- run: mvn --batch-mode --update-snapshots clean package