Skip to content

Commit

Permalink
Bump io.ktor.plugin from 2.3.9 to 2.3.10 in /ktor-app (#168)
Browse files Browse the repository at this point in the history
* Bump io.ktor.plugin from 2.3.9 to 2.3.10 in /ktor-app

Bumps io.ktor.plugin from 2.3.9 to 2.3.10.

---
updated-dependencies:
- dependency-name: io.ktor.plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roger Viñas Alcon <roger.vinas@fastzink.com>
  • Loading branch information
dependabot[bot] and rogervinas authored Apr 22, 2024
1 parent b92be76 commit 9b723a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[![Ktor](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/ktor.yml/badge.svg)](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/ktor.yml)
![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black)
![Kotlin](https://img.shields.io/badge/Kotlin-1.9.23-blue?labelColor=black)
![Ktor](https://img.shields.io/badge/Ktor-2.3.9-blue?labelColor=black)
![Ktor](https://img.shields.io/badge/Ktor-2.3.10-blue?labelColor=black)

[![Http4k](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/http4k.yml/badge.svg)](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/http4k.yml)
![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black)
Expand Down
2 changes: 1 addition & 1 deletion ktor-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val postgres_version: String by project

plugins {
kotlin("jvm") version "1.9.23"
id("io.ktor.plugin") version "2.3.9"
id("io.ktor.plugin") version "2.3.10"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.23"
}

Expand Down

0 comments on commit 9b723a7

Please sign in to comment.