From f9124aa655c40438f3149f5fec6ed51ada10d1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 07:22:04 +0000 Subject: [PATCH] Bump okhttp from 4.9.1 to 4.10.0 Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.10.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.9.1...parent-4.10.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp 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 b241e77..f15de79 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { include group: 'org.commonmark', name: 'commonmark', version: '0.18.0' include group: 'com.google.code.gson', name: 'gson', version: '2.8.8' include group: 'com.formdev', name: 'flatlaf', version: '1.5' - include group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.1' + include group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0' include group: 'com.github.blackears', name: 'svgSalamander', version: 'v1.1.1' }