From cedc8f7b5918edae524b93abf95c8d13b1067834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 07:17:47 +0000 Subject: [PATCH] Bump okhttp from 4.9.1 to 4.9.3 Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.3. - [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.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... 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..1693c02 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.9.3' include group: 'com.github.blackears', name: 'svgSalamander', version: 'v1.1.1' }