Skip to content

Commit

Permalink
[API]: Bump exposedVersion from 0.44.0 to 0.55.0 in /noty-api
Browse files Browse the repository at this point in the history
Bumps `exposedVersion` from 0.44.0 to 0.55.0.

Updates `org.jetbrains.exposed:exposed-core` from 0.44.0 to 0.55.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.44.0...0.55.0)

Updates `org.jetbrains.exposed:exposed-dao` from 0.44.0 to 0.55.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.44.0...0.55.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.44.0 to 0.55.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.44.0...0.55.0)

Updates `org.jetbrains.exposed:exposed-jodatime` from 0.44.0 to 0.55.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.44.0...0.55.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 35d1848 commit 51a4288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noty-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
ktlintVersion = "11.6.1"
coroutinesVersion = "1.8.1"
ktorVersion = "1.6.8"
exposedVersion = "0.44.0"
exposedVersion = "0.55.0"
postgresVersion = "42.7.4"
logbackVersion = "1.5.7"
daggerVersion = "2.47"
Expand Down

0 comments on commit 51a4288

Please sign in to comment.