This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 4eef9f27708 kie-issues#1600: address additional vulnerabilities (#2721)
4eef9f27708 is described below

commit 4eef9f277083a9cf8d554ceab12bd0e3a4700711
Author: Alex Porcelli <[email protected]>
AuthorDate: Fri Nov 1 15:10:48 2024 -0400

    kie-issues#1600: address additional vulnerabilities (#2721)
---
 .ci/incubator-kie-tools-ci-build.Dockerfile        |   4 +-
 .github/actions/setup-env/action.yml               |   4 +-
 README.md                                          |   2 +-
 devbox.json                                        |   2 +-
 devbox.lock                                        | 432 ++-------------------
 .../pom.xml                                        |   6 +-
 packages/kn-plugin-workflow/README.md              |   2 +-
 repo/build-dependencies-versions.json              |   2 +-
 8 files changed, 51 insertions(+), 403 deletions(-)

diff --git a/.ci/incubator-kie-tools-ci-build.Dockerfile 
b/.ci/incubator-kie-tools-ci-build.Dockerfile
index 588fe32eb9b..64c2eb3226b 100644
--- a/.ci/incubator-kie-tools-ci-build.Dockerfile
+++ b/.ci/incubator-kie-tools-ci-build.Dockerfile
@@ -100,8 +100,8 @@ RUN curl -s "https://get.sdkman.io"; | bash && \
     sdk flush
 
 # Golang setup
-RUN wget https://go.dev/dl/go1.21.9.linux-amd64.tar.gz -P /tmp && \
-    sudo tar xzf /tmp/go1.21.9.linux-amd64.tar.gz -C /opt && rm 
/tmp/go1.21.9.linux-amd64.tar.gz && \
+RUN wget https://go.dev/dl/go1.21.13.linux-amd64.tar.gz -P /tmp && \
+    sudo tar xzf /tmp/go1.21.13.linux-amd64.tar.gz -C /opt && rm 
/tmp/go1.21.13.linux-amd64.tar.gz && \
     echo 'export GOPATH=${HOME}/go' | sudo tee /etc/profile.d/go.sh && \
     echo 'export PATH=${PATH}:/opt/go/bin:${GOPATH}/bin' | sudo tee -a 
/etc/profile.d/go.sh && \
     echo "source /etc/profile.d/go.sh" >> $HOME/.bashrc && \
diff --git a/.github/actions/setup-env/action.yml 
b/.github/actions/setup-env/action.yml
index 8650d034673..3a07a5ec18a 100644
--- a/.github/actions/setup-env/action.yml
+++ b/.github/actions/setup-env/action.yml
@@ -77,10 +77,10 @@ runs:
         java-version: 17
         distribution: "temurin"
 
-    - name: "Set up GOLANG 1.21.9"
+    - name: "Set up GOLANG 1.21.13"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.21.9"
+        go-version: "1.21.13"
 
     - name: "Set up Maven"
       uses: stCarolas/setup-maven@v5
