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 ad383de  Bump org.jetbrains.kotlin.jvm from 1.7.20 to 1.8.22 (#23)
ad383de is described below

commit ad383de7eb99f0f34fab7bde8ce7540e3ff13e36
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 5 14:16:17 2026 -0700

    Bump org.jetbrains.kotlin.jvm from 1.7.20 to 1.8.22 (#23)
    
    Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 
1.7.20 to 1.8.22.
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin.jvm
      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 f51823b..3f3d6eb 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -8,7 +8,7 @@
 
 plugins {
     application
-    id("org.jetbrains.kotlin.jvm") version "1.7.20"
+    id("org.jetbrains.kotlin.jvm") version "1.8.22"
 }
 
 repositories { mavenCentral() }

Reply via email to