Skip to content

Commit

Permalink
Bump exposed from 0.41.1 to 0.42.0 (#230)
Browse files Browse the repository at this point in the history
Bumps `exposed` from 0.41.1 to 0.42.0.

Updates `org.jetbrains.exposed:exposed-dao` from 0.41.1 to 0.42.0
- [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.42.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.41.1 to 0.42.0
- [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.42.0)

---
updated-dependencies:
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 759fc39 commit f5da5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.0"
serialization = "1.5.1"
exposed = "0.41.1"
exposed = "0.42.0"

[libraries]
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down

0 comments on commit f5da5a6

Please sign in to comment.