diff --git a/README.md b/README.md
index 052e4d56144..9af78d4f2a6 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ To build and test all packages of the Apache KIE Tools 
project, you're going to
 - pnpm `9.3.0` _(To install, follow these instructions: 
https://pnpm.io/installation#using-npm)_
 - Maven `3.9.6`
 - Java `17`
-- Go `1.21.9` _(To install, follow these instructions: 
https://go.dev/doc/install)_
+- Go `1.21.13` _(To install, follow these instructions: 
https://go.dev/doc/install)_
 - Python `3.12` _(To install, follow these instructions: 
https://www.python.org/downloads/)_
 - Helm `3.13.3` _(To install, follow these instructions: 
https://helm.sh/docs/intro/install/)_
 - Make
diff --git a/devbox.json b/devbox.json
index 0268f10a97a..c86545e5c32 100644
--- a/devbox.json
+++ b/devbox.json
@@ -6,7 +6,7 @@
     "maven": "3.9.6",
     "kubernetes-helm": "3.13.3",
     "gnumake": "4.4.1",
-    "go": "1.21.9",
+    "go": "1.21.13",
     "python": "3.12.2",
     "libxml2": "2.13.3"
   },
diff --git a/devbox.lock b/devbox.lock
index e44362293a1..309462aaba7 100644
--- a/devbox.lock
+++ b/devbox.lock
@@ -2,142 +2,42 @@
   "lockfile_version": "1",
   "packages": {
     "[email protected]": {
-      "last_modified": "2024-03-22T11:26:23Z",
-      "resolved": 
"github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351#gnumake",
+      "last_modified": "2024-10-13T23:44:06Z",
+      "resolved": 
"github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#gnumake",
       "source": "devbox-search",
       "version": "4.4.1",
       "systems": {
         "aarch64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/d9wnf8z9xpl90kghagl5jh3lncqc893q-gnumake-4.4.1",
-              "default": true
-            },
-            {
-              "name": "man",
-              "path": 
"/nix/store/cj2kz1p6fzkxyr6s2a6h2kkz6vy3hs66-gnumake-4.4.1-man",
-              "default": true
-            },
-            {
-              "name": "info",
-              "path": 
"/nix/store/rkg39gf40dyllcppicbl2jjmx5jgfasz-gnumake-4.4.1-info"
-            }
-          ],
-          "store_path": 
"/nix/store/d9wnf8z9xpl90kghagl5jh3lncqc893q-gnumake-4.4.1"
+          "store_path": 
"/nix/store/xqd18p6bfh63xgy6r27ryj43m05sygfd-gnumake-4.4.1"
         },
         "aarch64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/fff78x6lxmsmhzkcijpia3pac6gy2hfs-gnumake-4.4.1",
-              "default": true
-            },
-            {
-              "name": "man",
-              "path": 
"/nix/store/l4m6k61i066b84f24pfgspy5anm0ic55-gnumake-4.4.1-man",
-              "default": true
-            },
-            {
-              "name": "debug",
-              "path": 
"/nix/store/xwwa9jvl8wkvzslh9f4f9paqd66jxhdy-gnumake-4.4.1-debug"
-            },
-            {
-              "name": "info",
-              "path": 
"/nix/store/h7g4d56a69cchg4ph7rgaqwy8xvrfk8c-gnumake-4.4.1-info"
-            }
-          ],
-          "store_path": 
"/nix/store/fff78x6lxmsmhzkcijpia3pac6gy2hfs-gnumake-4.4.1"
+          "store_path": 
"/nix/store/7vavvidkcwpkcv7vl2k695w1sj3d0v6d-gnumake-4.4.1"
         },
         "x86_64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/224fzspjyx3mwc050v2bi9bikiq3h417-gnumake-4.4.1",
-              "default": true
-            },
-            {
-              "name": "man",
-              "path": 
"/nix/store/fxrnymr71z4q2bs91zsnwqqah976wz10-gnumake-4.4.1-man",
-              "default": true
-            },
-            {
-              "name": "info",
-              "path": 
"/nix/store/pn0agdr8mqyz1hndxldrzgz073r2javv-gnumake-4.4.1-info"
-            }
-          ],
-          "store_path": 
"/nix/store/224fzspjyx3mwc050v2bi9bikiq3h417-gnumake-4.4.1"
+          "store_path": 
"/nix/store/1f90m5f11kfyyg198qblv1x7blycfvfd-gnumake-4.4.1"
         },
         "x86_64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/x1aqq14561lsgck9ii5dfibpf58jy7d9-gnumake-4.4.1",
-              "default": true
-            },
-            {
-              "name": "man",
-              "path": 
"/nix/store/1y6xvn5ff1b4h5vc0sx4kr0ad5h93viq-gnumake-4.4.1-man",
-              "default": true
-            },
-            {
-              "name": "debug",
-              "path": 
"/nix/store/r8yg8v3x21rvpzjzjqvgzmrdqvg3hqwy-gnumake-4.4.1-debug"
-            },
-            {
-              "name": "info",
-              "path": 
"/nix/store/2mrrh6f51cncy67i3xxj1s2f4i99djwh-gnumake-4.4.1-info"
-            }
-          ],
-          "store_path": 
"/nix/store/x1aqq14561lsgck9ii5dfibpf58jy7d9-gnumake-4.4.1"
+          "store_path": 
"/nix/store/w44ahngg3y69rpq62f4agzl747y872as-gnumake-4.4.1"
         }
       }
     },
