From 137243eaf24a96ad0fce5db3304f8965da6206a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:38:23 +0000 Subject: [PATCH 01/23] Bump spring-boot.version from 3.1.3 to 3.1.4 Bumps `spring-boot.version` from 3.1.3 to 3.1.4. Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.4) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2cd64f06..b4df07c6 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 3.1.1 3.6.0 3.4.1 - 3.1.3 + 3.1.4 1.76 1.5.0 2.13.0 From 349e4c423cf7b52d1f25c4b9bf35c749acbd7885 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Tue, 26 Sep 2023 06:39:34 +0200 Subject: [PATCH 02/23] Fix #345: Set develop version to 1.6.0-SNAPSHOT --- pom.xml | 2 +- powerauth-java-cmd-lib/pom.xml | 2 +- powerauth-java-cmd/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2cd64f06..064cb8ac 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.getlime.security powerauth-cmd-parent - 1.5.0 + 1.6.0-SNAPSHOT pom 2016 diff --git a/powerauth-java-cmd-lib/pom.xml b/powerauth-java-cmd-lib/pom.xml index 9b1ce171..f56072fa 100644 --- a/powerauth-java-cmd-lib/pom.xml +++ b/powerauth-java-cmd-lib/pom.xml @@ -10,7 +10,7 @@ powerauth-cmd-parent io.getlime.security - 1.5.0 + 1.6.0-SNAPSHOT diff --git a/powerauth-java-cmd/pom.xml b/powerauth-java-cmd/pom.xml index 1af2087a..2a4ee7ab 100644 --- a/powerauth-java-cmd/pom.xml +++ b/powerauth-java-cmd/pom.xml @@ -30,7 +30,7 @@ io.getlime.security powerauth-cmd-parent - 1.5.0 + 1.6.0-SNAPSHOT From 673f13bbd848380eb3a9bee67b474e889fc4582c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:27:31 +0000 Subject: [PATCH 03/23] Bump commons-io:commons-io from 2.13.0 to 2.14.0 Bumps commons-io:commons-io from 2.13.0 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69e3e4c1..36d8f6b0 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ 3.1.4 1.76 1.5.0 - 2.13.0 + 2.14.0 1.1.1 1.5.0 1.5.1 From 60b5195cdfb3cdf77d344600f35f4215e5da2cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:05:47 +0000 Subject: [PATCH 04/23] Bump spring-boot.version from 3.1.4 to 3.1.5 Bumps `spring-boot.version` from 3.1.4 to 3.1.5. Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.1.5) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 36d8f6b0..3d65c0b7 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 3.1.1 3.6.0 3.4.1 - 3.1.4 + 3.1.5 1.76 1.5.0 2.14.0 From 172f7afae8e2ae9f93998f36813ab457626891ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:11:05 +0000 Subject: [PATCH 05/23] Bump commons-io:commons-io from 2.14.0 to 2.15.0 Bumps commons-io:commons-io from 2.14.0 to 2.15.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d65c0b7..d13e9819 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ 3.1.5 1.76 1.5.0 - 2.14.0 + 2.15.0 1.1.1 1.5.0 1.5.1 From c3a27ddba25c5d9a8064a6ee4636f35e15f2653e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:11:17 +0000 Subject: [PATCH 06/23] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d65c0b7..d885a1b7 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ 1.5.0 1.5.1 1.7.0 - 3.1.2 + 3.2.1 From 6e662efc6112c3950a7a2b9ae51c2b379e9e330f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:39:42 +0000 Subject: [PATCH 07/23] Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 Bumps commons-cli:commons-cli from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d13e9819..df35f48d 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ 3.4.1 3.1.5 1.76 - 1.5.0 + 1.6.0 2.15.0 1.1.1 1.5.0 From fefa45897b52e0feaf0a630dee4c5d171a0a2a8e Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Tue, 31 Oct 2023 10:15:47 +0100 Subject: [PATCH 08/23] Fix #368: Update Wultra dependencies to SNAPSHOT version --- pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e142404f..5f6ddf95 100644 --- a/pom.xml +++ b/pom.xml @@ -79,15 +79,17 @@ 3.1.1 3.6.0 3.4.1 + 3.2.1 3.1.5 1.76 1.6.0 2.15.0 1.1.1 - 1.5.0 - 1.5.1 - 1.7.0 - 3.2.1 + + + 1.6.0-SNAPSHOT + 1.6.0-SNAPSHOT + 1.8.0-SNAPSHOT From 81c36107623a2d10c734aad257ea0ccba0e5ef8f Mon Sep 17 00:00:00 2001 From: "roman.strobl@wultra.com" Date: Thu, 2 Nov 2023 16:27:52 +0100 Subject: [PATCH 09/23] Fix #370: Add support for custom attributes in create step --- .../lib/cmd/steps/model/PrepareActivationStepModel.java | 8 ++++++++ .../powerauth/lib/cmd/steps/v3/PrepareActivationStep.java | 1 + .../getlime/security/powerauth/app/cmd/Application.java | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/model/PrepareActivationStepModel.java b/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/model/PrepareActivationStepModel.java index 3b6595e6..c6fb3490 100644 --- a/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/model/PrepareActivationStepModel.java +++ b/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/model/PrepareActivationStepModel.java @@ -46,6 +46,11 @@ public class PrepareActivationStepModel extends BaseStepModel */ private String activationCode; + /** + * Custom attributes. + */ + private Map customAttributes; + /** * Additional activation OTP, supported by PowerAuth Server {@code 0.24+}. */ @@ -102,6 +107,7 @@ public Map toMap() { context.put("MASTER_PUBLIC_KEY", masterPublicKey); context.put("STATUS_FILENAME", statusFileName); context.put("ACTIVATION_CODE", activationCode); + context.put("CUSTOM_ATTRIBUTES", customAttributes); context.put("ADDITIONAL_ACTIVATION_OTP", additionalActivationOtp); context.put("PASSWORD", password); context.put("ACTIVATION_NAME", activationName); @@ -113,11 +119,13 @@ public Map toMap() { } @Override + @SuppressWarnings("unchecked") public void fromMap(Map context) { super.fromMap(context); setMasterPublicKey((PublicKey) context.get("MASTER_PUBLIC_KEY")); setStatusFileName((String) context.get("STATUS_FILENAME")); setActivationCode((String) context.get("ACTIVATION_CODE")); + setCustomAttributes((Map) context.get("CUSTOM_ATTRIBUTES")); setAdditionalActivationOtp((String) context.get("ADDITIONAL_ACTIVATION_OTP")); setPassword((String) context.get("PASSWORD")); setActivationName((String) context.get("ACTIVATION_NAME")); diff --git a/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/v3/PrepareActivationStep.java b/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/v3/PrepareActivationStep.java index 0c87c1fa..e67f63cb 100755 --- a/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/v3/PrepareActivationStep.java +++ b/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/v3/PrepareActivationStep.java @@ -132,6 +132,7 @@ protected ActivationLayer1Request prepareLayer1Request( Map identityAttributes = new HashMap<>(); identityAttributes.put("code", stepContext.getModel().getActivationCode()); requestL1.setIdentityAttributes(identityAttributes); + requestL1.setCustomAttributes(stepContext.getModel().getCustomAttributes()); return requestL1; } diff --git a/powerauth-java-cmd/src/main/java/io/getlime/security/powerauth/app/cmd/Application.java b/powerauth-java-cmd/src/main/java/io/getlime/security/powerauth/app/cmd/Application.java index 1be24180..089a160e 100755 --- a/powerauth-java-cmd/src/main/java/io/getlime/security/powerauth/app/cmd/Application.java +++ b/powerauth-java-cmd/src/main/java/io/getlime/security/powerauth/app/cmd/Application.java @@ -295,6 +295,10 @@ public static void main(String[] args) { powerAuthStep = PowerAuthStep.ACTIVATION_CREATE; } + String customAttributesFileName = cmd.getOptionValue("C"); + Map customAttributes = + FileUtil.readDataFromFile(stepLogger, customAttributesFileName, HashMap.class, "custom-attributes", "custom attributes"); + PrepareActivationStepModel model = new PrepareActivationStepModel(); model.setActivationCode(cmd.getOptionValue("a")); model.setAdditionalActivationOtp(cmd.getOptionValue("A")); @@ -303,6 +307,7 @@ public static void main(String[] args) { model.setDeviceInfo(deviceInfo); model.setApplicationKey(applicationKey); model.setApplicationSecret(applicationSecret); + model.setCustomAttributes(customAttributes); model.setHeaders(httpHeaders); model.setMasterPublicKey(masterPublicKey); model.setPassword(cmd.getOptionValue("p")); From eb9aedfe2ce1c9e760165cd63143c103f2d363d6 Mon Sep 17 00:00:00 2001 From: "roman.strobl@wultra.com" Date: Fri, 3 Nov 2023 11:26:20 +0100 Subject: [PATCH 10/23] Remove setting of custom attributes to an empty map for code based activations --- .../lib/cmd/steps/model/PrepareActivationStepModel.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/model/PrepareActivationStepModel.java b/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/model/PrepareActivationStepModel.java index c6fb3490..55431c3a 100644 --- a/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/model/PrepareActivationStepModel.java +++ b/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/model/PrepareActivationStepModel.java @@ -24,6 +24,7 @@ import java.security.PublicKey; import java.util.Collections; +import java.util.HashMap; import java.util.Map; /** @@ -91,9 +92,11 @@ public class PrepareActivationStepModel extends BaseStepModel */ private PublicKey masterPublicKey; - @Override - public Map getCustomAttributes() { - return Collections.emptyMap(); + /** + * Constructor + */ + public PrepareActivationStepModel() { + customAttributes = new HashMap<>(); } @Override From 1b6a28d892c86bb364b9aec8dd2f49876e6d3180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pe=C5=A1ek?= Date: Fri, 3 Nov 2023 12:19:11 +0100 Subject: [PATCH 11/23] Fix #372: Edit data parsing in offline signature calculation (#373) * Fix #372: Edit data parsing in offline signature calculation --- .../lib/cmd/steps/ComputeOfflineSignatureStep.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/ComputeOfflineSignatureStep.java b/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/ComputeOfflineSignatureStep.java index f214d77d..8ac195c6 100644 --- a/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/ComputeOfflineSignatureStep.java +++ b/powerauth-java-cmd-lib/src/main/java/io/getlime/security/powerauth/lib/cmd/steps/ComputeOfflineSignatureStep.java @@ -37,12 +37,15 @@ import org.springframework.core.ParameterizedTypeReference; import org.springframework.stereotype.Component; import org.springframework.util.Assert; +import org.springframework.util.StringUtils; import javax.crypto.SecretKey; import java.io.Console; import java.nio.charset.StandardCharsets; import java.security.interfaces.ECPublicKey; import java.util.*; +import java.util.stream.Collectors; +import java.util.stream.Stream; /** * Step for computing offline PowerAuth signature. @@ -167,8 +170,9 @@ private String calculateOfflineSignature(final String offlineData, final StepLog } final String operationId = parts[0]; final String operationData = parts[3]; - final String nonce = parts[5]; + final String nonce = parts[parts.length - 2]; final String signatureLine = parts[parts.length - 1]; + final String totp = (parts.length > 7 && parts[parts.length - 3].matches("^[0-9]+$")) ? parts[parts.length - 3] : null; // 1 = KEY_SERVER_PRIVATE was used to sign data (personalized offline signature), otherwise return error final String signatureType = signatureLine.substring(0, 1); @@ -195,7 +199,9 @@ private String calculateOfflineSignature(final String offlineData, final StepLog } // Prepare data for PowerAuth offline signature calculation - final String dataForSignature = operationId + "&" + operationData; + final String dataForSignature = Stream.of(operationId, operationData, totp) + .filter(StringUtils::hasText) + .collect(Collectors.joining("&")); final String signatureBaseString = PowerAuthHttpBody.getSignatureBaseString( "POST", "/operation/authorize/offline", From 4a73406eddeb76176b0b5d44ed4526f97ee05eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:17:29 +0000 Subject: [PATCH 12/23] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.1...surefire-3.2.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f6ddf95..460bedbc 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 3.1.1 3.6.0 3.4.1 - 3.2.1 + 3.2.2 3.1.5 1.76 1.6.0 From 75deac49e3e11cc501896cfacdecc9e1cb49970d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:17:40 +0000 Subject: [PATCH 13/23] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.0 to 3.6.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f6ddf95..fd7a2331 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 17 3.3.0 3.1.1 - 3.6.0 + 3.6.2 3.4.1 3.2.1 3.1.5 From a8ce489be7af315c146a140bbc3db88d2e4d8504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:56:48 +0000 Subject: [PATCH 14/23] Bump org.bouncycastle:bcprov-jdk18on from 1.76 to 1.77 Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.76 to 1.77. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 359c1a56..f4e52114 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ 3.4.1 3.2.2 3.1.5 - 1.76 + 1.77 1.6.0 2.15.0 1.1.1 From 7ef1d276c1d6ce75725c0d819f58bff061264deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 06:29:34 +0000 Subject: [PATCH 15/23] Bump spring-boot.version from 3.1.5 to 3.1.6 Bumps `spring-boot.version` from 3.1.5 to 3.1.6. Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.5 to 3.1.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.1.6) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.1.5 to 3.1.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.1.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f4e52114..d8ed03ac 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ 3.6.2 3.4.1 3.2.2 - 3.1.5 + 3.1.6 1.77 1.6.0 2.15.0 From f23cfe3897c2e3a74a58034205e706e9d3913739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:13:28 +0000 Subject: [PATCH 16/23] Bump commons-io:commons-io from 2.15.0 to 2.15.1 Bumps commons-io:commons-io from 2.15.0 to 2.15.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d8ed03ac..0c0bdfc9 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ 3.1.6 1.77 1.6.0 - 2.15.0 + 2.15.1 1.1.1 From 255101624d4effbcc93948c1d892e061a2db6b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:13:44 +0000 Subject: [PATCH 17/23] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.2...maven-javadoc-plugin-3.6.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d8ed03ac..3f80d7aa 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 17 3.3.0 3.1.1 - 3.6.2 + 3.6.3 3.4.1 3.2.2 3.1.6 From 68c6bab178e120ad0650d26f4797636cdad0d281 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Fri, 8 Dec 2023 18:17:26 +0100 Subject: [PATCH 18/23] Fix #388: Update logback --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 450c3fe0..f3aae7c0 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,8 @@ 1.6.0 2.15.1 1.1.1 + + 1.4.14 1.6.0-SNAPSHOT @@ -102,6 +104,18 @@ import + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-core + ${logback.version} + + io.getlime.security powerauth-java-cmd-lib From fdb996622e73790936288a89f883b83da29a46a7 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Wed, 13 Dec 2023 10:05:04 +0100 Subject: [PATCH 19/23] Fix #390: Update Wultra dependencies --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f3aae7c0..56915e77 100644 --- a/pom.xml +++ b/pom.xml @@ -89,9 +89,9 @@ 1.4.14 - 1.6.0-SNAPSHOT - 1.6.0-SNAPSHOT - 1.8.0-SNAPSHOT + 1.6.0 + 1.6.0 + 1.8.0 From 95f50d85c78af405785aa182c81527a3b2290c43 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Wed, 13 Dec 2023 10:11:22 +0100 Subject: [PATCH 20/23] Fix #392: Specify maven.compiler.release property --- pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f3aae7c0..8726eea9 100644 --- a/pom.xml +++ b/pom.xml @@ -73,8 +73,10 @@ UTF-8 - 17 - 17 + 17 + ${java.version} + + 3.11.0 3.3.0 3.1.1 3.6.3 @@ -139,6 +141,16 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + + org.apache.maven.plugins From b1c56bbe3bc72464062d6de7e294f695f977f353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:47:35 +0000 Subject: [PATCH 21/23] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8726eea9..8e6a44e1 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ 3.1.1 3.6.3 3.4.1 - 3.2.2 + 3.2.3 3.1.6 1.77 1.6.0 From 35cb7eecfda69cc8a1f227dad34b88c2d7e6418c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:47:20 +0000 Subject: [PATCH 22/23] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.12.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e6a44e1..e1c3aed9 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 17 ${java.version} - 3.11.0 + 3.12.1 3.3.0 3.1.1 3.6.3 From 2268a85e3f27f3cd5caa9ea6921a765aaa1eef80 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Mon, 8 Jan 2024 08:48:06 +0100 Subject: [PATCH 23/23] Fix #403: Set release version to 1.6.0 --- pom.xml | 2 +- powerauth-java-cmd-lib/pom.xml | 2 +- powerauth-java-cmd/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e1c3aed9..a0d1c3b2 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.getlime.security powerauth-cmd-parent - 1.6.0-SNAPSHOT + 1.6.0 pom 2016 diff --git a/powerauth-java-cmd-lib/pom.xml b/powerauth-java-cmd-lib/pom.xml index f56072fa..531b45c4 100644 --- a/powerauth-java-cmd-lib/pom.xml +++ b/powerauth-java-cmd-lib/pom.xml @@ -10,7 +10,7 @@ powerauth-cmd-parent io.getlime.security - 1.6.0-SNAPSHOT + 1.6.0 diff --git a/powerauth-java-cmd/pom.xml b/powerauth-java-cmd/pom.xml index 2a4ee7ab..9003cbe6 100644 --- a/powerauth-java-cmd/pom.xml +++ b/powerauth-java-cmd/pom.xml @@ -30,7 +30,7 @@ io.getlime.security powerauth-cmd-parent - 1.6.0-SNAPSHOT + 1.6.0