From c46fe5068ec9c94320cbfc995587690950dc71ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:51:19 +0000 Subject: [PATCH] Bump commonsVersion from 6.1.0 to 6.3.2 Bumps `commonsVersion` from 6.1.0 to 6.3.2. Updates `cash.atto:commons-core` from 6.1.0 to 6.3.2 - [Release notes](https://github.com/attocash/commons/releases) - [Commits](https://github.com/attocash/commons/compare/v6.1.0...v6.3.2) Updates `cash.atto:commons-node` from 6.1.0 to 6.3.2 - [Release notes](https://github.com/attocash/commons/releases) - [Commits](https://github.com/attocash/commons/compare/v6.1.0...v6.3.2) Updates `cash.atto:commons-worker` from 6.1.0 to 6.3.2 - [Release notes](https://github.com/attocash/commons/releases) - [Commits](https://github.com/attocash/commons/compare/v6.1.0...v6.3.2) Updates `cash.atto:commons-signer-remote` from 6.1.0 to 6.3.2 - [Release notes](https://github.com/attocash/commons/releases) - [Commits](https://github.com/attocash/commons/compare/v6.1.0...v6.3.2) Updates `cash.atto:commons-spring-boot-starter` from 6.1.0 to 6.3.2 - [Release notes](https://github.com/attocash/commons/releases) - [Commits](https://github.com/attocash/commons/compare/v6.1.0...v6.3.2) --- updated-dependencies: - dependency-name: cash.atto:commons-core dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: cash.atto:commons-node dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: cash.atto:commons-worker dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: cash.atto:commons-signer-remote dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: cash.atto:commons-spring-boot-starter dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7597555f..fa7893f1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ ext["kotlin-coroutines.version"] = "1.9.0" ext["kotlin-serialization.version"] = "1.8.0" dependencies { - val commonsVersion = "6.1.0" + val commonsVersion = "6.3.2" val cucumberVersion = "7.34.3" val springdocVersion = "2.8.14" val ktorVersion = "3.3.3"