From df43476ed3cb8023931f935027633ec7f23a822c Mon Sep 17 00:00:00 2001 From: moritzraho Date: Thu, 22 Aug 2024 18:22:54 +0200 Subject: [PATCH] feat: update aio-sdk for latest state version --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index eec4d99..372fcfb 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -23,7 +23,7 @@ module.exports = { }, ciDirName: '.github', commonDependencyVersions: { - '@adobe/aio-sdk': '^5' + '@adobe/aio-sdk': '^6' }, appConfigFile: 'app.config.yaml', runtimeManifestKey: 'runtimeManifest',