Skip to content

Commit 991c932

Browse files
Bump joda-time:joda-time in /jsonschema2pojo-gradle-plugin/example/java
Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.2 to 2.14.0. - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt) - [Commits](JodaOrg/joda-time@v2.2...v2.14.0) --- updated-dependencies: - dependency-name: joda-time:joda-time dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 415789d commit 991c932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema2pojo-gradle-plugin/example/java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
classpath 'org.jsonschema2pojo:jsonschema2pojo-gradle-plugin:latest.integration'
1212

1313
// see src/main/resources/json/external_dependencies.json
14-
classpath 'joda-time:joda-time:2.2'
14+
classpath 'joda-time:joda-time:2.14.0'
1515
}
1616
}
1717

@@ -25,7 +25,7 @@ dependencies {
2525
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
2626

2727
// see src/main/resources/json/external_dependencies.json
28-
implementation 'joda-time:joda-time:2.2'
28+
implementation 'joda-time:joda-time:2.14.0'
2929
}
3030

3131
jsonSchema2Pojo {

0 commit comments

Comments
 (0)