From 8426d4117b91532cb758137afcc7df47df394699 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:36:34 +0000 Subject: [PATCH] chore(deps): update dependency org.nanohttpd:nanohttpd to v2.3.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 57b0588..f7af0c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -188,7 +188,7 @@ dependencies { implementation "$editorGroupId:editor" implementation "$editorGroupId:language-textmate" - implementation 'org.nanohttpd:nanohttpd:2.3.0' + implementation 'org.nanohttpd:nanohttpd:2.3.1' implementation platform('com.google.firebase:firebase-bom:32.3.1') implementation 'com.google.firebase:firebase-analytics'