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 1rAP30-006Yn8-6Y for pgsql-jdbc-commits@arkaria.postgresql.org; Tue, 05 Dec 2023 06:36:46 +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 1rAP2y-002Z82-TB for pgsql-jdbc-commits@arkaria.postgresql.org; Tue, 05 Dec 2023 06:36:44 +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 1rAP2y-002Z7u-Lg for pgsql-jdbc-commits@lists.postgresql.org; Tue, 05 Dec 2023 06:36:44 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rAP2v-008s9U-Q3 for pgsql-jdbc-commits@lists.postgresql.org; Tue, 05 Dec 2023 06:36:43 +0000 Received: from github.com (hubbernetes-node-22889b5.ac4-iad.github.net [10.52.135.25]) by smtp.github.com (Postfix) with ESMTPA id B41B4700815 for ; Mon, 4 Dec 2023 22:36:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701758200; bh=KJCFLxXBEmAv4op2ZvSOjOwyTMX9jd8dKt9iae5favg=; h=Date:From:To:Subject:From; b=N+kVm7u8+CBmY5TDCLaKFxc3drF+cnFYMXDDMiOqW6IpgIybmv6kFgvJ2MvSM8EUG 5gV4r4YGvSbqvu8DZmBoGUQfBdG9OwNzSImTFyvvii8dpQxBpjnsbnjtRgrvTcCSLs gMqVyhlP71+lmZ5ho6yimny5CFH3OCU7ToZjb0Ls= Date: Mon, 04 Dec 2023 22:36:40 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 13dca1: chore: try pinning system-stubs-jupiter:1.2.0 so R... 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: 13dca1e5b6076572884fbaf6cd7a5c6338ae3c41 https://github.com/pgjdbc/pgjdbc/commit/13dca1e5b6076572884fbaf6cd7a5c6338ae3c41 Author: Vladimir Sitnikov Date: 2023-12-05 (Tue, 05 Dec 2023) Changed paths: M build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts Log Message: ----------- chore: try pinning system-stubs-jupiter:1.2.0 so Renovate does not upgrade it We use 1.2.0 for Java 8 only, and 1.2.0 is the latest supporting Java 8