Recent content by CrazyCranberry

  1. C

    Question Conflicting jackson-databind versions starting in 1.21.3

    I'm having this issue on spigot too So disregard. Sorry!
  2. C

    Question Conflicting jackson-databind versions starting in 1.21.3

    Hello! My mini-golf plugin serializes and deserializes yaml for course information. I'm using the com.fasterxml.jackson.dataformat.jackson-dataformat-yaml dependency to do so. My plugin stopped working with the release of paper 1.21.3; methods from within my dependencies were missing. I'm...