Skip to content

Commit

Permalink
Bump org.jetbrains.exposed:exposed-core from 0.49.0 to 0.50.1
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) from 0.49.0 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.49.0...0.50.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent c8c6b7f commit 0b89b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
implementation "org.koin:koin-ktor:2.2.2"
implementation "org.jsoup:jsoup:1.17.2"

def exposed_version = captureVersion(implementation('org.jetbrains.exposed:exposed-core:0.49.0'))
def exposed_version = captureVersion(implementation('org.jetbrains.exposed:exposed-core:0.50.1'))
implementation "org.jetbrains.exposed:exposed-crypt:$exposed_version"
implementation "org.jetbrains.exposed:exposed-dao:$exposed_version"
implementation "org.jetbrains.exposed:exposed-jdbc:$exposed_version"
Expand Down

0 comments on commit 0b89b81

Please sign in to comment.