From ab258616b33472b82bfb33b028ee625c3a058e44 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 19 May 2023 00:12:48 +0000
Subject: [PATCH] Update dependency
org.springframework.boot:spring-boot-starter-parent to v3
---
pom.xml | 2 +-
transaction-service/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1b497e2..74b63e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.0.3.RELEASE
+ 3.1.0
pl.piomin.services
diff --git a/transaction-service/pom.xml b/transaction-service/pom.xml
index 7367cec..07d1b0c 100644
--- a/transaction-service/pom.xml
+++ b/transaction-service/pom.xml
@@ -3,7 +3,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.0.3.RELEASE
+ 3.1.0
transaction-service
pl.piomin.services