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 1r6zrR-003XCt-IC for pgsql-jdbc-commits@arkaria.postgresql.org; Sat, 25 Nov 2023 21:06:45 +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 1r6zrQ-0055P6-8T for pgsql-jdbc-commits@arkaria.postgresql.org; Sat, 25 Nov 2023 21:06:44 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6zrQ-0055Oy-0R for pgsql-jdbc-commits@lists.postgresql.org; Sat, 25 Nov 2023 21:06:44 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6zrN-008Vol-S9 for pgsql-jdbc-commits@lists.postgresql.org; Sat, 25 Nov 2023 21:06:43 +0000 Received: from github.com (hubbernetes-node-29323e3.ash1-iad.github.net [10.56.203.103]) by smtp.github.com (Postfix) with ESMTPA id CD4E1600BBD for ; Sat, 25 Nov 2023 13:06:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700946399; bh=Q8klb7x875BoMVH1vdqCf+31uwG3ta8nXdI/MUZsDbg=; h=Date:From:To:Subject:From; b=jE390iQgJ8WMmhR5py0+0o2+tcUu1HkrtWckUGXAFlbO86frmSinFbNoaid+Pi6mO dygVjBhqp3iZ+CyM218FcZa7g98QoW7d17CbOiSv6C046zYlWWMk0DDWNiUTXM4qPz XcuPXE79ePXJEscn0wXSdvNGpFxdileQGu669u48= Date: Sat, 25 Nov 2023 13:06:39 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 790d1a: Revert "fix(deps): update dependency uk.org.webcom... 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: 790d1a675522d1fb20d9dd4987fa194f4f4206eb https://github.com/pgjdbc/pgjdbc/commit/790d1a675522d1fb20d9dd4987fa194f4f4206eb Author: Vladimir Sitnikov Date: 2023-11-26 (Sun, 26 Nov 2023) Changed paths: M build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts Log Message: ----------- Revert "fix(deps): update dependency uk.org.webcompere:system-stubs-jupiter to v2.1.5 (#3024)" This reverts commit d549f0984a1c9c0b4f78e44fc76302072ddae8c4. Commit: 4de8454ead3383caa74b7106129bc927af7bde50 https://github.com/pgjdbc/pgjdbc/commit/4de8454ead3383caa74b7106129bc927af7bde50 Author: Vladimir Sitnikov Date: 2023-11-26 (Sun, 26 Nov 2023) Changed paths: M renovate.json Log Message: ----------- deps: system-stubs 2.1.5 is not compatible with Java 8 See https://github.com/webcompere/system-stubs/issues/79 Hopefully we could upgrade some time later Compare: https://github.com/pgjdbc/pgjdbc/compare/299e3c1a7a59...4de8454ead33