From c1a715c59a0aacf78fa17965464b3c558966c64c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:36:18 +0000 Subject: [PATCH 1/3] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.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 ab94f6bff..8cba71ece 100644 --- a/pom.xml +++ b/pom.xml @@ -208,7 +208,7 @@ it has to be correct. --> org.apache.maven.plugins maven-javadoc-plugin - 3.11.1 + 3.11.2 attach-javadoc From 2f4520cc5e86c54ad1f8af6a653d3c0e7465ef86 Mon Sep 17 00:00:00 2001 From: schlichtig Date: Fri, 13 Dec 2024 13:31:57 +0100 Subject: [PATCH 2/3] Allow build_and_test.yml to be triggered manually GitHub bot PRs do not trigger build actions. Therefore, we allow them to be triggered manually for the merge queue. --- .github/workflows/build_and_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 4efc3ade8..391b9bebf 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -8,6 +8,7 @@ on: - develop pull_request: types: [opened, reopened] + workflow_dispatch: env: JAVA_VERSION: 17 From 0393b3fc4e9d2e7c558da3f80bf714b1a803a8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:46:56 +0000 Subject: [PATCH 3/3] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.1 to 3.9.0 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.8.1...maven-invoker-plugin-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- HeadlessJavaScanner/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HeadlessJavaScanner/pom.xml b/HeadlessJavaScanner/pom.xml index 6e3ae199f..fe1d978b3 100644 --- a/HeadlessJavaScanner/pom.xml +++ b/HeadlessJavaScanner/pom.xml @@ -54,7 +54,7 @@ org.apache.maven.plugins maven-invoker-plugin - 3.8.1 + 3.9.0 test