Skip to content

Commit

Permalink
fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.…
Browse files Browse the repository at this point in the history
…11 (#791)
  • Loading branch information
renovate[bot] authored Mar 21, 2024
1 parent b3dfaf8 commit aabc203
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jetbrains-annotations = "24.1.0"
jmh = "1.37"
groovy = "4.0.18"

micronaut = "4.3.10"
micronaut = "4.3.11"
micronaut-platform = "4.3.6"
micronaut-docs = "2.0.0"
micronaut-test = "4.2.1"
Expand Down
4 changes: 1 addition & 3 deletions test-suite-http-server-tck-netty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ plugins {
}

dependencies {
implementation(mn.micronaut.http.server.tck) {
exclude("io.micronaut", "micronaut-jackson-databind")
}
implementation(mn.micronaut.http.server.tck)
implementation(projects.micronautSerdeJackson)

runtimeOnly(mnLogging.logback.classic)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

@Suite
@ExcludeClassNamePatterns({
"io.micronaut.http.server.tck.tests.hateoas.JsonErrorTest",
"io.micronaut.http.server.tck.tests.hateoas.VndErrorTest",
"io.micronaut.http.server.tck.tests.constraintshandler.ControllerConstraintHandlerTest",
"io.micronaut.http.server.tck.tests.forms.FormsInputNumberOptionalTest",
"io.micronaut.http.server.tck.tests.forms.FormsSubmissionsWithListsTest",
Expand Down

0 comments on commit aabc203

Please sign in to comment.