diff --git a/CHANGELOG.md b/CHANGELOG.md index e376450..c68f08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.3.2 +* Fix documentation issue (Android version was missing a zero in all docs) +* Dependency Updates + * WARDEN-roboto 1.7.1 (also fixing the same documentation issue) + * Kotlin 2.1.0 + * Signum Indispensable 3.12.0 + * Bouncy Castle 1.79 + ## 2.3.1 * Fix wrong dependency diff --git a/build.gradle.kts b/build.gradle.kts index 95d758b..5a62027 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,4 @@ -plugins { id("at.asitplus.gradle.conventions") version "2.0.20+20240920" } +plugins { id("at.asitplus.gradle.conventions") version "2.1.0+20241204" } group = "at.asitplus" diff --git a/gradle.properties b/gradle.properties index 5581fbb..01d0c2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ jdk.version=17 -artifactVersion=2.3.2-SNAPSHOT -androidAttestationVersion=1.7.1-SNAPSHOT \ No newline at end of file +artifactVersion=2.3.2 +androidAttestationVersion=1.7.1 \ No newline at end of file diff --git a/warden-roboto b/warden-roboto index ef174e9..774a165 160000 --- a/warden-roboto +++ b/warden-roboto @@ -1 +1 @@ -Subproject commit ef174e9303d0b7e342cbf05a49a91596de0ec9e3 +Subproject commit 774a1651222ae511e5e0b758289fc1ce8aec18bc diff --git a/warden/build.gradle.kts b/warden/build.gradle.kts index 4edc2d5..d42ac09 100644 --- a/warden/build.gradle.kts +++ b/warden/build.gradle.kts @@ -24,7 +24,7 @@ sourceSets.test { dependencies { api("at.asitplus:warden-roboto:$androidAttestationVersion") api(datetime()) - implementation("at.asitplus.signum:indispensable:3.9.0") + implementation("at.asitplus.signum:indispensable:3.12.0") implementation("ch.veehait.devicecheck:devicecheck-appattest:0.9.6") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.14.2") implementation("net.swiftzer.semver:semver:1.2.0")