From bd81ee4e019cfcee00fb49e2b5cdee661f82f6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:13:54 +0000 Subject: [PATCH] Bump com.ongres.scram:client from 1.0.0-beta.2 to 2.1 Bumps [com.ongres.scram:client](https://gitlab.com/ongresinc/scram) from 1.0.0-beta.2 to 2.1. - [Release notes](https://gitlab.com/ongresinc/scram/tags) - [Changelog](https://gitlab.com/ongresinc/scram/blob/master/CHANGELOG) - [Commits](https://gitlab.com/ongresinc/scram/compare/1.0.0-beta.2...2.1) --- updated-dependencies: - dependency-name: com.ongres.scram:client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pg/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg/build.gradle b/pg/build.gradle index 0d0c54d..26f7977 100644 --- a/pg/build.gradle +++ b/pg/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.5.3' implementation 'org.osgi:org.osgi.enterprise:5.0.0' implementation 'org.osgi:org.osgi.core:4.3.1' - implementation 'com.ongres.scram:client:1.0.0-beta.2' + implementation 'com.ongres.scram:client:2.1' jcp('com.igormaznitsa:jcp:6.0.1') { exclude group: 'org.apache.maven.*' exclude group: 'org.codehaus.*'