From 0a3b11795537d15935ffe8881fb9f7ddf5ea622e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:02:57 +0000 Subject: [PATCH] Bump io.github.std-uritemplate:std-uritemplate from 2.0.0 to 2.0.1 Bumps [io.github.std-uritemplate:std-uritemplate](https://github.com/std-uritemplate/std-uritemplate) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/std-uritemplate/std-uritemplate/releases) - [Commits](https://github.com/std-uritemplate/std-uritemplate/compare/2.0.0...2.0.1) --- 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 0e448301..11e7bcc3 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.3.1-jre" commons-text = "org.apache.commons:commons-text:1.12.0" commonmark = "com.atlassian.commonmark:commonmark:0.17.0" -uritemplate = "io.github.std-uritemplate:std-uritemplate:2.0.0" +uritemplate = "io.github.std-uritemplate:std-uritemplate:2.0.1" checker = "org.checkerframework:checker:3.48.2" jimfs = "com.google.jimfs:jimfs:1.3.0"