Skip to content

Release 1.3.1

Choose a tag to compare

@github-actions github-actions released this 06 Jun 17:30

pk-auth 1.3.1

Maven Central

Add the modules you need (all share the same version):

implementation("com.codeheadsystems:pk-auth-spring-boot-starter:1.3.1")
// or :pk-auth-dropwizard / :pk-auth-micronaut for the other adapters
implementation("com.codeheadsystems:pk-auth-persistence-jdbi:1.3.1")
// testImplementation("com.codeheadsystems:pk-auth-testkit:1.3.1")
<dependency>
  <groupId>com.codeheadsystems</groupId>
  <artifactId>pk-auth-spring-boot-starter</artifactId>
  <version>1.3.1</version>
</dependency>

Modules Published

  • com.codeheadsystems:pk-auth-core:1.3.1
  • com.codeheadsystems:pk-auth-jwt:1.3.1
  • com.codeheadsystems:pk-auth-admin-api:1.3.1
  • com.codeheadsystems:pk-auth-backup-codes:1.3.1
  • com.codeheadsystems:pk-auth-magic-link:1.3.1
  • com.codeheadsystems:pk-auth-otp:1.3.1
  • com.codeheadsystems:pk-auth-persistence-jdbi:1.3.1
  • com.codeheadsystems:pk-auth-persistence-dynamodb:1.3.1
  • com.codeheadsystems:pk-auth-testkit:1.3.1
  • com.codeheadsystems:pk-auth-spring-boot-starter:1.3.1
  • com.codeheadsystems:pk-auth-dropwizard:1.3.1
  • com.codeheadsystems:pk-auth-micronaut:1.3.1

What's Changed

See commits since last release for details.

Note: Artifacts may take up to 2 hours to appear in Maven Central after release.

What's Changed

  • build(deps): Bump the dev-dependencies group with 11 updates by @dependabot[bot] in #27
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #28
  • build(deps): Bump the dev-dependencies group with 12 updates by @dependabot[bot] in #29
  • security: harden the dependency and CI/CD supply chain by @wolpert in #30
  • build(deps): Bump the dev-dependencies group with 4 updates by @dependabot[bot] in #33
  • build(deps): Bump actions/dependency-review-action from 4.9.0 to 5.0.0 in the gh-actions group by @dependabot[bot] in #31
  • build: drop Gradle dependency verification (repairs main) by @wolpert in #34
  • build(deps-dev): Bump the npm-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #32
  • Docs update by @wolpert in #35
  • Release 1.3.1 by @wolpert in #36

Full Changelog: v1.3.0...v1.3.1