From b6aa6a1555ed0a3da8588a210f42dfcd03176f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:11:36 +0000 Subject: [PATCH 01/14] Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 Bumps nexus-staging-maven-plugin from 1.6.8 to 1.6.13. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-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 50191b0ea..ea8e06100 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ 1.6.2 2.1.1 4.1 - 1.6.8 + 1.6.13 UTF-8 From 6b9cb8b34e4272e174a039001d13deb6af6487e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:11:38 +0000 Subject: [PATCH 02/14] Bump JamesIves/github-pages-deploy-action from 4.2.5 to 4.4.1 Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.2.5 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.2.5...v4.4.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70b374bba..fe624852a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: run: $MVN javadoc:javadoc - name: Publish id: publish - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: apidoc folder: ./target/site/apidocs From b06549f106e093a4649605540032758171956513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:11:42 +0000 Subject: [PATCH 03/14] Bump actions/setup-java from 2 to 3 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 10 +++++----- .github/workflows/verify.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70b374bba..362e53929 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Set up JDK id: setup-jdk - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: 11 distribution: temurin @@ -28,7 +28,7 @@ jobs: run: $MVN package - name: Set up Maven Settings id: setup-maven-settings - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: # running setup-java again overwrites the settings.xml java-version: 11 distribution: temurin @@ -70,7 +70,7 @@ jobs: sed -i -f sed/import.sed src/main/java/org/jboss/elemento/HtmlContent.java - name: Set up JDK id: setup-jdk - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: 11 distribution: temurin @@ -80,7 +80,7 @@ jobs: run: $MVN package - name: Set up Maven Settings id: setup-maven-settings - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: # running setup-java again overwrites the settings.xml java-version: 11 distribution: temurin @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@v3 - name: Set up JDK id: setup-jdk - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: 11 distribution: temurin diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index cc78ba669..694deae62 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Set up JDK id: setup-jdk - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: '11' distribution: 'temurin' From 38407953a850d103aa18e5ea79523032a9565f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:11:47 +0000 Subject: [PATCH 04/14] Bump formatter-maven-plugin from 2.17.0 to 2.21.0 Bumps [formatter-maven-plugin](https://github.com/revelc/formatter-maven-plugin) from 2.17.0 to 2.21.0. - [Release notes](https://github.com/revelc/formatter-maven-plugin/releases) - [Changelog](https://github.com/revelc/formatter-maven-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/revelc/formatter-maven-plugin/compare/formatter-maven-plugin-2.17.0...formatter-maven-plugin-2.21.0) --- updated-dependencies: - dependency-name: net.revelc.code.formatter:formatter-maven-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 50191b0ea..e484c1367 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ 3.1.1 3.0.0-M3 - 2.17.0 + 2.21.0 1.6.2 2.1.1 4.1 From 49b1f97baf6c97ca43aeb92f121950cba0ffd56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:15:12 +0000 Subject: [PATCH 05/14] Bump impsort-maven-plugin from 1.6.2 to 1.8.0 Bumps [impsort-maven-plugin](https://github.com/revelc/impsort-maven-plugin) from 1.6.2 to 1.8.0. - [Release notes](https://github.com/revelc/impsort-maven-plugin/releases) - [Commits](https://github.com/revelc/impsort-maven-plugin/compare/impsort-maven-plugin-1.6.2...impsort-maven-plugin-1.8.0) --- updated-dependencies: - dependency-name: net.revelc.code:impsort-maven-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 463f5625a..f66e044bf 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ 3.1.1 3.0.0-M3 2.21.0 - 1.6.2 + 1.8.0 2.1.1 4.1 1.6.13 From d80a4f0e4acd05ad12e61d42621701af642a8bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:33:18 +0000 Subject: [PATCH 06/14] Bump formatter-maven-plugin from 2.21.0 to 2.22.0 Bumps [formatter-maven-plugin](https://github.com/revelc/formatter-maven-plugin) from 2.21.0 to 2.22.0. - [Release notes](https://github.com/revelc/formatter-maven-plugin/releases) - [Changelog](https://github.com/revelc/formatter-maven-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/revelc/formatter-maven-plugin/compare/formatter-maven-plugin-2.21.0...formatter-maven-plugin-2.22.0) --- updated-dependencies: - dependency-name: net.revelc.code.formatter:formatter-maven-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 f66e044bf..b29b4208f 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ 3.1.1 3.0.0-M3 - 2.21.0 + 2.22.0 1.8.0 2.1.1 4.1 From 49fc31109d53390837d186a8cc5283906841b93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 19:30:09 +0000 Subject: [PATCH 07/14] Bump license-maven-plugin from 4.1 to 4.2 Bumps license-maven-plugin from 4.1 to 4.2. --- updated-dependencies: - dependency-name: com.mycila:license-maven-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 b29b4208f..11ca1621d 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ 2.22.0 1.8.0 2.1.1 - 4.1 + 4.2 1.6.13 From 0b738095ca054c2fbf896ab9dab2b38fc03780bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 20:02:09 +0000 Subject: [PATCH 08/14] Bump junit-bom from 5.9.2 to 5.9.3 Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom 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 11ca1621d..0a9b15124 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 1.1.0 1.0.0-RC1 1.0.0-RC1 - 5.9.2 + 5.9.3 3.1.1 From 8e8b2c592eb640f1af4148a1452660a016a944c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 20:12:22 +0000 Subject: [PATCH 09/14] Bump impsort-maven-plugin from 1.8.0 to 1.9.0 Bumps [impsort-maven-plugin](https://github.com/revelc/impsort-maven-plugin) from 1.8.0 to 1.9.0. - [Commits](https://github.com/revelc/impsort-maven-plugin/compare/impsort-maven-plugin-1.8.0...impsort-maven-plugin-1.9.0) --- updated-dependencies: - dependency-name: net.revelc.code:impsort-maven-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 0a9b15124..7604b4b95 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ 3.1.1 3.0.0-M3 2.22.0 - 1.8.0 + 1.9.0 2.1.1 4.2 1.6.13 From 4600f81e43604d0071af047961836aefe46b45e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 20:03:35 +0000 Subject: [PATCH 10/14] Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8833db00..d3c3dbd2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: run: $MVN javadoc:javadoc - name: Publish id: publish - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.2 with: branch: apidoc folder: ./target/site/apidocs From 6c8dd3690129eb1779cc0c2bed465cb1895ae7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:02:14 +0000 Subject: [PATCH 11/14] Bump formatter-maven-plugin from 2.22.0 to 2.23.0 Bumps [formatter-maven-plugin](https://github.com/revelc/formatter-maven-plugin) from 2.22.0 to 2.23.0. - [Changelog](https://github.com/revelc/formatter-maven-plugin/blob/formatter-maven-plugin-2.23.0/CHANGELOG.md) - [Commits](https://github.com/revelc/formatter-maven-plugin/compare/formatter-maven-plugin-2.22.0...formatter-maven-plugin-2.23.0) --- updated-dependencies: - dependency-name: net.revelc.code.formatter:formatter-maven-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 7604b4b95..14c5b94e9 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ 3.1.1 3.0.0-M3 - 2.22.0 + 2.23.0 1.9.0 2.1.1 4.2 From ebd1b6d3f77ee9f078f97c1607bdb90c71aead40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 19:59:19 +0000 Subject: [PATCH 12/14] Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3c3dbd2c..d04ea3752 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: run: $MVN javadoc:javadoc - name: Publish id: publish - uses: JamesIves/github-pages-deploy-action@v4.4.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: apidoc folder: ./target/site/apidocs From 9f4e073f56a8702ccec579a53065f849b30ec1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:23:17 +0000 Subject: [PATCH 13/14] Bump org.junit:junit-bom from 5.9.3 to 5.10.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom 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 14c5b94e9..044f7d2c0 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 1.1.0 1.0.0-RC1 1.0.0-RC1 - 5.9.3 + 5.10.0 3.1.1 From 7900f174d57e775fbe091e4ea12faa5ccbe61129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:33:40 +0000 Subject: [PATCH 14/14] Bump version.elemental2 from 1.1.0 to 1.2.0 Bumps `version.elemental2` from 1.1.0 to 1.2.0. Updates `com.google.elemental2:elemental2-core` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/google/elemental2/releases) - [Commits](https://github.com/google/elemental2/compare/1.1.0...1.2.0) Updates `com.google.elemental2:elemental2-dom` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/google/elemental2/releases) - [Commits](https://github.com/google/elemental2/compare/1.1.0...1.2.0) Updates `com.google.elemental2:elemental2-webstorage` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/google/elemental2/releases) - [Commits](https://github.com/google/elemental2/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: com.google.elemental2:elemental2-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.elemental2:elemental2-dom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.elemental2:elemental2-webstorage 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 044f7d2c0..61b16e00a 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ 1.0.8.Final - 1.1.0 + 1.2.0 1.0.0-RC1 1.0.0-RC1 5.10.0