Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rHcrs-003OD5-Ep for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 25 Dec 2023 04:47:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rHcrq-00GxHr-Rn for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 25 Dec 2023 04:47:06 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rHcrq-00GxHQ-Jb for pgsql-jdbc-commits@lists.postgresql.org; Mon, 25 Dec 2023 04:47:06 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rHcrk-00C4gK-GH for pgsql-jdbc-commits@lists.postgresql.org; Mon, 25 Dec 2023 04:47:05 +0000 Received: from github.com (hubbernetes-node-8d3a059.ash1-iad.github.net [10.56.162.36]) by smtp.github.com (Postfix) with ESMTPA id 11F6A600761 for ; Sun, 24 Dec 2023 20:46:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703479619; bh=et62qBDcPC6kB7NplNz8lEN4E4BuZUL/sp1/v3uN1Mc=; h=Date:From:To:Subject:From; b=NFMdT7r5VXAI6pz3uklaVbkj793dhMpW0HVXJHV63FxFXFMOVDrI6VK0AHivwobM4 u/+smVb/jvCcohL2WktW2JLbieAI5LyVG3nkHwCDeI0qAvuUlivGaJZvCiB0nH0Qs7 RiFLoTaGJ0Ym+W57aZs4+pvmaCOTvs3GjSK3KeFY= Date: Sun, 24 Dec 2023 20:46:59 -0800 From: Mend Renovate To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 35680d: fix(deps): update dependency org.codehaus.groovy:g... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 35680ddc0768ae17ac637808c17c6dbbe8f6e592 https://github.com/pgjdbc/pgjdbc/commit/35680ddc0768ae17ac637808c17c6dbbe8f6e592 Author: Mend Renovate Date: 2023-12-25 (Mon, 25 Dec 2023) Changed paths: M test-gss/build.gradle Log Message: ----------- fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.20