Skip to content

Commit

Permalink
build(deps): bump ktor.version from 2.3.5 to 2.3.6
Browse files Browse the repository at this point in the history
Bumps `ktor.version` from 2.3.5 to 2.3.6.

Updates `io.ktor:ktor-server-auth-jvm` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-server-netty-jvm` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-server-test-host-jvm` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-auth-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-test-host-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 535d8cd commit e00283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token-validation-ktor-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>token-validation-ktor-v2</name>

<properties>
<ktor.version>2.3.5</ktor.version>
<ktor.version>2.3.6</ktor.version>
</properties>

<dependencies>
Expand Down

0 comments on commit e00283e

Please sign in to comment.