From 5cfbe98276b95e4b9b43945174f4945180b75098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Leuth=C3=A4user?= <1417198+max-leuthaeuser@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:07:40 +0200 Subject: [PATCH] Bump joern and cpg version --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3bc13295..7ff4fe72 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ -val cpgVersion = "1.7.49" -val joernVersion = "4.0.444" +val cpgVersion = "1.7.70" +val joernVersion = "4.0.562" val gitCommitString = SettingKey[String]("gitSha")