Skip to content

Commit

Permalink
fix(deps): update groovy monorepo to v4.0.15 (#9876)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 3fcd2c5 commit 2e85f63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ wiremock = "2.33.2"
# Versions which start with managed- are managed by Micronaut in the sense
# that they will appear in the Micronaut BOM as <properties>
#
managed-groovy = "4.0.14"
managed-groovy = "4.0.15"
managed-jakarta-annotation-api = "2.1.1"
managed-jackson = "2.15.3"
managed-jackson-databind = "2.15.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,7 @@ interface MyBean extends MyPrecompiledInterface<SubPerson> {
}
class Person {}
class SubPerson extends Person {}
''')
then:
!beanDefinition.isAbstract()
Expand Down

0 comments on commit 2e85f63

Please sign in to comment.