From 9968ee775c738042e66614f89a2ee1a3110e6f8e Mon Sep 17 00:00:00 2001 From: Jakob Vogel Date: Fri, 21 Jan 2022 20:16:28 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Renames=20session=20cookie=20=F0=9F=93=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index efdd01c..4ac65c7 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -19,6 +19,10 @@ product { http { port = 9000 + + sessionCookie { + name = "NINJA_SESSION" + } } storage { From 911eb77aa13423be85c62e87fd29686a6f2db2ee Mon Sep 17 00:00:00 2001 From: Jakob Vogel Date: Fri, 21 Jan 2022 20:16:43 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Upgrades=20dependencies=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d86a390..76dbb99 100644 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,8 @@ http://s3ninja.net - dev-28.0.0 - dev-44.0.0 + dev-28.2.0 + dev-44.2.0