-    "[email protected]": {
-      "last_modified": "2024-04-19T17:36:04-04:00",
-      "resolved": 
"github:NixOS/nixpkgs/92d295f588631b0db2da509f381b4fb1e74173c5#go_1_21",
+    "[email protected]": {
+      "last_modified": "2024-09-10T15:01:03Z",
+      "resolved": 
"github:NixOS/nixpkgs/5ed627539ac84809c78b2dd6d26a5cebeb5ae269#go_1_21",
       "source": "devbox-search",
-      "version": "1.21.9",
+      "version": "1.21.13",
       "systems": {
         "aarch64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": "/nix/store/hnqasgvlimar5j7k0kpbbbxbkn8zn1sj-go-1.21.9",
-              "default": true
-            }
-          ],
-          "store_path": "/nix/store/hnqasgvlimar5j7k0kpbbbxbkn8zn1sj-go-1.21.9"
+          "store_path": 
"/nix/store/59bymri4pr8mq5zh678smrf381i3fmy2-go-1.21.13"
         },
         "aarch64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": "/nix/store/1j8kg9v5zck8j2vnxng7qg9fd7kmmahm-go-1.21.9",
-              "default": true
-            }
-          ],
-          "store_path": "/nix/store/1j8kg9v5zck8j2vnxng7qg9fd7kmmahm-go-1.21.9"
+          "store_path": 
"/nix/store/7dqbqicx8szqnyzag6l41gwbjmh1xdk0-go-1.21.13"
         },
         "x86_64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": "/nix/store/hy3h296ckqcdrm4bq8gxwrrpgfi84lxm-go-1.21.9",
-              "default": true
-            }
-          ],
-          "store_path": "/nix/store/hy3h296ckqcdrm4bq8gxwrrpgfi84lxm-go-1.21.9"
+          "store_path": 
"/nix/store/ws9bs446vgwmxchqnpjp9503x420iz75-go-1.21.13"
         },
         "x86_64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": "/nix/store/r9qdln83ffwmhjrl20byxxxav645mb5b-go-1.21.9",
-              "default": true
-            }
-          ],
-          "store_path": "/nix/store/r9qdln83ffwmhjrl20byxxxav645mb5b-go-1.21.9"
+          "store_path": 
"/nix/store/yij3vkkjv7ghn055v0rqhbjzyh0dy4nq-go-1.21.13"
         }
       }
     },
@@ -148,366 +48,110 @@
       "version": "3.13.3",
       "systems": {
         "aarch64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/s15ghsgbb8ziwm5wzd547gh8h0pv54wa-kubernetes-helm-3.13.3",
-              "default": true
-            }
-          ],
           "store_path": 
"/nix/store/s15ghsgbb8ziwm5wzd547gh8h0pv54wa-kubernetes-helm-3.13.3"
         },
         "aarch64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/gp97zk09cv9b3kd6x0df5p6i2lijclqy-kubernetes-helm-3.13.3",
-              "default": true
-            }
-          ],
           "store_path": 
"/nix/store/gp97zk09cv9b3kd6x0df5p6i2lijclqy-kubernetes-helm-3.13.3"
         },
         "x86_64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/iia083d6skha9sg80plvjjfzql2by8rc-kubernetes-helm-3.13.3",
-              "default": true
-            }
-          ],
           "store_path": 
"/nix/store/iia083d6skha9sg80plvjjfzql2by8rc-kubernetes-helm-3.13.3"
         },
         "x86_64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/jv37f1mm61bspinaw9q2hq67vn9qydyk-kubernetes-helm-3.13.3",
-              "default": true
-            }
-          ],
           "store_path": 
