Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRFVl-00054B-06 for pgsql-jdbc@arkaria.postgresql.org; Sun, 12 Feb 2023 16:47:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pRFVi-0001RZ-O6 for pgsql-jdbc@arkaria.postgresql.org; Sun, 12 Feb 2023 16:47:30 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRFVi-0001RQ-GQ for pgsql-jdbc@lists.postgresql.org; Sun, 12 Feb 2023 16:47:30 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRFVf-0006aC-PZ for pgsql-jdbc@lists.postgresql.org; Sun, 12 Feb 2023 16:47:29 +0000 Received: from github.com (hubbernetes-node-23c85db.ac4-iad.github.net [10.52.12.62]) by smtp.github.com (Postfix) with ESMTPA id 0E9B0720D0E for ; Sun, 12 Feb 2023 08:47:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676220446; bh=z25zgwv5Jcir3b2FqNzUzVSqU2xhlEHfakHBqme1KyA=; h=Date:From:To:Subject:From; b=P1rhWhzesOHqPZsAUENk9ndiE/raNIW+hgneWj5IKPx8I5kx2niEJG12IyDaEOoxx mX893aQCsHJMfPCliK+NEgDcm5XBlayEGo0ytiMJfmEop1sVTDYgwnxRC8AXYiP2jo FZdk7ietJM/6qhPredVF5/Pyk1nrAX4Af7bTWvcI= Date: Sun, 12 Feb 2023 08:47:26 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] ed1cce: fix(deps): update dependency checkstyle to v10 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@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: ed1cce3643ad4d2ed32c3e3c15e2949d6f9c4bc5 https://github.com/pgjdbc/pgjdbc/commit/ed1cce3643ad4d2ed32c3e3c15e2949d6f9c4bc5 Author: Vladimir Sitnikov Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M .github/workflows/main.yml M build-logic/verification/src/main/kotlin/build-logic.checkstyle.gradle.kts M build-logic/verification/src/main/kotlin/build-logic.style.gradle.kts Log Message: ----------- fix(deps): update dependency checkstyle to v10 Checkstyle 10 requires Java 11+, so we execute it with Java 11 only Closes https://github.com/pgjdbc/pgjdbc/pull/2783