From 6ec949864a8a2b90630626074cb28419c12d1be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:44:05 +0000 Subject: [PATCH] Bump com.github.mizosoft.methanol:methanol from 1.7.0 to 1.8.0 Bumps [com.github.mizosoft.methanol:methanol](https://github.com/mizosoft/methanol) from 1.7.0 to 1.8.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.8.0) --- 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 e8720aa..4d70ff6 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.0' implementation 'io.github.hakky54:sslcontext-kickstart:9.0.0' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-core:5.15.2"