"/nix/store/jv37f1mm61bspinaw9q2hq67vn9qydyk-kubernetes-helm-3.13.3"
         }
       }
     },
     "[email protected]": {
-      "last_modified": "2024-09-12T11:58:09Z",
-      "resolved": 
"github:NixOS/nixpkgs/280db3decab4cbeb22a4599bd472229ab74d25e1#libxml2",
+      "last_modified": "2024-10-08T08:54:18Z",
+      "resolved": 
"github:NixOS/nixpkgs/a2eacc0c62c0537bd1a7a60c1f91d1f3a59fd013#libxml2",
       "source": "devbox-search",
       "version": "2.13.3",
       "systems": {
         "aarch64-darwin": {
-          "outputs": [
-            {
-              "name": "bin",
-              "path": 
"/nix/store/7gi1kd2mz9jc8ya4lkqhlv9vklc5qr2j-libxml2-2.13.3-bin",
-              "default": true
-            },
-            {
-              "name": "dev",
-              "path": 
"/nix/store/mnij865rdzrrnxqmhj4s0abmd1xx771v-libxml2-2.13.3-dev"
-            },
-            {
-              "name": "devdoc",
-              "path": 
"/nix/store/80bkizndgvrqiq42ig681irxswsf4kxv-libxml2-2.13.3-devdoc"
-            },
-            {
-              "name": "out",
-              "path": 
"/nix/store/sr8lnkgivqcd06113nsk5p3jz2xcx7rp-libxml2-2.13.3"
-            }
-          ],
           "store_path": 
"/nix/store/7gi1kd2mz9jc8ya4lkqhlv9vklc5qr2j-libxml2-2.13.3-bin"
         },
         "aarch64-linux": {
-          "outputs": [
-            {
-              "name": "bin",
-              "path": 
"/nix/store/gxpp5r2nbs3s0n5rw0jbnm1k5lhxrx13-libxml2-2.13.3-bin",
-              "default": true
-            },
-            {
-              "name": "devdoc",
-              "path": 
"/nix/store/0qnymx6l3c7998yscwvr1q64iz447hfc-libxml2-2.13.3-devdoc"
-            },
-            {
-              "name": "out",
-              "path": 
"/nix/store/da857dg9ip02lkci5nicgvkzf419jzc7-libxml2-2.13.3"
-            },
-            {
-              "name": "py",
-              "path": 
"/nix/store/qfpnqradhvhicl1hm70w7891bk95lkad-libxml2-2.13.3-py"
-            },
-            {
-              "name": "dev",
-              "path": 
"/nix/store/dph7mh2dhl8sl4i44wlgnmsrwdlcv0bc-libxml2-2.13.3-dev"
-            }
-          ],
           "store_path": 
"/nix/store/gxpp5r2nbs3s0n5rw0jbnm1k5lhxrx13-libxml2-2.13.3-bin"
         },
         "x86_64-darwin": {
-          "outputs": [
-            {
-              "name": "bin",
-              "path": 
"/nix/store/gg4x2l8wy3lkd94bxpl0z7gnn9pa365i-libxml2-2.13.3-bin",
-              "default": true
-            },
-            {
-              "name": "dev",
-              "path": 
"/nix/store/pzakdvnmm99gic3mqyg8375b08dvkqxm-libxml2-2.13.3-dev"
-            },
-            {
-              "name": "devdoc",
-              "path": 
"/nix/store/xa27lhlrc2ya3i67g7nz53g64l3wqvjw-libxml2-2.13.3-devdoc"
-            },
-            {
-              "name": "out",
-              "path": 
"/nix/store/ac73mddfvraxgvd816r9h57df35mm6gd-libxml2-2.13.3"
-            }
-          ],
           "store_path": 
"/nix/store/gg4x2l8wy3lkd94bxpl0z7gnn9pa365i-libxml2-2.13.3-bin"
         },
         "x86_64-linux": {
-          "outputs": [
-            {
-              "name": "bin",
-              "path": 
"/nix/store/2y4a178s4w60v4m8749xhaawf8ga7cw5-libxml2-2.13.3-bin",
-              "default": true
-            },
-            {
-              "name": "dev",
-              "path": 
"/nix/store/v40g7q9zix1ycpyara08brd50m00471n-libxml2-2.13.3-dev"
-            },
-            {
-              "name": "devdoc",
-              "path": 
"/nix/store/cs49b70qkgygx0wxcl04dpy1d1g5vb91-libxml2-2.13.3-devdoc"
-            },
-            {
-              "name": "out",
-              "path": 
"/nix/store/nr8mh99sfsb1gw1b1qmrwhzmxbhj84j7-libxml2-2.13.3"
-            },
-            {
-              "name": "py",
-              "path": 
"/nix/store/p17nrcsmvb0q7b9g6347imljapbfcsb1-libxml2-2.13.3-py"
-            }
-          ],
           "store_path": 
"/nix/store/2y4a178s4w60v4m8749xhaawf8ga7cw5-libxml2-2.13.3-bin"
         }
       }
     },
     "[email protected]": {
-      "last_modified": "2024-03-22T11:26:23Z",
-      "resolved": 
"github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351#maven",
+      "last_modified": "2024-06-12T20:55:33Z",
+      "resolved": 
"github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#maven",
       "source": "devbox-search",
       "version": "3.9.6",
       "systems": {
         "aarch64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/0nqg520l3i11hzkbb6ws6i6jkpaqdqp7-apache-maven-3.9.6",
-              "default": true
-            }
-          ],
-          "store_path": 
"/nix/store/0nqg520l3i11hzkbb6ws6i6jkpaqdqp7-apache-maven-3.9.6"
+          "store_path": 
"/nix/store/anjg4vldn49by6biv5xnhqq1mg34pbf2-apache-maven-3.9.6"
         },
         "aarch64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/bjggvjn78xjazk370ynx2gy582rqgdf8-apache-maven-3.9.6",
