Skip to content

Commit 39d27a5

Browse files
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](Kotlin/kotlinx-datetime@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] <support@github.com>
1 parent af4498a commit 39d27a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation("com.auth0:java-jwt:$auth0JwtVersion")
5151
implementation("eu.geekplace.javapinning:java-pinning-core:1.2.0")
5252

53-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")
53+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.3")
5454

5555
testImplementation("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
5656
}

0 commit comments

Comments
 (0)