From 3be4475d79aa99646614d2596422227603a8f373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:03:55 +0000 Subject: [PATCH] Bump beamVersion from 2.24.0 to 2.43.0 Bumps `beamVersion` from 2.24.0 to 2.43.0. Updates `beam-runners-direct-java` from 2.24.0 to 2.43.0 - [Release notes](https://github.com/apache/beam/releases) - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md) - [Commits](https://github.com/apache/beam/compare/v2.24.0...v2.43.0) Updates `beam-runners-google-cloud-dataflow-java` from 2.24.0 to 2.43.0 - [Release notes](https://github.com/apache/beam/releases) - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md) - [Commits](https://github.com/apache/beam/compare/v2.24.0...v2.43.0) --- updated-dependencies: - dependency-name: org.apache.beam:beam-runners-direct-java dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.beam:beam-runners-google-cloud-dataflow-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e80de75..2261c98 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ import org.gradle.jvm.tasks.Jar -val beamVersion = "2.24.0" +val beamVersion = "2.43.0" val log4jVersion = "2.13.3" plugins {