-              "default": true
-            }
-          ],
-          "store_path": 
"/nix/store/bjggvjn78xjazk370ynx2gy582rqgdf8-apache-maven-3.9.6"
+          "store_path": 
"/nix/store/x0b2lf5938xbqkmyy0dy3m5scbzhn758-apache-maven-3.9.6"
         },
         "x86_64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/1mxga40yfvjvhsxr9z3hychg49f0gn95-apache-maven-3.9.6",
-              "default": true
-            }
-          ],
-          "store_path": 
"/nix/store/1mxga40yfvjvhsxr9z3hychg49f0gn95-apache-maven-3.9.6"
+          "store_path": 
"/nix/store/w6crqg0hzr9ywg4nfkiqhkfy9rscq5pz-apache-maven-3.9.6"
         },
         "x86_64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/ncvq15byzjpgvjq2mf7kxx89khx64ifn-apache-maven-3.9.6",
-              "default": true
-            }
-          ],
-          "store_path": 
"/nix/store/ncvq15byzjpgvjq2mf7kxx89khx64ifn-apache-maven-3.9.6"
+          "store_path": 
"/nix/store/21kyz6bqsr97gjd3lc8g600zc1cksd1d-apache-maven-3.9.6"
         }
       }
     },
     "[email protected]": {
-      "last_modified": "2024-05-22T06:18:38Z",
-      "plugin_version": "0.0.2",
-      "resolved": 
"github:NixOS/nixpkgs/3f316d2a50699a78afe5e77ca486ad553169061e#nodejs_20",
+      "last_modified": "2024-06-12T20:55:33Z",
+      "resolved": 
"github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#nodejs_20",
       "source": "devbox-search",
       "version": "20.12.2",
       "systems": {
         "aarch64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/bzzs4kvjyvjjhs3rj08vqpvvzmfggvbv-nodejs-20.12.2",
-              "default": true
-            },
-            {
-              "name": "libv8",
-              "path": 
"/nix/store/c56874bxzncqwy58kif6wfnzy017v1sl-nodejs-20.12.2-libv8"
-            }
-          ],
-          "store_path": 
"/nix/store/bzzs4kvjyvjjhs3rj08vqpvvzmfggvbv-nodejs-20.12.2"
+          "store_path": 
"/nix/store/ridvrr7dsnxpvh3f1sr41xiwvwk1nnkg-nodejs-20.12.2"
         },
         "aarch64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/y50zafzgnnkrj4hvmk23icv2ggvys8r9-nodejs-20.12.2",
-              "default": true
-            },
-            {
-              "name": "libv8",
-              "path": 
"/nix/store/vc7y8h3c8pwbh4zbvjcyfqrd3fhdjhw6-nodejs-20.12.2-libv8"
-            }
-          ],
-          "store_path": 
"/nix/store/y50zafzgnnkrj4hvmk23icv2ggvys8r9-nodejs-20.12.2"
+          "store_path": 
"/nix/store/ybhzncvkslqd0b9c3lp91l0wphjzczc8-nodejs-20.12.2"
         },
         "x86_64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/l53svh1nfrcb83qbqvrrkangrcl1rr25-nodejs-20.12.2",
