Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Bump Beam SNAPSHOT version to 2.53.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanenko-dev committed Nov 10, 2023
1 parent 5209a88 commit 14446cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
BEAM_VERSION:
- 2.51.0
- 2.52.0-SNAPSHOT
- 2.53.0-SNAPSHOT
SPARK3_VERSION:
- 3.0.2
- 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [ubuntu-latest]
BEAM_VERSION:
- 2.51.0
- 2.52.0-SNAPSHOT
- 2.53.0-SNAPSHOT
SPARK3_VERSION:
- 3.2.0
- 3.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
BEAM_VERSION:
- 2.51.0
- 2.52.0-SNAPSHOT
- 2.53.0-SNAPSHOT
SPARK3_VERSION:
- 3.1.2
- 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<beam.version>2.52.0-SNAPSHOT</beam.version>
<beam.version>2.53.0-SNAPSHOT</beam.version>
<hadoop.version>3.2.4</hadoop.version>
<hbase.version>1.2.6</hbase.version>
<kafka-clients.version>2.4.1</kafka-clients.version>
Expand Down

0 comments on commit 14446cb

Please sign in to comment.