From f1c5d07d942b293c895c75fd014d1aa79ad9664f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:36:55 +0000 Subject: [PATCH] Bump com.github.mizosoft.methanol:methanol from 1.7.0 to 1.8.3 Bumps [com.github.mizosoft.methanol:methanol](https://github.com/mizosoft/methanol) from 1.7.0 to 1.8.3. - [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.3) --- updated-dependencies: - dependency-name: com.github.mizosoft.methanol:methanol dependency-version: 1.8.3 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 6443030..064ed3e 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.3' implementation 'io.github.hakky54:sslcontext-kickstart:9.1.0' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-core:5.18.0"