From 39d27a50b0e0c54e3710130a262c231a67bcf1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 20:23:08 +0000 Subject: [PATCH] Bump kotlinx-datetime from 0.3.2 to 0.3.3 Bumps [kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.3.2 to 0.3.3. - [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.3.2...v0.3.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 256f36c..beb1245 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { implementation("com.auth0:java-jwt:$auth0JwtVersion") implementation("eu.geekplace.javapinning:java-pinning-core:1.2.0") - implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2") + implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.3") testImplementation("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion") }