Skip to content

Commit

Permalink
latest acme4j-utils (2.16) isn't same as latest acme-client (3.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted committed Nov 8, 2023
1 parent 76ce099 commit 8000c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ testcontainers = "1.19.1"
netty-http3 = "0.0.21.Final"

managed-acme4j = "3.1.0"
managed-acme4j-utils = "2.16"
micronaut-serde = "2.3.0"
micronaut-validation = "4.0.3"
micronaut-gradle-plugin = "4.1.2"
Expand All @@ -19,7 +20,7 @@ micronaut-gradle-plugin = "4.1.2"
micronaut-core = { module = 'io.micronaut:micronaut-core-bom', version.ref = 'micronaut' }

managed-acme4j-client = { module = 'org.shredzone.acme4j:acme4j-client', version.ref = 'managed-acme4j' }
managed-acme4j-utils = { module = 'org.shredzone.acme4j:acme4j-utils', version.ref = 'managed-acme4j' }
managed-acme4j-utils = { module = 'org.shredzone.acme4j:acme4j-utils', version.ref = 'managed-acme4j-utils' }

micronaut-serde = { module = 'io.micronaut.serde:micronaut-serde-bom', version.ref = 'micronaut-serde' }
micronaut-validation = { module = "io.micronaut.validation:micronaut-validation-bom", version.ref = "micronaut-validation" }
Expand Down

0 comments on commit 8000c4c

Please sign in to comment.