From 63d732ac3816a1bdc4d0f96ce1e2a3d0563c19e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 02:57:29 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-commons from 2.5.1 to 3.0.4 Bumps [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) from 2.5.1 to 3.0.4. - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](https://github.com/spring-projects/spring-data-commons/compare/2.5.1...3.0.4) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-commons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f41d08..21069af 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ dependencies { compile 'org.springframework.boot:spring-boot-starter-web' compile "org.springframework.boot:spring-boot-starter-security" compile "org.springframework.boot:spring-boot-starter-actuator" - compile group: 'org.springframework.data', name: 'spring-data-commons', version: '2.5.1' + compile group: 'org.springframework.data', name: 'spring-data-commons', version: '3.0.4' compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3-native-mt" compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8" compile "org.jetbrains.kotlin:kotlin-reflect"