Skip to content

Commit 1e56909

Browse files
authored
Updated gradle plugin version to 4.3.1 and removed native metadata that 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
1 parent 6eeb892 commit 1e56909

File tree

2 files changed

+2
-49
lines changed

2 files changed

+2
-49
lines changed

aws-cloudwatch-logging/src/main/resources/META-INF/native-image/io.micronaut.aws/aws-cloudwatch-logging/reflect-config.json

-47
Original file line numberDiff line numberDiff line change
@@ -73,53 +73,6 @@
7373
"name": "<init>",
7474
"parameterTypes": [
7575

76-
]
77-
}
78-
]
79-
},
80-
{
81-
"name": "ch.qos.logback.core.encoder.LayoutWrappingEncoder",
82-
"queryAllPublicMethods": true,
83-
"methods": [
84-
{
85-
"name": "<init>",
86-
"parameterTypes": [
87-
88-
]
89-
},
90-
{
91-
"name": "setLayout",
92-
"parameterTypes": [
93-
"ch.qos.logback.core.Layout"
94-
]
95-
},
96-
{
97-
"name": "setParent",
98-
"parameterTypes": [
99-
"ch.qos.logback.core.spi.ContextAware"
100-
]
101-
}
102-
]
103-
},
104-
{
105-
"name": "ch.qos.logback.contrib.json.JsonLayoutBase",
106-
"methods": [
107-
{
108-
"name": "setJsonFormatter",
109-
"parameterTypes": [
110-
"ch.qos.logback.contrib.json.JsonFormatter"
111-
]
112-
}
113-
]
114-
},
115-
{
116-
"name": "ch.qos.logback.contrib.json.classic.JsonLayout",
117-
"queryAllPublicMethods": true,
118-
"methods": [
119-
{
120-
"name": "<init>",
121-
"parameterTypes": [
122-
12376
]
12477
}
12578
]

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ micronaut-reactor = "3.2.1"
1919
micronaut-security = "4.6.0"
2020
micronaut-serde = "2.8.1"
2121
micronaut-servlet = "4.5.0"
22-
micronaut-test-resources="2.3.2"
22+
micronaut-test-resources="2.3.3"
2323
micronaut-views = "5.1.0"
2424
micronaut-validation = "4.4.0"
2525

@@ -43,7 +43,7 @@ graal = "23.1.2"
4343
kotlin = "1.9.22"
4444

4545
# Micronaut
46-
micronaut-gradle-plugin = "4.2.1"
46+
micronaut-gradle-plugin = "4.3.1"
4747

4848
[libraries]
4949
# Core

0 commit comments

Comments
 (0)