This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 1860ac79505 Bump org.springframework.data:spring-data-jdbc from 3.4.2
to 3.4.3 (#5235)
1860ac79505 is described below
commit 1860ac79505f89c9a90ee6c9f403a1f3b4503141
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 17 08:47:43 2025 +0200
Bump org.springframework.data:spring-data-jdbc from 3.4.2 to 3.4.3 (#5235)
Bumps org.springframework.data:spring-data-jdbc from 3.4.2 to 3.4.3.
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-jdbc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index fef74d5911e..960e364c97c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -85,7 +85,7 @@ tree-sitter-sql = "gh-pages-a"
tree-sitter-hocon = "master-a"
otel = "1.47.0"
spring-boot = "3.4.2"
-spring-data = "3.4.2"
+spring-data = "3.4.3"
#Tools
pmdTool = "6.55.0"