This new version updates the base dependency to graphql-java 24.0
We have six new Scalars included from members of the community. Thank you one and all.
- HexColorCode
 - Year
 - YearMonth
 - AccurateDuration
 - NominalDuration
 - SecondsSinceEpoch
 
What's Changed
- Bump gradle/wrapper-validation-action from 2 to 3 by @dependabot in #137
 - Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by @dependabot in #136
 - Bump org.codehaus.groovy:groovy from 3.0.20 to 3.0.21 by @dependabot in #130
 - Bump com.graphql-java:graphql-java from 22.0 to 22.1 by @dependabot in #138
 - Fix BigDecimal and BigInteger package name in README by @Yunus1903 in #139
 - Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22 by @dependabot in #140
 - Bump com.graphql-java:graphql-java from 22.1 to 22.3 by @dependabot in #144
 - Bump org.codehaus.groovy:groovy from 3.0.22 to 3.0.23 by @dependabot in #148
 - Missing final for ExtendedScalars#UUID field by @TrianguloY in #151
 - Add more DateTime test cases from specification by @dondonz in #150
 - Add HexColorCode Scalar by @onjik in #122
 - Add Year and YearMonth Scalars by @wakita181009 in #143
 - Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 by @dependabot in #152
 - Fixed up failing compilation and tests by @bbakerman in #158
 - Add AccurateDuration and NominalDuration Scalars by @AlexandreCarlton in #132
 - fix issue 126 - use MILLI_OF_SECOND by @sachin-bansal in #129
 - Fixes master by @bbakerman in #161
 - Updated to graphql-java 24.x by @bbakerman in #160
 - Adding new Sonatype URLs by @bbakerman in #164
 - Update GitHub action to reduce CI flakes by @dondonz in #165
 - feat: add SecondsSinceEpochScalar by @clutcher in #163
 - This removes all the deprecated Coercing methods and replaces them with the desired ones by @bbakerman in #159
 - Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 by @dependabot in #162
 - Fixed docos for #105 by @bbakerman in #167
 - Updated doco for upcoming 24.0 by @bbakerman in #168
 
New Contributors
- @Yunus1903 made their first contribution in #139
 - @TrianguloY made their first contribution in #151
 - @onjik made their first contribution in #122
 - @wakita181009 made their first contribution in #143
 - @AlexandreCarlton made their first contribution in #132
 - @sachin-bansal made their first contribution in #129
 - @clutcher made their first contribution in #163
 
Full Changelog: v22.0...v24.0