From d86046adad86fca87e3da1e93679ce39ac6f6488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 20:47:31 +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 d3159a89..c0c76155 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,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.32.0" val springdocVersion = "2.8.14" val ktorVersion = "3.3.3"