From 5320d1a076f960a9061ee039d148df3adf87699c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 19 Oct 2022 02:39:34 +0000
Subject: [PATCH] Bump jackson-databind from 2.11.0 to 2.13.4.1 in
 /SpringRest-Kutuphane

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.0 to 2.13.4.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 SpringRest-Kutuphane/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SpringRest-Kutuphane/pom.xml b/SpringRest-Kutuphane/pom.xml
index 699ddc2..b27daba 100644
--- a/SpringRest-Kutuphane/pom.xml
+++ b/SpringRest-Kutuphane/pom.xml
@@ -58,7 +58,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
-			<version>2.11.0</version>
+			<version>2.13.4.1</version>
 		</dependency>
 
 		<!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-c3p0 -->