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 1r6uLo-0037Cr-F9 for pgsql-jdbc-commits@arkaria.postgresql.org; Sat, 25 Nov 2023 15:13:44 +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 1r6uLn-002wWP-4Z for pgsql-jdbc-commits@arkaria.postgresql.org; Sat, 25 Nov 2023 15:13:43 +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 1r6uLm-002wWF-UP for pgsql-jdbc-commits@lists.postgresql.org; Sat, 25 Nov 2023 15:13:42 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6uLk-007JLi-IY for pgsql-jdbc-commits@lists.postgresql.org; Sat, 25 Nov 2023 15:13:41 +0000 Received: from github.com (hubbernetes-node-a42630b.va3-iad.github.net [10.48.144.23]) by smtp.github.com (Postfix) with ESMTPA id 9D3FDE1085 for ; Sat, 25 Nov 2023 07:13:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700925219; bh=mUvgYT3YwkQMyUkad+j6GCEHmlG5kop0sjurqk8dQsY=; h=Date:From:To:Subject:From; b=Ogr+xCOaXaxkiKHKSdutLCUbCHzoKjgKjjs+R+ZlEkJYYsOyTeBaI+0vGZ7x15Re5 K4Vlh6KeQ3s5AlAAOhK113FcpwiOhNvXA3u5tPsCRXYWtudu7Zkx6Gjv1oL3KHnBRp 5JTw/M1TAxuyf9T7k6/gsK2OnE0MRxjfrg/WsA8A= Date: Sat, 25 Nov 2023 07:13:39 -0800 From: Mend Renovate To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] dca9b1: fix(deps): update jmh to v1.37 (#3025) 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: dca9b1d4f79b35b54d22617e30a8a9a52f671117 https://github.com/pgjdbc/pgjdbc/commit/dca9b1d4f79b35b54d22617e30a8a9a52f671117 Author: Mend Renovate Date: 2023-11-25 (Sat, 25 Nov 2023) Changed paths: M benchmarks/build.gradle.kts Log Message: ----------- fix(deps): update jmh to v1.37 (#3025)