I am using kong for my api management and the version am using is 0.11.0 (very old) and Postgres version is 10.x.
We have an requirement to update the postgres to community edition (15.x) and it needs to be supported immediately.
I know I need to update the kong, but as if now as an immediate fix I wanted resolve this without updating kong. I know the issue lies in kong-0.11.0-0.rockspec where we have a dependencies named ‘pgmoon’ version 1.8.0. So basically I need to get this version updated to 1.12.0 as part of this issue https://github.com/leafo/pgmoon/pull/101.
and I cannot change anything in Postgres with this regard.
So I want to understand how can I override/change the dependecy version in my application since kong is a 3rd party application and I cannot modify the source code.