From 6fac60b005e69c7a5a16c2691487234194484b48 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 04:12:33 +0000 Subject: [PATCH] Bump okhttp from 4.2.2 to 4.5.0 Bumps [okhttp](https://github.com/square/okhttp) from 4.2.2 to 4.5.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.2.2...parent-4.5.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a6fec05d..06c08ae0 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT' // Used for com.github.breadmoirai.github-release: - classpath 'com.squareup.okhttp3:okhttp:4.2.2' + classpath 'com.squareup.okhttp3:okhttp:4.5.0' classpath 'com.j256.simplemagic:simplemagic:1.16' } }