-              "default": true
-            },
-            {
-              "name": "libv8",
-              "path": 
"/nix/store/q71hh22bfqjygd34gq16dv4dwfc33378-nodejs-20.12.2-libv8"
-            }
-          ],
-          "store_path": 
"/nix/store/l53svh1nfrcb83qbqvrrkangrcl1rr25-nodejs-20.12.2"
+          "store_path": 
"/nix/store/gxi71m2y8x1rl83dpr1g0x9yz3klrcb0-nodejs-20.12.2"
         },
         "x86_64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/6g9n96qf1yx139xklnmy3v4xhjvjgsji-nodejs-20.12.2",
-              "default": true
-            },
-            {
-              "name": "libv8",
-              "path": 
"/nix/store/s7b0dqga0311mvq48mirnlm0p3dr4gm3-nodejs-20.12.2-libv8"
-            }
-          ],
-          "store_path": 
"/nix/store/6g9n96qf1yx139xklnmy3v4xhjvjgsji-nodejs-20.12.2"
+          "store_path": 
"/nix/store/74a6mmrgxzcg9axl1gmdz3j2y1bjd13f-nodejs-20.12.2"
         }
       }
     },
     "[email protected]": {
-      "last_modified": "2024-03-22T11:26:23Z",
-      "plugin_version": "0.0.4",
-      "resolved": 
"github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351#python312",
+      "last_modified": "2024-04-02T02:53:36Z",
+      "resolved": 
"github:NixOS/nixpkgs/080a4a27f206d07724b88da096e27ef63401a504#python312",
       "source": "devbox-search",
       "version": "3.12.2",
       "systems": {
         "aarch64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/jc5jlynlx561ibqxd6sy12hcqc8p39c9-python3-3.12.2",
-              "default": true
-            }
-          ],
-          "store_path": 
"/nix/store/jc5jlynlx561ibqxd6sy12hcqc8p39c9-python3-3.12.2"
+          "store_path": 
"/nix/store/simlsc51c938d0vxhyl83dsf68xj8i7v-python3-3.12.2"
         },
         "aarch64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/n5yvl08kxz5llrdiwwxfxyy6wiq2g6lc-python3-3.12.2",
-              "default": true
-            },
-            {
-              "name": "debug",
-              "path": 
"/nix/store/bihg62nz0vqqski18cpyppwgqz62blrq-python3-3.12.2-debug"
-            }
-          ],
-          "store_path": 
"/nix/store/n5yvl08kxz5llrdiwwxfxyy6wiq2g6lc-python3-3.12.2"
+          "store_path": 
"/nix/store/zhfvydhmllj2k1vbb0lv40fq09awp7qr-python3-3.12.2"
         },
         "x86_64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/41yqb3sxsx22drhza74icn4x1gfh3h8m-python3-3.12.2",
-              "default": true
-            }
-          ],
-          "store_path": 
"/nix/store/41yqb3sxsx22drhza74icn4x1gfh3h8m-python3-3.12.2"
+          "store_path": 
"/nix/store/62ksbv6mp5cz2ggcpwal4j6a5biiy5r1-python3-3.12.2"
         },
         "x86_64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/7yh2ax34jd7fgf17mjfd3c6niw1h2hsj-python3-3.12.2",
-              "default": true
-            },
-            {
-              "name": "debug",
-              "path": 
"/nix/store/mq8jh0sl1lcpk592whzw96n52grhq8wl-python3-3.12.2-debug"
-            }
-          ],
-          "store_path": 
"/nix/store/7yh2ax34jd7fgf17mjfd3c6niw1h2hsj-python3-3.12.2"
+          "store_path": 
"/nix/store/fmwqa8nvva4sh18bqayzrilrzxq9fm0f-python3-3.12.2"
         }
       }
     },
     "[email protected]": {
-      "last_modified": "2024-04-02T02:53:36Z",
-      "resolved": 
"github:NixOS/nixpkgs/080a4a27f206d07724b88da096e27ef63401a504#temurin-bin-17",
+      "last_modified": "2024-06-12T20:55:33Z",
+      "resolved": 
"github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#temurin-bin-17",
       "source": "devbox-search",
       "version": "17.0.9",
       "systems": {
-        "aarch64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/236qmlpvwi6yanjck7hskxwmx1xz1srb-temurin-bin-17.0.9",
-              "default": true
-            }
-          ],
-          "store_path": 
"/nix/store/236qmlpvwi6yanjck7hskxwmx1xz1srb-temurin-bin-17.0.9"
-        },
         "aarch64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/bbv87h9707fqxz2fhd88jys0yb79kj6y-temurin-bin-17.0.9",
