From 452d2b713606b00d559f4c98468376f94f8a6867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:34:22 +0000 Subject: [PATCH] chore(lapis2): bump the minorandpatch group in /lapis2 with 2 updates Bumps the minorandpatch group in /lapis2 with 2 updates: [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases) - [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-datetime/compare/v0.5.0...v0.6.0) Updates `org.springframework.boot` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] --- lapis2/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lapis2/build.gradle b/lapis2/build.gradle index f9f5917f0..3b43a4032 100644 --- a/lapis2/build.gradle +++ b/lapis2/build.gradle @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat import org.gradle.api.tasks.testing.logging.TestLogEvent plugins { - id 'org.springframework.boot' version '3.2.5' + id 'org.springframework.boot' version '3.3.0' id 'io.spring.dependency-management' version '1.1.5' id 'org.jetbrains.kotlin.jvm' version '1.9.24' id 'org.jetbrains.kotlin.plugin.spring' version '1.9.24' @@ -42,7 +42,7 @@ dependencies { implementation 'org.apache.commons:commons-csv:1.11.0' implementation 'com.github.luben:zstd-jni:1.5.6-3' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8' - implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.5.0" + implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.0" testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: "org.mockito"