Skip to content

Commit

Permalink
Updated gradle plugin version to 4.3.1 and removed native metadata th…
Browse files Browse the repository at this point in the history
…at exist in the shared repo (#2041)

* Updated gradle plugin version to 4.3.1 and removed native metadata that exist in the shared repo

* Updated micronaut-test-resources version to 2.3.3
  • Loading branch information
msupic committed Feb 6, 2024
1 parent 6eeb892 commit 1e56909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,53 +73,6 @@
"name": "<init>",
"parameterTypes": [

]
}
]
},
{
"name": "ch.qos.logback.core.encoder.LayoutWrappingEncoder",
"queryAllPublicMethods": true,
"methods": [
{
"name": "<init>",
"parameterTypes": [

]
},
{
"name": "setLayout",
"parameterTypes": [
"ch.qos.logback.core.Layout"
]
},
{
"name": "setParent",
"parameterTypes": [
"ch.qos.logback.core.spi.ContextAware"
]
}
]
},
{
"name": "ch.qos.logback.contrib.json.JsonLayoutBase",
"methods": [
{
"name": "setJsonFormatter",
"parameterTypes": [
"ch.qos.logback.contrib.json.JsonFormatter"
]
}
]
},
{
"name": "ch.qos.logback.contrib.json.classic.JsonLayout",
"queryAllPublicMethods": true,
"methods": [
{
"name": "<init>",
"parameterTypes": [

]
}
]
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ micronaut-reactor = "3.2.1"
micronaut-security = "4.6.0"
micronaut-serde = "2.8.1"
micronaut-servlet = "4.5.0"
micronaut-test-resources="2.3.2"
micronaut-test-resources="2.3.3"
micronaut-views = "5.1.0"
micronaut-validation = "4.4.0"

Expand All @@ -43,7 +43,7 @@ graal = "23.1.2"
kotlin = "1.9.22"

# Micronaut
micronaut-gradle-plugin = "4.2.1"
micronaut-gradle-plugin = "4.3.1"

[libraries]
# Core
Expand Down

0 comments on commit 1e56909

Please sign in to comment.