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 1r6tVt-003431-Mq for pgsql-jdbc-commits@arkaria.postgresql.org; Sat, 25 Nov 2023 14:20:05 +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 1r6tVs-002jfA-9M for pgsql-jdbc-commits@arkaria.postgresql.org; Sat, 25 Nov 2023 14:20:04 +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 1r6tVs-002jf2-1s for pgsql-jdbc-commits@lists.postgresql.org; Sat, 25 Nov 2023 14:20:04 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6tVk-008T43-QP for pgsql-jdbc-commits@lists.postgresql.org; Sat, 25 Nov 2023 14:20:03 +0000 Received: from github.com (hubbernetes-node-dc2584e.ac4-iad.github.net [10.52.136.16]) by smtp.github.com (Postfix) with ESMTPA id D6D6F5E0832 for ; Sat, 25 Nov 2023 06:19:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700921994; bh=7NPRYjC/ZqsaqSjuj0wO6mBZbstWB/mm+BHKYOr5HZE=; h=Date:From:To:Subject:From; b=hw6to9o0CGUUoHq4WN9CxR1nye40HVQ75uY3R7My/K96papUtZx0+nYgyboPeo6f1 nYZSLXs2r5dRxCKKOHUaoAa/iPs5hDAvcVdHHkBf/pt2aLqDU2Bc7x06GvjGkOwfQF J05Ez9jfiG6LbcOzMa2eBFROq+qdkpmJFK89PyPI= Date: Sat, 25 Nov 2023 06:19:54 -0800 From: "renovate[bot]" To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] adfb28: fix(deps): update checkerframework to 3.34.0 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/pr2908 Home: https://github.com/pgjdbc/pgjdbc Commit: adfb28a51a5aef4b483292f33342b34de14c7117 https://github.com/pgjdbc/pgjdbc/commit/adfb28a51a5aef4b483292f33342b34de14c7117 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2023-11-25 (Sat, 25 Nov 2023) Changed paths: M build-logic/jvm/src/main/kotlin/build-logic.java.gradle.kts M build-logic/verification/build.gradle.kts M build-logic/verification/src/main/kotlin/build-logic.checkerframework.gradle.kts M pgjdbc/build.gradle.kts M pgjdbc/src/main/java/org/postgresql/Driver.java M pgjdbc/src/main/java/org/postgresql/copy/PGCopyInputStream.java M pgjdbc/src/main/java/org/postgresql/copy/PGCopyOutputStream.java M pgjdbc/src/main/java/org/postgresql/core/PGStream.java M pgjdbc/src/main/java/org/postgresql/core/v3/Portal.java M pgjdbc/src/main/java/org/postgresql/core/v3/SimpleQuery.java M pgjdbc/src/main/java/org/postgresql/ds/PGPooledConnection.java M pgjdbc/src/main/java/org/postgresql/jdbc/ArrayDecoding.java M pgjdbc/src/main/java/org/postgresql/jdbc/ArrayEncoding.java M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java M pgjdbc/src/main/java/org/postgresql/jdbc/TypeInfoCache.java M pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java Log Message: ----------- fix(deps): update checkerframework to 3.34.0 Fixes https://github.com/pgjdbc/pgjdbc/pull/2908