Skip to content

Commit

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

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

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

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

Updates `org.jetbrains.exposed:exposed-jodatime` from 0.42.1 to 0.44.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.42.1...0.44.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 16, 2023
1 parent 4ee05f1 commit ecf44d5
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.7.2"
ktorVersion = "1.6.8"
exposedVersion = "0.42.1"
exposedVersion = "0.44.0"
postgresVersion = "42.5.4"
logbackVersion = "1.4.8"
daggerVersion = "2.47"
Expand Down

0 comments on commit ecf44d5

Please sign in to comment.