From 37c37f22d5b1afe74290b7c4fd2199969e922464 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 27 Feb 2023 23:14:35 +0000
Subject: [PATCH] Bump com.itextpdf:itextpdf from 5.5.13.2 to 5.5.13.3

Bumps [com.itextpdf:itextpdf](https://github.com/itext/itextpdf) from 5.5.13.2 to 5.5.13.3.
- [Release notes](https://github.com/itext/itextpdf/releases)
- [Commits](https://github.com/itext/itextpdf/compare/5.5.13.2...5.5.13.3)

---
updated-dependencies:
- dependency-name: com.itextpdf:itextpdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

diff --git a/build.gradle b/build.gradle
index b2f0cba67..8696c16cb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,7 +26,7 @@ dependencies {
 	
 	implementation 'org.apache.poi:poi:5.2.0'
     implementation 'org.apache.poi:poi-ooxml:5.2.0'
-    implementation 'com.itextpdf:itextpdf:5.5.13.2'
+    implementation 'com.itextpdf:itextpdf:5.5.13.3'
     
     
 }