Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@yuriyostapenko yuriyostapenko released this 23 Jul 06:11

Major version

  • Now targeting JDK 17
  • Upgraded all dependencies and removed some
  • Rename resource parameter to target for resource scoped grant.
  • CI/CD is now on GitHub Actions with release publishing to new Maven Central

What's Changed

Full Changelog: v1.1.1...v2.0.0


📦 Maven Central

This release is available at https://central.sonatype.com/artifact/com.scalepoint/oauth-token-client/2.0.0

<dependency>
    <groupId>com.scalepoint</groupId>
    <artifactId>oauth-token-client</artifactId>
    <version>2.0.0</version>
</dependency>