Skip to content

Commit

Permalink
Bump exposed.version from 0.47.0 to 0.48.0 (#169)
Browse files Browse the repository at this point in the history
Bumps `exposed.version` from 0.47.0 to 0.48.0.

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

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

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.47.0 to 0.48.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.47.0...0.48.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
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 27aa631 commit 5f264a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<properties>
<java.version>17</java.version>
<kotlin.version>1.9.23</kotlin.version>
<exposed.version>0.47.0</exposed.version>
<exposed.version>0.48.0</exposed.version>
<ktlint.version>2.0.0</ktlint.version>
<detekt.version>1.23.5</detekt.version>
<dokka.version>1.9.20</dokka.version>
Expand Down

0 comments on commit 5f264a1

Please sign in to comment.