From 688a17bb2f6202049049e863ba487d408fda7b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 23:02:40 +0000 Subject: build(deps): bump the jvm-dependencies group with 2 updates Bumps the jvm-dependencies group with 2 updates: [com.google.guava:guava](https://github.com/google/guava) and [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin). Updates `com.google.guava:guava` from 33.4.0-jre to 33.4.5-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.jetbrains.kotlin.jvm` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.10...v2.1.20) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jvm-dependencies - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jvm-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3c5120f..3bb0d68 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ [versions] commons-math3 = "3.6.1" -guava = "33.4.0-jre" +guava = "33.4.5-jre" [libraries] commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" } guava = { module = "com.google.guava:guava", version.ref = "guava" } [plugins] -kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.1.10" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.1.20" } -- cgit v1.2.3