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 1r2cw3-0005hp-2S for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 13 Nov 2023 19:49:27 +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 1r2cw1-0010z1-RI for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 13 Nov 2023 19:49:25 +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 1r2cw1-0010yt-Kq for pgsql-jdbc-commits@lists.postgresql.org; Mon, 13 Nov 2023 19:49:25 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r2cvy-005Pmc-I0 for pgsql-jdbc-commits@lists.postgresql.org; Mon, 13 Nov 2023 19:49:24 +0000 Received: from github.com (hubbernetes-node-05a4d5c.ac4-iad.github.net [10.52.146.41]) by smtp.github.com (Postfix) with ESMTPA id 6D18C1E009D for ; Mon, 13 Nov 2023 11:49:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699904961; bh=4emIcSAcOH8uS/N9Z16VaUSToOB/l/p93JE6Szzi0rw=; h=Date:From:To:Subject:From; b=QVoM3t8qEWcH6op0TUWEmlx+uRMhZa0U3vM3x+0YMKoq32AhYLvOSKDhbT4CBb/Qs l2fBfB38PXIrglExWrmi1P0+dvaEH7dI6G26WOXbe4qrrmWSpfYJtWQmInpABb6fu0 LeSB9N2zJT+t9hiPBtsm9vSEMI+Sox6NHNetM7VI= Date: Mon, 13 Nov 2023 11:49:21 -0800 From: Mend Renovate To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 976fd1: fix(deps): update dependency jacoco to v0.8.11 (#2... 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: 976fd1e5229b18836e30e3c190131e2e60b2a6ca https://github.com/pgjdbc/pgjdbc/commit/976fd1e5229b18836e30e3c190131e2e60b2a6ca Author: Mend Renovate Date: 2023-11-13 (Mon, 13 Nov 2023) Changed paths: M build-logic/verification/src/main/kotlin/build-logic.jacoco.gradle.kts M build.gradle.kts Log Message: ----------- fix(deps): update dependency jacoco to v0.8.11 (#2990)