Skip to content

Commit

Permalink
Merge pull request #96 from apache/lostluck-254
Browse files Browse the repository at this point in the history
Update to beam 2.54.0
  • Loading branch information
lostluck authored Feb 16, 2024
2 parents fa8c358 + 9a8ba6b commit 3ab23c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ test {

dependencies {
// App dependencies.
implementation "org.apache.beam:beam-sdks-java-core:2.53.0"
implementation "org.apache.beam:beam-runners-direct-java:2.53.0"
implementation "org.apache.beam:beam-sdks-java-core:2.54.0"
implementation "org.apache.beam:beam-runners-direct-java:2.54.0"
implementation "org.slf4j:slf4j-jdk14:1.7.32"

// Tests dependencies.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

mainClass := Some("com.example.App")

val beamVersion = "2.53.0"
val beamVersion = "2.54.0"
libraryDependencies ++= Seq(
// App dependencies.
"org.apache.beam" % "beam-sdks-java-core" % beamVersion,
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-sdks-java-core</artifactId>
<version>2.53.0</version>
<version>2.54.0</version>
</dependency>

<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-direct-java</artifactId>
<version>2.53.0</version>
<version>2.54.0</version>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit 3ab23c3

Please sign in to comment.