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 1r6uLS-0037Bx-4W for pgsql-jdbc-commits@arkaria.postgresql.org; Sat, 25 Nov 2023 15:13:22 +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 1r6uLQ-002wOF-JG for pgsql-jdbc-commits@arkaria.postgresql.org; Sat, 25 Nov 2023 15:13:20 +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 1r6uLQ-002wNy-Ch for pgsql-jdbc-commits@lists.postgresql.org; Sat, 25 Nov 2023 15:13:20 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6uLO-007JLV-2j for pgsql-jdbc-commits@lists.postgresql.org; Sat, 25 Nov 2023 15:13:19 +0000 Received: from github.com (hubbernetes-node-a1dacd5.va3-iad.github.net [10.48.152.33]) by smtp.github.com (Postfix) with ESMTPA id E31158C06B1 for ; Sat, 25 Nov 2023 07:13:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700925196; bh=SIh3p/8lpJ0zmm49J5MhgG3OkrBVnv+xTjM4JqilPgM=; h=Date:From:To:Subject:From; b=c3Ck5UJEfpScLNtls3QnXFAek1s9Aux1ooLGwE7T/y5Ex9M5weCYkJTkyRoHiPGjA N5LmfCzHdxBEBe35//bOP25AF4PPrlJkHHZXFSXYQXCV3CRTYhC4SZFuxYobbun0ph zI1kJlC016cyxNZTL1wjl+7F3Y8B68VNcOjOnl0w= Date: Sat, 25 Nov 2023 07:13:16 -0800 From: Mend Renovate To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] edfd9c: fix(deps): update dependency com.google.errorprone... 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: edfd9ce41189fbac81dffc772398a64958db3c1c https://github.com/pgjdbc/pgjdbc/commit/edfd9ce41189fbac81dffc772398a64958db3c1c Author: Mend Renovate Date: 2023-11-25 (Sat, 25 Nov 2023) Changed paths: M build-logic/verification/src/main/kotlin/build-logic.errorprone.gradle.kts Log Message: ----------- fix(deps): update dependency com.google.errorprone:error_prone_core to v2.23.0 (#3022)