Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.exposed:exposed-dao in /backend
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) from 0.39.2 to 0.50.1.
- [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.50.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent 46b04ff commit 9831dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ subprojects {

implementation("org.jsoup:jsoup:1.17.2")

implementation("org.jetbrains.exposed:exposed-dao:0.39.2")
implementation("org.jetbrains.exposed:exposed-dao:0.50.1")
implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2")

implementation 'com.zaxxer:HikariCP:5.1.0'
Expand Down

0 comments on commit 9831dc7

Please sign in to comment.