From bd31b32ac2e96f84198091726bbf8f5b40b09379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 06:14:13 +0000 Subject: [PATCH] Bump com.github.mizosoft.methanol:methanol from 1.7.0 to 1.8.2 Bumps [com.github.mizosoft.methanol:methanol](https://github.com/mizosoft/methanol) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/mizosoft/methanol/releases) - [Changelog](https://github.com/mizosoft/methanol/blob/master/CHANGELOG.md) - [Commits](https://github.com/mizosoft/methanol/compare/v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: com.github.mizosoft.methanol:methanol 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 a702458..a59d846 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ ext { dependencies { compileOnly "com.enonic.xp:script-api:${xpVersion}" compileOnly "com.enonic.xp:core-api:${xpVersion}" - implementation 'com.github.mizosoft.methanol:methanol:1.7.0' + implementation 'com.github.mizosoft.methanol:methanol:1.8.2' implementation 'io.github.hakky54:sslcontext-kickstart:9.1.0' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-core:5.16.1"