From 012295980714bdbc35a949847e1caf68fb49d621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:00:55 +0000 Subject: [PATCH] Bump com.github.mizosoft.methanol:methanol from 1.7.0 to 1.9.0 Bumps [com.github.mizosoft.methanol:methanol](https://github.com/mizosoft/methanol) from 1.7.0 to 1.9.0. - [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.9.0) --- updated-dependencies: - dependency-name: com.github.mizosoft.methanol:methanol dependency-version: 1.9.0 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 f3d710b..61e11a9 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.9.0' implementation 'io.github.hakky54:sslcontext-kickstart:9.2.1' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-core:5.21.0"