From 9fbc3ad0d3420410c6c23fafe14deb682568fba5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 04:13:22 +0000 Subject: [PATCH] Bump okhttp from 4.2.2 to 4.4.1 Bumps [okhttp](https://github.com/square/okhttp) from 4.2.2 to 4.4.1. - [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.4.1) 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..95ecd086 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.4.1' classpath 'com.j256.simplemagic:simplemagic:1.16' } }