Skip to content

Commit

Permalink
Merge pull request #13 from vinted/chore/upgrade-flink-1.18.1
Browse files Browse the repository at this point in the history
chore: Bump flink and bq lib versions
  • Loading branch information
s-gelazevicius authored Jan 18, 2024
2 parents db4f8bd + 28e9234 commit cecba75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ gitVersioning.apply {
}

ext {
flinkVersion = '1.18.0'
bigqueryVersion = '2.35.0'
bigqueryStorageVersion = '2.47.0'
flinkVersion = '1.18.1'
bigqueryVersion = '2.36.0'
bigqueryStorageVersion = '3.0.0'
json4sVersion = '4.0.3'
}

Expand Down

0 comments on commit cecba75

Please sign in to comment.