diff --git a/src/adyenofficial.php b/src/adyenofficial.php index c740ad56..04efc6af 100755 --- a/src/adyenofficial.php +++ b/src/adyenofficial.php @@ -46,7 +46,7 @@ public function __construct() { $this->name = 'adyenofficial'; $this->tab = 'payments_gateways'; - $this->version = '5.1.4'; + $this->version = '5.1.5'; $this->author = $this->l('Adyen'); $this->need_instance = 0; diff --git a/src/composer.json b/src/composer.json index 5c0612f5..bd011ce5 100755 --- a/src/composer.json +++ b/src/composer.json @@ -40,7 +40,7 @@ "php": "^7.2|^7.4|^8.0", "ext-json": "*", "ext-zip": "*", - "adyen/integration-core": "1.1.5", + "adyen/integration-core": "1.1.6", "ext-simplexml": "*", "ext-openssl": "*" }, diff --git a/src/composer.lock b/src/composer.lock index 48b7f513..a3ab0d74 100755 --- a/src/composer.lock +++ b/src/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dccd181e7e78b7e8adea0f9db9625ad0", + "content-hash": "1b15c72ad974c34616d574f1e3df843b", "packages": [ { "name": "adyen/integration-core", - "version": "1.1.5", + "version": "1.1.6", "source": { "type": "git", "url": "git@github.com:Adyen/adyen-php-plugin-core.git", - "reference": "90eee1b756eb60d1c76d3f726c180cae274da106" + "reference": "f3236056b6ff20bb2cadf4ef3666f646c8d7fd48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/90eee1b756eb60d1c76d3f726c180cae274da106", - "reference": "90eee1b756eb60d1c76d3f726c180cae274da106", + "url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/f3236056b6ff20bb2cadf4ef3666f646c8d7fd48", + "reference": "f3236056b6ff20bb2cadf4ef3666f646c8d7fd48", "shasum": "" }, "require": { @@ -48,7 +48,7 @@ "proprietary" ], "description": "Core Adyen integration library", - "time": "2024-01-11T09:39:35+00:00" + "time": "2024-01-22T10:10:15+00:00" }, { "name": "adyen/php-webhook-module",