From 394aaf44776e0164685519b050eddebdc07a2b2a Mon Sep 17 00:00:00 2001 From: "Ahmad K. Bawaneh" Date: Wed, 22 Nov 2023 13:20:12 +0300 Subject: [PATCH 1/3] Update for next development version --- domino-jackson-processor/pom.xml | 2 +- domino-jackson/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/domino-jackson-processor/pom.xml b/domino-jackson-processor/pom.xml index 32964e0..d0cda3f 100644 --- a/domino-jackson-processor/pom.xml +++ b/domino-jackson-processor/pom.xml @@ -6,7 +6,7 @@ org.dominokit domino-jackson-parent - 1.0.2 + HEAD-SNAPSHOT domino-jackson-processor diff --git a/domino-jackson/pom.xml b/domino-jackson/pom.xml index 9ac2443..f15a0c1 100644 --- a/domino-jackson/pom.xml +++ b/domino-jackson/pom.xml @@ -6,7 +6,7 @@ org.dominokit domino-jackson-parent - 1.0.2 + HEAD-SNAPSHOT domino-jackson diff --git a/pom.xml b/pom.xml index a702038..762b4a8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.dominokit domino-jackson-parent - 1.0.2 + HEAD-SNAPSHOT pom domino-jackson-parent @@ -66,7 +66,7 @@ HEAD-SNAPSHOT - 1.0.2 + 1.0.3 11 11 UTF-8 From fe0c841aeb1fcefa97b0bbd66f0267ac9b4174e7 Mon Sep 17 00:00:00 2001 From: "Ahmad K. Bawaneh" Date: Mon, 27 Nov 2023 11:20:21 +0300 Subject: [PATCH 2/3] update dependencies --- .github/workflows/deploy.yaml | 2 +- domino-jackson-processor/pom.xml | 31 ++++++++++++++++++++++++------- pom.xml | 9 +++++---- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 202ec88..5847721 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -55,7 +55,7 @@ jobs: name: Install gpg secret key run: | cat <(echo -e "${{ secrets.gpg_private_key }}") | gpg --batch --import - - name: publish to snapshot + - name: publish run: mvn --no-transfer-progress clean deploy -B -e -Dci=true -Dgpg.passphrase=${{ secrets.gpg_passphrase }} env: SONATYPE_USERNAME: ${{ secrets.nexus_username }} diff --git a/domino-jackson-processor/pom.xml b/domino-jackson-processor/pom.xml index d0cda3f..5809822 100644 --- a/domino-jackson-processor/pom.xml +++ b/domino-jackson-processor/pom.xml @@ -18,26 +18,43 @@ - + com.google.errorprone error_prone_annotations - 2.3.1 + 2.23.0 + com.google.guava guava - 32.0.1-jre + 32.1.3-jre + + org.apache.commons commons-lang3 - 3.4 + 3.14.0 + + com.google.auto auto-common - 0.11 + 1.2.2 + + + + com.google.truth + truth + 1.1.5 + test + + + org.checkerframework + checker-qual + 3.35.0 @@ -46,7 +63,7 @@ org.dominokit domino-apt-commons - 1.0.3 + 1.0.5 org.gwtproject @@ -76,7 +93,7 @@ com.google.testing.compile compile-testing - 0.19 + 0.21.0 test diff --git a/pom.xml b/pom.xml index 762b4a8..c55dc63 100644 --- a/pom.xml +++ b/pom.xml @@ -72,8 +72,6 @@ UTF-8 UTF-8 - 2.16.0 - 3.11.0 3.0.1 2.10.4 @@ -85,6 +83,8 @@ 3.0 3.0.0-M1 1.1.0 + + 2.16.0 1.2.1 1.0.2 @@ -98,12 +98,13 @@ pom import - + commons-codec commons-codec - 1.10 + 1.16.0 + xml-apis xml-apis From 5ad603c1acb34b7d4e3b74c30df4519b8eda139a Mon Sep 17 00:00:00 2001 From: "Ahmad K. Bawaneh" Date: Mon, 27 Nov 2023 11:25:05 +0300 Subject: [PATCH 3/3] Update versions for release --- domino-jackson-processor/pom.xml | 2 +- domino-jackson/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/domino-jackson-processor/pom.xml b/domino-jackson-processor/pom.xml index 5809822..5a2fa53 100644 --- a/domino-jackson-processor/pom.xml +++ b/domino-jackson-processor/pom.xml @@ -6,7 +6,7 @@ org.dominokit domino-jackson-parent - HEAD-SNAPSHOT + 1.0.3 domino-jackson-processor diff --git a/domino-jackson/pom.xml b/domino-jackson/pom.xml index f15a0c1..6be6694 100644 --- a/domino-jackson/pom.xml +++ b/domino-jackson/pom.xml @@ -6,7 +6,7 @@ org.dominokit domino-jackson-parent - HEAD-SNAPSHOT + 1.0.3 domino-jackson diff --git a/pom.xml b/pom.xml index c55dc63..464a099 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.dominokit domino-jackson-parent - HEAD-SNAPSHOT + 1.0.3 pom domino-jackson-parent