From 0b560a17f88b866f676ab6fb82adb8d1fc2673eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 05:53:10 +0000 Subject: [PATCH 1/5] build(deps): bump org.apache.commons:commons-exec from 1.3 to 1.4.0 Bumps org.apache.commons:commons-exec from 1.3 to 1.4.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-exec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example-github-with-coroutine/pom.xml | 2 +- example-github/pom.xml | 2 +- example-wikipedia-with-springboot/pom.xml | 2 +- example-wikipedia/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example-github-with-coroutine/pom.xml b/example-github-with-coroutine/pom.xml index 1eaf8e29a2..bfb83187db 100644 --- a/example-github-with-coroutine/pom.xml +++ b/example-github-with-coroutine/pom.xml @@ -47,7 +47,7 @@ org.apache.commons commons-exec - 1.3 + 1.4.0 test diff --git a/example-github/pom.xml b/example-github/pom.xml index 49f350f89e..e90c7640f4 100644 --- a/example-github/pom.xml +++ b/example-github/pom.xml @@ -43,7 +43,7 @@ org.apache.commons commons-exec - 1.3 + 1.4.0 test diff --git a/example-wikipedia-with-springboot/pom.xml b/example-wikipedia-with-springboot/pom.xml index f96e1132fa..93db40db74 100644 --- a/example-wikipedia-with-springboot/pom.xml +++ b/example-wikipedia-with-springboot/pom.xml @@ -61,7 +61,7 @@ org.apache.commons commons-exec - 1.3 + 1.4.0 test diff --git a/example-wikipedia/pom.xml b/example-wikipedia/pom.xml index 2cb37dbefa..ef5bc78742 100644 --- a/example-wikipedia/pom.xml +++ b/example-wikipedia/pom.xml @@ -44,7 +44,7 @@ org.apache.commons commons-exec - 1.3 + 1.4.0 test From 05ef19b54a24b0dc7535f3c2241fdaa7d3708304 Mon Sep 17 00:00:00 2001 From: Marvin Date: Mon, 8 Jan 2024 19:03:35 +1300 Subject: [PATCH 2/5] Update pom.xml license year --- example-github-with-coroutine/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-github-with-coroutine/pom.xml b/example-github-with-coroutine/pom.xml index bfb83187db..549ec2e2b6 100644 --- a/example-github-with-coroutine/pom.xml +++ b/example-github-with-coroutine/pom.xml @@ -1,7 +1,7 @@