From 0fe4620dae171d026a44f203b9a5ed067c125b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 20:59:26 +0000 Subject: [PATCH] Bump org.pgpainless:pgpainless-core from 1.7.5 to 1.7.6 Bumps [org.pgpainless:pgpainless-core](https://github.com/pgpainless/pgpainless) from 1.7.5 to 1.7.6. - [Release notes](https://github.com/pgpainless/pgpainless/releases) - [Changelog](https://github.com/pgpainless/pgpainless/blob/main/CHANGELOG.md) - [Commits](https://github.com/pgpainless/pgpainless/compare/1.7.5...1.7.6) --- updated-dependencies: - dependency-name: org.pgpainless:pgpainless-core dependency-version: 1.7.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index b373a3fc99..da4a274235 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -487,7 +487,7 @@ dependencies { implementation("org.bitbucket.b_c:jose4j:0.9.6") implementation("org.jsoup:jsoup:1.19.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") - implementation("org.pgpainless:pgpainless-core:1.7.5") + implementation("org.pgpainless:pgpainless-core:1.7.6") implementation("org.eclipse.angus:angus-mail:2.0.3") implementation("org.eclipse.angus:gimap:2.0.3") implementation("commons-io:commons-io:2.19.0")