Skip to content

Commit b325a18

Browse files
Bump com.googlecode.jsonschema2pojo:jsonschema2pojo-core
Bumps com.googlecode.jsonschema2pojo:jsonschema2pojo-core from 0.3.6 to 0.3.7. --- updated-dependencies: - dependency-name: com.googlecode.jsonschema2pojo:jsonschema2pojo-core dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19c4439 commit b325a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ dependencies {
299299
implementation "com.fasterxml.jackson.core:jackson-annotations:2.2.3"
300300
implementation "com.fasterxml.jackson.core:jackson-databind:2.2.3"
301301
implementation 'com.google.guava:guava:18.0'
302-
implementation 'com.googlecode.jsonschema2pojo:jsonschema2pojo-core:0.3.6'
302+
implementation 'com.googlecode.jsonschema2pojo:jsonschema2pojo-core:0.3.7'
303303
implementation('com.j2html:j2html:0.7') {
304304
exclude group: 'junit', module: 'junit' // bro
305305
}

0 commit comments

Comments
 (0)