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 19c4439 commit b325a18Copy full SHA for b325a18
build.gradle
@@ -299,7 +299,7 @@ dependencies {
299
implementation "com.fasterxml.jackson.core:jackson-annotations:2.2.3"
300
implementation "com.fasterxml.jackson.core:jackson-databind:2.2.3"
301
implementation 'com.google.guava:guava:18.0'
302
- implementation 'com.googlecode.jsonschema2pojo:jsonschema2pojo-core:0.3.6'
+ implementation 'com.googlecode.jsonschema2pojo:jsonschema2pojo-core:0.3.7'
303
implementation('com.j2html:j2html:0.7') {
304
exclude group: 'junit', module: 'junit' // bro
305
}
0 commit comments