Skip to content

Commit

Permalink
Bump exposed-core from 0.40.1 to 0.41.1 (#15)
Browse files Browse the repository at this point in the history
Bumps [exposed-core](https://github.com/JetBrains/Exposed) from 0.40.1 to 0.41.1.
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.40.1...0.41.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2022
1 parent 920354d commit dad34b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
compileOnly(kotlin("reflect"))
compileOnly(kotlin("stdlib-jdk8"))

compileOnly("org.jetbrains.exposed:exposed-core:0.40.1")
compileOnly("org.jetbrains.exposed:exposed-core:0.41.1")
}

detekt {
Expand Down

0 comments on commit dad34b0

Please sign in to comment.