File tree 2 files changed +2
-49
lines changed
aws-cloudwatch-logging/src/main/resources/META-INF/native-image/io.micronaut.aws/aws-cloudwatch-logging
2 files changed +2
-49
lines changed Original file line number Diff line number Diff line change 73
73
"name" : " <init>" ,
74
74
"parameterTypes" : [
75
75
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
-
123
76
]
124
77
}
125
78
]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ micronaut-reactor = "3.2.1"
19
19
micronaut-security = " 4.6.0"
20
20
micronaut-serde = " 2.8.1"
21
21
micronaut-servlet = " 4.5.0"
22
- micronaut-test-resources =" 2.3.2 "
22
+ micronaut-test-resources =" 2.3.3 "
23
23
micronaut-views = " 5.1.0"
24
24
micronaut-validation = " 4.4.0"
25
25
@@ -43,7 +43,7 @@ graal = "23.1.2"
43
43
kotlin = " 1.9.22"
44
44
45
45
# Micronaut
46
- micronaut-gradle-plugin = " 4.2 .1"
46
+ micronaut-gradle-plugin = " 4.3 .1"
47
47
48
48
[libraries ]
49
49
# Core
You can’t perform that action at this time.
0 commit comments