This is an automated email from the ASF dual-hosted git repository.
brucearctor pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-kotlin.git
The following commit(s) were added to refs/heads/main by this push:
new 29fb44d Bump beamVersion from 2.42.0 to 2.48.0 (#22)
29fb44d is described below
commit 29fb44d80c2a69a926e759971cecbb392c0e6d8a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 5 14:16:36 2026 -0700
Bump beamVersion from 2.42.0 to 2.48.0 (#22)
Bumps `beamVersion` from 2.42.0 to 2.48.0.
Updates `org.apache.beam:beam-sdks-java-core` from 2.42.0 to 2.48.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.42.0...v2.48.0)
Updates `org.apache.beam:beam-runners-direct-java` from 2.42.0 to 2.48.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.42.0...v2.48.0)
---
updated-dependencies:
- dependency-name: org.apache.beam:beam-sdks-java-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.beam:beam-runners-direct-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
app/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 3f3d6eb..2ac4a02 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
repositories { mavenCentral() }
-val beamVersion = "2.42.0"
+val beamVersion = "2.48.0"
dependencies {
// Kotlin dependencies.