Skip to content

Commit

Permalink
fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.0 (
Browse files Browse the repository at this point in the history
#340)

* fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.0

* remove IntrospectionRef with Introspection

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <[email protected]>
  • Loading branch information
renovate[bot] and sdelamo committed Apr 2, 2024
1 parent a9e40ae commit 34d4623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arquillian-container = "1.8.0.Final"
javax-annotation-api = "1.3.2"
jakarta-validation-tck = "3.0.1"

micronaut = "4.3.12"
micronaut = "4.4.0"
micronaut-platform = "4.3.2"
micronaut-docs = "2.0.0"
micronaut-test = "4.2.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ interface GroupOne {}
interface GroupTwo {}
interface GroupThree {}
''')
def clazz = context.classLoader.loadClass('test.$Address$IntrospectionRef')
def clazz = context.classLoader.loadClass('test.$Address$Introspection')
BeanIntrospectionReference reference = clazz.getDeclaredConstructor().newInstance()


Expand Down

0 comments on commit 34d4623

Please sign in to comment.