From 0e6f4e242fb6aa6b0979f3209941686838fe10f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:58:34 +0000 Subject: [PATCH] Bump io.github.std-uritemplate:std-uritemplate from 2.0.1 to 2.0.2 Bumps [io.github.std-uritemplate:std-uritemplate](https://github.com/std-uritemplate/std-uritemplate) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/std-uritemplate/std-uritemplate/releases) - [Commits](https://github.com/std-uritemplate/std-uritemplate/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: io.github.std-uritemplate:std-uritemplate dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 f85c5fe0..2de56a3d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ simple-xml = "org.simpleframework:simple-xml:2.7.1" guava = "com.google.guava:guava:33.4.0-jre" commons-text = "org.apache.commons:commons-text:1.13.0" commonmark = "com.atlassian.commonmark:commonmark:0.17.0" -uritemplate = "io.github.std-uritemplate:std-uritemplate:2.0.1" +uritemplate = "io.github.std-uritemplate:std-uritemplate:2.0.2" checker = "org.checkerframework:checker:3.48.4" jimfs = "com.google.jimfs:jimfs:1.3.0"