Skip to content

Commit a5d61f1

Browse files
chore(deps): bump org.jetbrains.exposed:exposed-jdbc in /backend
Bumps [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) from 0.39.2 to 0.60.0. - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](JetBrains/Exposed@0.39.2...0.60.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27cdb21 commit a5d61f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ subprojects {
138138
implementation("org.jsoup:jsoup:1.19.1")
139139

140140
implementation("org.jetbrains.exposed:exposed-dao:0.39.2")
141-
implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2")
141+
implementation("org.jetbrains.exposed:exposed-jdbc:0.60.0")
142142

143143
implementation 'com.zaxxer:HikariCP:6.2.1'
144144

0 commit comments

Comments
 (0)