From a51d2c6e225e9bea011ef13c31e1dcc8c13f86b2 Mon Sep 17 00:00:00 2001 From: ramari16 Date: Thu, 24 Oct 2024 10:23:18 -0400 Subject: [PATCH] ALS-7635: Upgrade avro version (#124) --- .github/workflows/label-checker.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-checker.yml b/.github/workflows/label-checker.yml index abfc09b3..2bd9019b 100644 --- a/.github/workflows/label-checker.yml +++ b/.github/workflows/label-checker.yml @@ -16,6 +16,6 @@ jobs: steps: - uses: docker://agilepathway/pull-request-label-checker:latest with: - one_of: breaking-change,enhancement,bug,documentation,ignore-for-release + one_of: breaking-change,enhancement,bug,documentation,ignore-for-release,dependencies repo_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/pom.xml b/pom.xml index a25477aa..d98bf383 100644 --- a/pom.xml +++ b/pom.xml @@ -317,7 +317,7 @@ org.apache.avro avro - 1.11.3 + 1.12.0 org.xerial.snappy