Skip to content

Commit

Permalink
Merge pull request #98 from apache/users/damccorm/updateBeam
Browse files Browse the repository at this point in the history
Update beam version
  • Loading branch information
damccorm authored May 2, 2024
2 parents d4bebea + 4079454 commit a171328
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.55.0"
implementation "org.apache.beam:beam-runners-direct-java:2.55.0"
implementation "org.apache.beam:beam-sdks-java-core:2.56.0"
implementation "org.apache.beam:beam-runners-direct-java:2.56.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.55.0"
val beamVersion = "2.56.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.55.0</version>
<version>2.56.0</version>
</dependency>

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

Expand Down

0 comments on commit a171328

Please sign in to comment.