Skip to content

Velocity-CTD

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 20:55
1e26211

Which jar should I download?

Recommended — velocity-ctd-<version>-<build>.jar (bootstrap jar)
This is the bootstrap jar. It downloads the required dependencies only once, keeping the download small. Use this one.

Fallback — velocity-ctd-fatjar-<version>-<build>.jar
Only download the fatjar if the bootstrap jar is causing issues for you. If it is, please open an issue describing the problem so we can fix it.

⚠️ The fatjar will be removed soon — please migrate to the bootstrap jar.


What's Changed

  • Update dependency org.checkerframework:checker-qual to v4.2.2 by @renovate[bot] in #1039
  • Update dependency org.junit.jupiter:junit-jupiter to v6.1.3 by @renovate[bot] in #1040
  • Update Gradle to v9.7.0 by @renovate[bot] in #1042
  • Update netty monorepo to v4.2.17.Final by @renovate[bot] in #1041

Full Changelog: build-353...build-354