From 5c469e343c6939ee9f2d2c44b1bb580bdafe8720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:27:00 +0000 Subject: [PATCH 1/8] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.2 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.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.5.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-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 c397a42..c79387b 100644 --- a/pom.xml +++ b/pom.xml @@ -256,7 +256,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.2 aggregate From 29171edb1cae83b1815193294b40e1e5a3250116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:27:08 +0000 Subject: [PATCH 2/8] Bump com.sun.xml.bind:jaxb-impl from 4.0.2 to 4.0.4 Bumps com.sun.xml.bind:jaxb-impl from 4.0.2 to 4.0.4. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webdav/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdav/pom.xml b/webdav/pom.xml index cdaac9c..c6d6241 100644 --- a/webdav/pom.xml +++ b/webdav/pom.xml @@ -81,7 +81,7 @@ com.sun.xml.bind jaxb-impl - 4.0.2 + 4.0.4 test From 9b3fafd6889ba024ba8cf7702e92cd793aa1a557 Mon Sep 17 00:00:00 2001 From: Martin Goldhahn Date: Sun, 19 Nov 2023 19:29:44 +0100 Subject: [PATCH 3/8] fixed error during site generation with new javadoc plugin, added site generation ti CI pipeline --- .github/workflows/maven.yml | 2 ++ pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f5e539e..6b1c9ad 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,3 +24,5 @@ jobs: cache: maven - name: Build with Maven run: mvn -B verify + - name: Maven Site + run: mvn -B site site:stage diff --git a/pom.xml b/pom.xml index 2f402b9..148f995 100644 --- a/pom.xml +++ b/pom.xml @@ -246,7 +246,7 @@ github Deployment through GitHub's site deployment plugin - site/${project.version} + https://maddingo.github.io/nio-fs-provider/site/${project.version} @@ -298,10 +298,10 @@ dependencies dependency-convergence dependency-info - project-team - cim + team + issue-management scm - license + licenses plugins From ce6dda600f00ed43513f3e308ae79ab95bd7d212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:33:44 +0000 Subject: [PATCH 4/8] Bump org.junit:junit-bom from 5.9.2 to 5.10.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.2 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.10.1) --- 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 148f995..92a00c0 100644 --- a/pom.xml +++ b/pom.xml @@ -328,7 +328,7 @@ org.junit junit-bom - 5.9.2 + 5.10.1 pom import From 772b8d199bf5ad6f83309554831c02acec1e81fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:33:53 +0000 Subject: [PATCH 5/8] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.3.0 to 3.3.1. - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.3.0...jxr-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jxr-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 148f995..bb8e2bb 100644 --- a/pom.xml +++ b/pom.xml @@ -269,7 +269,7 @@ org.apache.maven.plugins maven-jxr-plugin - 3.3.0 + 3.3.1 aggregate From d8c5e30b15ba0e0933dc70ec0d74aced5ce839f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:33:59 +0000 Subject: [PATCH 6/8] Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-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 148f995..de0d4a7 100644 --- a/pom.xml +++ b/pom.xml @@ -147,7 +147,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 org.sonarsource.scanner.maven From bd8101f3dcb13f0fa9490ac4d5a9502e15021158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:34:02 +0000 Subject: [PATCH 7/8] Bump org.apache.sshd:sshd-core from 2.9.2 to 2.11.0 Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from 2.9.2 to 2.11.0. - [Release notes](https://github.com/apache/mina-sshd/releases) - [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md) - [Commits](https://github.com/apache/mina-sshd/compare/sshd-2.9.2...sshd-2.11.0) --- updated-dependencies: - dependency-name: org.apache.sshd:sshd-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sftp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sftp/pom.xml b/sftp/pom.xml index c59bdf3..54aa9ca 100644 --- a/sftp/pom.xml +++ b/sftp/pom.xml @@ -36,7 +36,7 @@ org.apache.sshd sshd-core - 2.9.2 + 2.11.0 test From 1c9817e5f1233474fa7cb3c80a86678cbe991c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:56:37 +0000 Subject: [PATCH 8/8] Bump org.testcontainers:testcontainers-bom from 1.17.5 to 1.19.3 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.17.5 to 1.19.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.5...1.19.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-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 148f995..52533f0 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ org.testcontainers testcontainers-bom - 1.17.5 + 1.19.3 pom import