From b7cd01f5cc77fd33f577f607087631dc2e70d045 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 3 May 2024 17:33:22 +0000
Subject: [PATCH] Bump de.jensklingenberg.ktorfit from 1.13.0 to 1.14.0

Bumps [de.jensklingenberg.ktorfit](https://github.com/Foso/Ktorfit) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/Foso/Ktorfit/releases)
- [Changelog](https://github.com/Foso/Ktorfit/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/Foso/Ktorfit/compare/1.13.0...1.14.0)

---
updated-dependencies:
- dependency-name: de.jensklingenberg.ktorfit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index c0af8b4..692c119 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
     kotlin("plugin.serialization") version "1.9.23"
 
     // https://foso.github.io/Ktorfit/
-    id("de.jensklingenberg.ktorfit") version "1.13.0"
+    id("de.jensklingenberg.ktorfit") version "1.14.0"
 }
 
 dependencies {