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 1pTp1Y-00014P-C6 for pgsql-jdbc-commits@arkaria.postgresql.org; Sun, 19 Feb 2023 19:07:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pTp1X-00017z-8N for pgsql-jdbc-commits@arkaria.postgresql.org; Sun, 19 Feb 2023 19:06:59 +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 1pTodM-00032d-Hs for pgsql-jdbc-commits@lists.postgresql.org; Sun, 19 Feb 2023 18:42:00 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pTodK-0001OB-1m for pgsql-jdbc-commits@lists.postgresql.org; Sun, 19 Feb 2023 18:42:00 +0000 Received: from github.com (hubbernetes-node-05cfc94.ash1-iad.github.net [10.56.153.28]) by smtp.github.com (Postfix) with ESMTPA id C83FE90028A; Sun, 19 Feb 2023 10:41:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676832116; bh=gpnKUWqsbu3wiy3eXUMEq/Xgj+hxTZIKv7VuODzVWFM=; h=Date:From:To:Subject:From; b=xtauXCNAPKx5Y0TxCPGl81ispAGmEE03Ii2Dm3JbB85uY+1n7rAjDrJcO9jaqgxg6 Rixzp2eCWdD1eyHdODSP0qWCpXwmcBTZnt2XcY2uREVJoD+RxZRsRFube++h3Qc19w 25A3SIP7mokVxR6RTmw23VCLMkOcNu81UxlTMsFc= Date: Sun, 19 Feb 2023 10:41:56 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org, pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] efd36c: chore(deps): bump Gradle to 8.0.1 (#2821) 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,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: efd36c3f9097f7ee4d7c6f68c83d44e6e16be172 https://github.com/pgjdbc/pgjdbc/commit/efd36c3f9097f7ee4d7c6f68c83d44e6e16be172 Author: Vladimir Sitnikov Date: 2023-02-19 (Sun, 19 Feb 2023) Changed paths: M build-logic-commons/gradle-plugin/build.gradle.kts M build-logic-commons/gradle-plugin/src/main/kotlin/build-logic.kotlin-dsl-gradle-plugin.gradle.kts M build-logic/jvm/build.gradle.kts R build-logic/jvm/src/main/kotlin/build-logic.dokka-javadoc.gradle.kts M build-logic/jvm/src/main/kotlin/build-logic.kotlin.gradle.kts M build-logic/publishing/src/main/kotlin/build-logic.publish-to-central.gradle.kts M gradle/wrapper/gradle-wrapper.properties M pgjdbc/build.gradle.kts Log Message: ----------- chore(deps): bump Gradle to 8.0.1 (#2821) Closes https://github.com/pgjdbc/pgjdbc/pull/2801