Skip to content

Commit

Permalink
Bump exposedVersion from 0.37.2 to 0.37.3 (#108)
Browse files Browse the repository at this point in the history
Bumps `exposedVersion` from 0.37.2 to 0.37.3.

Updates `exposed-dao` from 0.37.2 to 0.37.3
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](https://github.com/JetBrains/Exposed/commits)

Updates `exposed-jdbc` from 0.37.2 to 0.37.3
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](https://github.com/JetBrains/Exposed/commits)

Updates `exposed-kotlin-datetime` from 0.37.2 to 0.37.3
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](https://github.com/JetBrains/Exposed/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.exposed:exposed-kotlin-datetime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Dec 29, 2021
1 parent 980af76 commit d1f7959
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 @@ -27,7 +27,7 @@ dependencies {

testImplementation(kotlin("test"))
// Apache 2, https://github.com/JetBrains/Exposed/releases/latest
val exposedVersion = "0.37.2"
val exposedVersion = "0.37.3"
testImplementation("org.jetbrains.exposed:exposed-dao:$exposedVersion")
testImplementation("org.jetbrains.exposed:exposed-jdbc:$exposedVersion")
testImplementation("org.jetbrains.exposed:exposed-kotlin-datetime:$exposedVersion")
Expand Down

0 comments on commit d1f7959

Please sign in to comment.