From cf88433ad8b68486d46e9b4b23a8669dd139f378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 06:42:44 +0000 Subject: [PATCH] Bump org.geotools:gt-referencing from 34.2 to 34.3 Bumps org.geotools:gt-referencing from 34.2 to 34.3. --- updated-dependencies: - dependency-name: org.geotools:gt-referencing dependency-version: '34.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 91c36a4..223ef0a 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp:${okhttp_version}" implementation 'tools.jackson.dataformat:jackson-dataformat-xml' implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.1' - implementation 'org.geotools:gt-referencing:34.2' + implementation 'org.geotools:gt-referencing:34.3' annotationProcessor platform("org.springframework.boot:spring-boot-dependencies:${spring_boot_version}") annotationProcessor 'org.hibernate.orm:hibernate-processor'