Skip to content

Commit d3879a7

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.61.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.61.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0aff1d2 commit d3879a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

+1-1
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.61.0")
142142

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

0 commit comments

Comments
 (0)