-              "default": true
-            }
-          ],
-          "store_path": 
"/nix/store/bbv87h9707fqxz2fhd88jys0yb79kj6y-temurin-bin-17.0.9"
-        },
-        "x86_64-darwin": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/p3ip7x2qpz8v11lp5xb4hxc4919ijz28-temurin-bin-17.0.9",
-              "default": true
-            }
-          ],
-          "store_path": 
"/nix/store/p3ip7x2qpz8v11lp5xb4hxc4919ijz28-temurin-bin-17.0.9"
+          "store_path": 
"/nix/store/xbkf0hfcaw0jbqf7pm70xwinn655pz50-temurin-bin-17.0.9"
         },
         "x86_64-linux": {
-          "outputs": [
-            {
-              "name": "out",
-              "path": 
"/nix/store/jg44fq69zhms7c4cvnd1hyzcxwhj7cm7-temurin-bin-17.0.9",
-              "default": true
-            }
-          ],
-          "store_path": 
"/nix/store/jg44fq69zhms7c4cvnd1hyzcxwhj7cm7-temurin-bin-17.0.9"
+          "store_path": 
"/nix/store/55gj16bms465y8giaf5jch2bbs12yrbf-temurin-bin-17.0.9"
         }
       }
     }
diff --git a/packages/dev-deployment-kogito-quarkus-blank-app/pom.xml 
b/packages/dev-deployment-kogito-quarkus-blank-app/pom.xml
index 0708db7b997..3102095aa91 100644
--- a/packages/dev-deployment-kogito-quarkus-blank-app/pom.xml
+++ b/packages/dev-deployment-kogito-quarkus-blank-app/pom.xml
@@ -49,7 +49,7 @@
     <version.maven.surefire.plugin>3.5.0</version.maven.surefire.plugin>
     <version.maven.install.plugin>3.1.3</version.maven.install.plugin>
     <version.maven.deploy.plugin>3.1.2</version.maven.deploy.plugin>
-    <version.maven.site.plugin>3.12.1</version.maven.site.plugin>
+    <version.maven.site.plugin>3.21.0</version.maven.site.plugin>
     <version.maven.dependency.plugin>3.6.1</version.maven.dependency.plugin>
     <version.maven.jar.plugin>3.4.1</version.maven.jar.plugin>
     <version.maven.clean.plugin>3.4.0</version.maven.clean.plugin>
@@ -223,6 +223,10 @@
     </resources>
     <pluginManagement>
       <plugins>
+        <plugin>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>${version.maven.clean.plugin}</version>
+        </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
           <version>${version.maven.site.plugin}</version>
diff --git a/packages/kn-plugin-workflow/README.md 
b/packages/kn-plugin-workflow/README.md
index f24b89800ee..45874ca3ac0 100644
--- a/packages/kn-plugin-workflow/README.md
+++ b/packages/kn-plugin-workflow/README.md
@@ -29,7 +29,7 @@ All the commands in this section should be performed in the 
monorepo root.
 
 - Node `>= 20.14.0` _(To install, follow these instructions: 
https://nodejs.org/en/download/package-manager/)_
 - pnpm `9.3.0` _(To install, follow these instructions: 
https://pnpm.io/installation)_
-- Go `1.21.9` _(To install, follow these instructions: 
https://go.dev/doc/install)_
+- Go `1.21.13` _(To install, follow these instructions: 
https://go.dev/doc/install)_
 
 #### Prerequisites for running end-to-end tests
 
diff --git a/repo/build-dependencies-versions.json 
b/repo/build-dependencies-versions.json
index c64251c8d05..aa85afb0c96 100644
--- a/repo/build-dependencies-versions.json
+++ b/repo/build-dependencies-versions.json
@@ -1,5 +1,5 @@
 {
-  "go": "1.21.9",
+  "go": "1.21.13",
   "java": "17",
   "maven": "3.9.6",
   "node": "20.14.0",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to