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 1pRF6P-0003tv-C0 for pgsql-jdbc@arkaria.postgresql.org; Sun, 12 Feb 2023 16:21:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pRF6O-00025t-7z for pgsql-jdbc@arkaria.postgresql.org; Sun, 12 Feb 2023 16:21:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRF6N-00025h-NH for pgsql-jdbc@lists.postgresql.org; Sun, 12 Feb 2023 16:21:19 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRF6H-0007R5-9n for pgsql-jdbc@lists.postgresql.org; Sun, 12 Feb 2023 16:21:18 +0000 Received: from github.com (hubbernetes-node-a29e1a2.ac4-iad.github.net [10.52.220.26]) by smtp.github.com (Postfix) with ESMTPA id 3F19052032B for ; Sun, 12 Feb 2023 08:21:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676218872; bh=Iyr/OIWoaJgRZHa6rC8eGWnCNghXsqoT958tqqjLEtA=; h=Date:From:To:Subject:From; b=mxGQSuo6HNSOvJDLhKNF8fuNAtD01UBVaMOVIN7tpRXQYn8X0+HPJ4k6IVPiiMpIT DLBY69xabw9VDrrA3mBFiCrWenDg34zdcCczPgyp8PjI2D7JFayAmwd8VBji7MTN2h iJM/ODlZMrz0TmZJjoiDBtH6l8HfstsWGdR5JqL8= Date: Sun, 12 Feb 2023 08:21:12 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 3e1329: chore: avoid include(vararg) call in settings.grad... 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: 3e13294e24df8d11de17a9b04178f1449741b54e https://github.com/pgjdbc/pgjdbc/commit/3e13294e24df8d11de17a9b04178f1449741b54e Author: Vladimir Sitnikov Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M settings.gradle.kts Log Message: ----------- chore: avoid include(vararg) call in settings.gradle.kts to resolve Renovate warning Renovate: Renovate failed to look up the following dependencies: benchmarks:postgresql