Skip to content

Commit

Permalink
accept version and library regression
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Nov 7, 2024
1 parent b4c0ec3 commit fe73eda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ micronautBom {
acceptedLibraryRegressions.add("micronaut-oraclecloud-bmc-applicationmigration")
acceptedLibraryRegressions.add("kafka")
acceptedVersionRegressions.add("kafka-compat")

// Removed reactor-netty-http removed in https://github.com/micronaut-projects/micronaut-r2dbc/commit/ae5f341d26b89800b45caffd1494771948584588
acceptedVersionRegressions.add("reactor-netty")
acceptedLibraryRegressions.add("reactor-netty-http")
}
}

Expand Down

0 comments on commit fe73eda

Please sign in to comment.