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 1r8QbR-009oOl-Mf for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 29 Nov 2023 19:52:09 +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 1r8QbQ-00CnKY-0L for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 29 Nov 2023 19:52:08 +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 1r8QbP-00CnKQ-Nv for pgsql-jdbc-commits@lists.postgresql.org; Wed, 29 Nov 2023 19:52:07 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r8QbK-007zGd-4l for pgsql-jdbc-commits@lists.postgresql.org; Wed, 29 Nov 2023 19:52:06 +0000 Received: from github.com (hubbernetes-node-37b5e12.ac4-iad.github.net [10.52.138.30]) by smtp.github.com (Postfix) with ESMTPA id 5A7A95E041D for ; Wed, 29 Nov 2023 11:52:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701287520; bh=6bidFoD5kJ5kXhjbTco/DauSmUTv9zVrK1ycrzB7oSw=; h=Date:From:To:Subject:From; b=a+hWWnWZz0oFG3/s+UuVz++dMCO7fUcFweNiFPM65i1dcXuppufFumkls6ZJ4fW6N fW+OSRBkhXVCRAbsoXzMGc35D0MJqZ8uMrChkuKx/c8EyG8qAdhRbBuFmQEWTDzpCq 80J7HBKK7JfD89fhW1UJobVR5yBod6E4zcUbqndA= Date: Wed, 29 Nov 2023 11:52:00 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 6f11a2: chore: bump Gradle to 8.5 (#3045) 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: 6f11a2854ef67aec16dd413e2fa88bd8512eaf3d https://github.com/pgjdbc/pgjdbc/commit/6f11a2854ef67aec16dd413e2fa88bd8512eaf3d Author: Vladimir Sitnikov Date: 2023-11-29 (Wed, 29 Nov 2023) Changed paths: M benchmarks/build.gradle.kts 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 gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties M gradlew M pgjdbc-osgi-test/build.gradle.kts M test-gss/gradle/wrapper/gradle-wrapper.jar M test-gss/gradle/wrapper/gradle-wrapper.properties M test-gss/gradlew Log Message: ----------- chore: bump Gradle to 8.5 (#3045) It enables using Java 21 for targeting the build scripts, so we could eventually move to "use Java 21 for the build"