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 1rHiaE-003v8O-H3 for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 25 Dec 2023 10:53:18 +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 1rHiaC-001iUd-VQ for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 25 Dec 2023 10:53:16 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rHiaC-001iUV-Ox for pgsql-jdbc-commits@lists.postgresql.org; Mon, 25 Dec 2023 10:53:16 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rHiaA-00Do6v-Q3 for pgsql-jdbc-commits@lists.postgresql.org; Mon, 25 Dec 2023 10:53:15 +0000 Received: from github.com (hubbernetes-node-c4b9b7d.ash1-iad.github.net [10.56.144.37]) by smtp.github.com (Postfix) with ESMTPA id 0206F3403BF for ; Mon, 25 Dec 2023 02:53:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703501593; bh=/hBii9JJtL4Oct6sOnS9PDkdhCC83c8/D4kxiGpb59g=; h=Date:From:To:Subject:From; b=I4SVZdVSiO7QLfjnPPjHnw1XpToYkMcnYniiXbulDP9QPW1tvQFh85CxXlCkczXsw b4ZwwS9rTwHBr3xS592WOdZJBR7u4XeBIoYRMx8hSkjj+lNSha9O55IkycoQWZXRky 1VHRlrTQEkNui7Out9mtgmawZUL30xmMDH1Zq71A= Date: Mon, 25 Dec 2023 02:53:13 -0800 From: Mend Renovate To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 5b8c27: fix(deps): update dependency com.igormaznitsa:jcp ... 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: 5b8c2719806a9614aedeb5ee8a8b9e2b96432d28 https://github.com/pgjdbc/pgjdbc/commit/5b8c2719806a9614aedeb5ee8a8b9e2b96432d28 Author: Mend Renovate Date: 2023-12-25 (Mon, 25 Dec 2023) Changed paths: M build-logic/java-comment-preprocessor/build.gradle.kts M build-logic/java-comment-preprocessor/src/main/kotlin/buildlogic/JavaCommentPreprocessorTask.kt Log Message: ----------- fix(deps): update dependency com.igormaznitsa:jcp to v7.1.0 Fixes https://github.com/pgjdbc/pgjdbc/pull/3078