Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Tue, 19 Aug 2025 10:29:51 +0000 Subject: [pgjdbc/pgjdbc] PR #3775: chore: use bump org.apache.bcel:bcel test dependency in testCompileClasspath as well List-Id: X-GitHub-Author-Id: 213894 X-GitHub-Author-Login: vlsi X-GitHub-Issue: 3775 X-GitHub-Labels: chore X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3775 Content-Type: text/plain; charset=utf-8 Previously, bcel was updated only in testRuntimeClasspath, so it triggered alarms like "old BCEL used in compilation". Now we use an updated bcel for both compile and the runtime, and we use constraints rather than direct dependency, so bcel no longer participates in the classpath if third-party libraries move away from bcel.