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 8625923 commit ebe8bd0Copy full SHA for ebe8bd0
build.gradle
@@ -323,7 +323,7 @@ dependencies {
323
implementation 'com.fasterxml.jackson.core:jackson-databind:2.2.3'
324
implementation 'com.google.guava:guava:18.0'
325
implementation 'com.googlecode.jsonschema2pojo:jsonschema2pojo-core:0.3.6'
326
- implementation('com.j2html:j2html:0.7') {
+ implementation('com.j2html:j2html:1.6.0') {
327
exclude group: 'junit', module: 'junit' // bro
328
}
329
implementation 'commons-io:commons-io:2.4'
0 commit comments