Skip to content

Commit

Permalink
Update oracle-cloud to 3.0.5 (#941)
Browse files Browse the repository at this point in the history
* Update oracle-cloud to 3.0.5

Should fix the object-storage oracle guide for maven

* binary suppression for oracle libs that snuck in by accident
  • Loading branch information
timyates authored Sep 28, 2023
1 parent 2c271af commit ebe571f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ managed-micronaut-neo4j = "6.1.0"
managed-micronaut-nats = "4.0.1"
managed-micronaut-object-storage = "2.0.3"
managed-micronaut-openapi = "5.1.1"
managed-micronaut-oraclecloud = "3.0.4"
managed-micronaut-oraclecloud = "3.0.5"
managed-micronaut-picocli = "5.0.1"
managed-micronaut-problem = "3.0.2"
managed-micronaut-pulsar = "2.0.1"
Expand Down
7 changes: 7 additions & 0 deletions platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ micronautBom {
propertyName.set("platform")
extraExcludedProjects.add("parent")
suppressions {
// Can be removed after 4.1.3 (see https://github.com/micronaut-projects/micronaut-platform/pull/941)
this.acceptedLibraryRegressions.addAll(
"micronaut-oraclecloud-bmc-computecloudatcustomer",
"micronaut-oraclecloud-bmc-fleetsoftwareupdate",
"micronaut-oraclecloud-bmc-osmanagementhub",
"micronaut-oraclecloud-bmc-ocicontrolcenter"
)

// https://github.com/micronaut-projects/micronaut-core/pull/7631#issuecomment-1174702395
bomAuthorizedGroupIds.put(
Expand Down

0 comments on commit ebe571f

Please sign in to comment.