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 1pRG4e-00077n-Bo for pgsql-jdbc@arkaria.postgresql.org; Sun, 12 Feb 2023 17:23:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pRG4d-0003XP-7J for pgsql-jdbc@arkaria.postgresql.org; Sun, 12 Feb 2023 17:23:35 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRG4c-0003XG-Tv for pgsql-jdbc@lists.postgresql.org; Sun, 12 Feb 2023 17:23:34 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRG4b-0006rO-AT for pgsql-jdbc@lists.postgresql.org; Sun, 12 Feb 2023 17:23:34 +0000 Received: from github.com (hubbernetes-node-c8f8bf8.va3-iad.github.net [10.48.201.89]) by smtp.github.com (Postfix) with ESMTPA id 54725E020B for ; Sun, 12 Feb 2023 09:23:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676222611; bh=URJVmvzHXNJ6Jx0piy06vzqTKMD//F5Zkgtm6pAplrk=; h=Date:From:To:Subject:From; b=n5UQ0yukn4hRrKOavoCYKnO0il/l1pcRtQLK4o8f2efA58P3TEFMQ02p6jdMrjQ9C oM5rIMfqge/hHmErOFLgWj+MKAHfJ4ksk7OQAv+xU/krlM1XRZUN93Jwt1BLNr3WKA tgfYGkLq2jABZXDVYSQ6I94KsIN5O5TZQpmns8Ss= Date: Sun, 12 Feb 2023 09:23:31 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 3b59d4: chore: prevent Renovate from upgrading logback to ... 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: 3b59d4b13ac9edb65267e85bb770c5562210b2c4 https://github.com/pgjdbc/pgjdbc/commit/3b59d4b13ac9edb65267e85bb770c5562210b2c4 Author: Vladimir Sitnikov Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M pgjdbc-osgi-test/build.gradle.kts M renovate.json Log Message: ----------- chore: prevent Renovate from upgrading logback to 1.3+ since pax-exam-junit4 requires slf4j < 2.0 logback 1.3+ depends on slf4j-api 2.0+ which is incompatible with pax-exam-junit4 that requires slf4j-api < 2.0 Closes https://github.com/pgjdbc/pgjdbc/pull/2791