Skip to content

Commit 217e47e

Browse files
Bump org.jetbrains.exposed:exposed-java-time from 1.0.0 to 1.2.0
Bumps [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](JetBrains/Exposed@1.0.0...1.2.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-java-time dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84d58e5 commit 217e47e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

database/database-api/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ repositories {
66

77
dependencies {
88
api(project(":adventure"))
9-
api("org.jetbrains.exposed:exposed-core:1.0.0")
10-
api("org.jetbrains.exposed:exposed-java-time:1.0.0")
9+
api("org.jetbrains.exposed:exposed-core:1.2.0")
10+
api("org.jetbrains.exposed:exposed-java-time:1.2.0")
1111
compileOnly(libs.paper.api)
1212
testImplementation(libs.paper.api)
1313
testImplementation(libs.kotlin.test)

0 commit comments

Comments
 (0)