Skip to content

Commit

Permalink
OpenAPI to RC1 (#1068)
Browse files Browse the repository at this point in the history
* OpenAPI to RC1

* Fix build

---------

Co-authored-by: Tim Yates <[email protected]>
  • Loading branch information
sdelamo and timyates authored Jun 19, 2023
1 parent f15c329 commit 9cc70d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ micronaut {

dependencies {
constraints {
implementation("io.micronaut:micronaut-http-client:${libs.versions.micronaut.core.get()}")
implementation("io.micronaut:micronaut-http-client:${libs.versions.micronaut.asProvider().get()}")
}
}
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ swagger-parser = "1.0.66"
swagger-parser-v3 = "2.1.14"
javaparser = "3.25.3"

micronaut = "4.0.0-M7"
micronaut-core = "4.0.0-M7"
micronaut = "4.0.0-RC1"
micronaut-security = "4.0.0-M6"
micronaut-serde = "2.0.0-M12"
micronaut-rxjava2 = "2.0.0-M5"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencyResolutionManagement {
}

micronautBuild {
importMicronautCatalog("micronaut-logging")
useStandardizedProjectNames = true
importMicronautCatalog()
importMicronautCatalog("micronaut-security")
Expand Down

0 comments on commit 9cc70d1

Please sign in to comment.