Skip to content

Commit

Permalink
build(deps): bump exposed_version from 0.41.1 to 0.44.1
Browse files Browse the repository at this point in the history
Bumps `exposed_version` from 0.41.1 to 0.44.1.

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

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

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

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

---
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-java-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent c299de8 commit 25ce643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
val ktor_version = "1.6.8"
val logback_version = "1.4.6"
val prometeus_version = "1.10.6"
val exposed_version = "0.41.1"
val exposed_version = "0.44.1"

val targetJvm: String by project

Expand Down

0 comments on commit 25ce643

Please sign in to comment.