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 1pR2pC-0005h1-9S for pgsql-jdbc@arkaria.postgresql.org; Sun, 12 Feb 2023 03:14:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pR2p9-0000p7-RQ for pgsql-jdbc@arkaria.postgresql.org; Sun, 12 Feb 2023 03:14:43 +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 1pR2p9-0000oy-J5 for pgsql-jdbc@lists.postgresql.org; Sun, 12 Feb 2023 03:14:43 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pR2p5-0000uU-Pd for pgsql-jdbc@lists.postgresql.org; Sun, 12 Feb 2023 03:14:42 +0000 Received: from github.com (hubbernetes-node-4788daa.ash1-iad.github.net [10.56.121.78]) by smtp.github.com (Postfix) with ESMTPA id 75E348404C6 for ; Sat, 11 Feb 2023 19:14:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676171678; bh=63TbITxe6/CEzaoNHdfjovAay3SfVniSz2A2Tur2dsc=; h=Date:From:To:Subject:From; b=n5ctQHDGNh7hhVMSOBeZ9RutURoWq8vRHfHbDFn3xzIKv6zwmpVUHp+C/ir82Ct/C yM4JiziS+UMXvkm1x/yOh98ZEV/oXNBCLpvNH5whiAPDITK+B24JgdazQK4GDyZteE zCy/xskw7EjE+An+rhOVGbgvRLT1qi49eo3FJPCM= Date: Sat, 11 Feb 2023 19:14:38 -0800 From: "renovate[bot]" To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] cfcde7: fix(deps): update jmh to v1.36 (#2790) 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: cfcde7ff7c1811ced2d2e7f079b979e03422e591 https://github.com/pgjdbc/pgjdbc/commit/cfcde7ff7c1811ced2d2e7f079b979e03422e591 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M benchmarks/build.gradle.kts Log Message: ----------- fix(deps): update jmh to v1.36 (#2790) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>