Skip to content

Commit

Permalink
Upgrade version to 2.52
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Dec 26, 2023
1 parent 1c629aa commit 715cf55
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.51.0"
implementation "org.apache.beam:beam-runners-direct-java:2.51.0"
implementation "org.apache.beam:beam-sdks-java-core:2.52.0"
implementation "org.apache.beam:beam-runners-direct-java:2.52.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.51.0"
val beamVersion = "2.52.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.51.0</version>
<version>2.52.0</version>
</dependency>

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

Expand Down

0 comments on commit 715cf55

Please sign in to comment.