From 31e588fa3d1c95b1492b900d721b8f9485cd8981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 07:52:53 +0000 Subject: [PATCH] Bump net.lenni0451.commons:httpclient from 1.5.1 to 1.6.0 Bumps [net.lenni0451.commons:httpclient](https://github.com/Lenni0451/commons) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/Lenni0451/commons/releases) - [Commits](https://github.com/Lenni0451/commons/compare/1.5.1...1.6.0) --- updated-dependencies: - dependency-name: net.lenni0451.commons:httpclient 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 d92b3bd..b005f16 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { compileOnly "org.jetbrains:annotations:24.1.0" compileOnly sourceSets.javaFxStub.output - api "net.lenni0451.commons:httpclient:1.5.1" + api "net.lenni0451.commons:httpclient:1.6.0" api "com.google.code.gson:gson:2.11.0" api "io.jsonwebtoken:jjwt-impl:0.12.6" api("io.jsonwebtoken:jjwt-gson:0.12.6") {