From 9c59d467751a4890769a6c4624607fd58f831bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:52:38 +0000 Subject: [PATCH 1/3] chore(deps): bump commons-io:commons-io from 2.8.0 to 2.14.0 Bumps commons-io:commons-io from 2.8.0 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ea259d..26ada45 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 2.3.0 4.3 - 2.8.0 + 2.14.0 15.0 2.6.0 24.0.5 From 3eff8ef9c5b787b19cc3eb00ff12fe0e9c7bf3d5 Mon Sep 17 00:00:00 2001 From: Francis Pouatcha Date: Tue, 5 Nov 2024 20:57:40 +0100 Subject: [PATCH 2/3] refactor:added repository for package deployment on github --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 6ea259d..db51dbd 100644 --- a/pom.xml +++ b/pom.xml @@ -136,6 +136,20 @@ false + + github + https://maven.pkg.github.com/ADORSYS-GIS/ledgers + + true + + + + github + https://maven.pkg.github.com/ADORSYS-GIS/webbank-BankAccount + + true + + From 5b8622770b89f6ffefa3533f2769686e9e11da25 Mon Sep 17 00:00:00 2001 From: Francis Pouatcha Date: Tue, 5 Nov 2024 21:06:45 +0100 Subject: [PATCH 3/3] fix:repo-id --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index db51dbd..87b45cf 100644 --- a/pom.xml +++ b/pom.xml @@ -137,14 +137,14 @@ - github + github-ledgers https://maven.pkg.github.com/ADORSYS-GIS/ledgers true - github + github-webank https://maven.pkg.github.com/ADORSYS-GIS/webbank-BankAccount true