From 395dc897ead2661a4c1c57ada890140fcabb01ef Mon Sep 17 00:00:00 2001
From: IOWRT code-analysis updater <noreply@iopsys.eu>
Date: Wed, 18 Oct 2023 18:00:14 +0000
Subject: [PATCH] Bump IOWRT library versions

---
 docker/code-analysis/Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/code-analysis/Dockerfile b/docker/code-analysis/Dockerfile
index a7abe20..b5df2bd 100644
--- a/docker/code-analysis/Dockerfile
+++ b/docker/code-analysis/Dockerfile
@@ -118,7 +118,7 @@ RUN \
     ldconfig
 
 # libubox
-ARG LIBUBOX_VERSION=d2223ef9da7172a84d1508733dc58840e1381e3c
+ARG LIBUBOX_VERSION=75a3b870cace1171faf57bd55e5a9a2f1564f757
 RUN \
     cd /opt/dev && \
     git clone https://git.openwrt.org/project/libubox.git && \
@@ -129,7 +129,7 @@ RUN \
     make install
 
 # uci
-ARG UCI_VERSION=f84f49f00fb70364f58b4cce72f1796a7190d370
+ARG UCI_VERSION=5781664d5087ccc4b5ab58505883231212dbedbc
 RUN \
     cd /opt/dev && \
     git clone https://git.openwrt.org/project/uci.git && \
@@ -140,7 +140,7 @@ RUN \
     make install
 
 # ubus
-ARG UBUS_VERSION=2bebf93cd3343fe49f22a05ef935e460d2d44f67
+ARG UBUS_VERSION=9913aa61de739e3efe067a2d186021c20bcd65e2
 RUN \
     cd /opt/dev && \
     git clone https://git.openwrt.org/project/ubus.git && \
@@ -151,7 +151,7 @@ RUN \
     make install
 
 # rpcd
-ARG RPCD_VERSION=7de4820c87437033f6b7716018f3bfa60a3f7b12
+ARG RPCD_VERSION=c07ab2f91061ad64209e9aaa1fb1b77061a1af25
 RUN \
     cd /opt/dev && \
     git clone https://git.openwrt.org/project/rpcd.git && \
-- 
GitLab