Skip to content

Commit

Permalink
Merge branch 'genomic-v2' into ALS-7581
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Oct 24, 2024
2 parents 65fbd00 + a51d2c6 commit efff3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.3</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
Expand Down

0 comments on commit efff3fd

Please sign in to comment.