Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump org.jetbrains.exposed:exposed-dao from 0.39.2 to 0.48.0 in /backend #986

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump org.jetbrains.exposed:exposed-dao in /backend
Bumps [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) from 0.39.2 to 0.48.0.
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.39.2...0.48.0)

---
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>
dependabot[bot] authored Mar 2, 2024
commit 5725d3697510165f587cc4a2e10167d0d6044589
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
@@ -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.48.0")
implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2")

implementation 'com.zaxxer:HikariCP:5.1.0'