We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf94a6 commit b913e5dCopy full SHA for b913e5d
gradle/libs.versions.toml
@@ -28,7 +28,7 @@ greenmail = "2.1.5"
28
gson = "2.13.1"
29
hikari = "7.0.2"
30
hoplite = "2.9.0"
31
-jackson = "2.19.2"
+jackson = "2.20.0"
32
jakartaMail = "2.0.2"
33
jerseyCommon = "3.1.11"
34
jgit = "7.3.0.202506031305-r"
plugins/commands/config/src/main/kotlin/ConfigCommand.kt
@@ -69,7 +69,7 @@ class ConfigCommand(descriptor: PluginDescriptor = ConfigCommandFactory.descript
69
70
private val configWriter = YAMLMapper()
71
.registerKotlinModule()
72
- .setSerializationInclusion(JsonInclude.Include.NON_NULL)
+ .setDefaultPropertyInclusion(JsonInclude.Include.NON_NULL)
73
.writerFor(OrtConfiguration::class.java)
74
.withRootName("ort")
75
0 commit comments