-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency org.shredzone.acme4j:acme4j-client to v3 (…
…#342) * fix(deps): update dependency org.shredzone.acme4j:acme4j-client to v3 * latest acme4j-utils (2.16) isn't same as latest acme-client (3.1.0) * acme4j 3.x moves acme-utils to acme-client lib * major to 5.0.0-SNAPSHOT (due to acme4j major update to 3.0.0 with breaking changes) * micronaut framework catalog version updates * Fix timeout test for different HttpClient --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dean Wette <[email protected]> Co-authored-by: Tim Yates <[email protected]>
- Loading branch information
1 parent
2390a4d
commit c04d56c
Showing
5 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
plugins { | ||
id "io.micronaut.build.internal.bom" | ||
} | ||
|
||
micronautBom { | ||
suppressions { | ||
// as of micronaut-acme 5.0.0 | ||
// acme removed this acme4j-utils and included it in the acme4j-client lib as of v3.0.0 | ||
acceptedLibraryRegressions.add("acme4j-utils") | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
projectVersion=4.1.1-SNAPSHOT | ||
projectVersion=5.0.0-SNAPSHOT | ||
projectGroup=io.micronaut.acme | ||
|
||
title=Micronaut Acme | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters