I am trying to upgrade spring boot from 2.7 to 3.2.5. I can’t get around this error. Any ideas of how to fix it? I am using gradle.
I’ve tried adding it ad a dependency, I tried using ext[‘snakeyaml.version’] = ‘2.2’, I tried using my previous working setup on spring 2.7 with ext[‘snakeyaml.version’] = ‘1.33’. No luck.
Is it something with my upgrade I did also from java 11 to 21?
Caused by: java.lang.ClassNotFoundException: org.yaml.snakeyaml.inspector.TagInspector