Skip to content

Commit 9ba81d5

Browse files
Bump org.jetbrains.exposed:exposed-jdbc from 1.0.0 to 1.2.0
Bumps [org.jetbrains.exposed:exposed-jdbc](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-jdbc 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 ad581ce commit 9ba81d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/database-jdbc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version = properties["devcore.database.version"] ?: "1.0.0"
22

33
dependencies {
44
api(project(":adventure"))
5-
implementation("org.jetbrains.exposed:exposed-jdbc:1.0.0")
5+
implementation("org.jetbrains.exposed:exposed-jdbc:1.2.0")
66
implementation("com.zaxxer:HikariCP:7.0.0")
77
compileOnly(libs.paper.api)
88
testImplementation(libs.paper.api)

0 commit comments

Comments
 (0)