From 959766fc507309dd78f57f83aea07f659924eef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:31:32 +0000 Subject: [PATCH] [deps]: Bump kotlinVersion from 1.9.22 to 1.9.25 Bumps `kotlinVersion` from 1.9.22 to 1.9.25. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.22 to 1.9.25 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.25/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.25) Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.22 to 1.9.25 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.25/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.25) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-version: 1.9.25 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 1.9.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f049ff6..923dfc0 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } ext { - kotlinVersion = "1.9.22" + kotlinVersion = "1.9.25" playwrightVersion = "1.46.0" junitVersion = "5.11.0" assertjVersion = "3.26.3"