From 10be60a78cc7df2b3c0930acc502d0608d8409f3 Mon Sep 17 00:00:00 2001 From: Keshav Mishra Date: Wed, 30 Jun 2021 21:55:42 +0530 Subject: [PATCH 1/3] updated for release --- biometrics-util/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biometrics-util/pom.xml b/biometrics-util/pom.xml index 237e25c99b..e72446bbb3 100644 --- a/biometrics-util/pom.xml +++ b/biometrics-util/pom.xml @@ -5,7 +5,7 @@ io.mosip.biometric.util biometrics-util - 0.0.1-SNAPSHOT + 1.1.5 biometrics-util http://maven.apache.org From df45ef049998414860505c104ba2b463d6788614 Mon Sep 17 00:00:00 2001 From: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com> Date: Wed, 3 Nov 2021 13:03:13 +0530 Subject: [PATCH 2/3] updated the push_trigger --- .github/workflows/push_trigger.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/push_trigger.yml b/.github/workflows/push_trigger.yml index 57ec6ef8bd..b8cf4b5e8c 100644 --- a/.github/workflows/push_trigger.yml +++ b/.github/workflows/push_trigger.yml @@ -1,5 +1,4 @@ name: Maven Package upon a push - on: push: branches: @@ -67,7 +66,6 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} # required if: failure() # Pick up events even if the job fails or is canceled. - publish_to_nexus: runs-on: ubuntu-latest steps: @@ -179,4 +177,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - From b20840aae736b4988638dd7861236318778ac176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 22:56:13 +0000 Subject: [PATCH 3/3] Bump jackson-databind from 2.5.4 to 2.9.10.8 in /bioutils Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.5.4 to 2.9.10.8. - [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] --- bioutils/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bioutils/pom.xml b/bioutils/pom.xml index 10f4dce9a9..624587cd20 100644 --- a/bioutils/pom.xml +++ b/bioutils/pom.xml @@ -60,7 +60,7 @@ com.fasterxml.jackson.core jackson-databind - 2.5.4 + 2.9.10.8 org.projectlombok