only:minor bump

This commit is contained in:
rusefillc 2023-11-25 17:24:06 -05:00
parent 768334f70d
commit 979f4637a9
2 changed files with 8 additions and 1 deletions

View File

@ -153,4 +153,11 @@ public class ConfigStructureImpl implements ConfigStructure {
public String getComment() {
return comment;
}
@Override
public String toString() {
return "ConfigStructureImpl{" +
"name='" + name + '\'' +
'}';
}
}

View File

@ -11,7 +11,7 @@ ext {
snakeyaml : "org.yaml:snakeyaml:1.26",
commons_logging: "commons-logging:commons-logging:1.2",
jcip : 'net.jcip:jcip-annotations:1.0',
jaxb : 'org.glassfish.jaxb:jaxb-runtime:2.3.0',
jaxb : 'org.glassfish.jaxb:jaxb-runtime:2.3.9',
]
ts_plugin_libs = [