georchestra / georchestra-gateway

GNU General Public License v3.0
0 stars 6 forks source link

oauth2/oidc - versions of spring-security-oauth2 are pinned to a specific (old) version #140

Open pmauduit opened 2 months ago

pmauduit commented 2 months ago

Here: https://github.com/georchestra/georchestra-gateway/blob/main/pom.xml#L69-L95

But we already are making use of a starter to decide which version to use here: https://github.com/georchestra/georchestra-gateway/blob/main/gateway/pom.xml#L40-L43

If I can understand the motivation behind the intent to fix the versions as it is done in the root pom, I think we are better off understanding why the behaviour of the framework changed upstream and fix our configuration so that it works with newer versions of the library, instead of getting locked into a pretty old version of the jars.