Skip to content

Commit

Permalink
Merge pull request #1039 from jsonschema2dataclass/renovate/joda-time…
Browse files Browse the repository at this point in the history
…-joda-time-2.13.x

Update dependency joda-time:joda-time from 2.13.0 to 2.13.1
  • Loading branch information
eirnym authored Feb 3, 2025
2 parents 1246f9d + 187fc12 commit ca6feaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/java/groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'

// see src/main/resources/json/external_dependencies.json
implementation 'joda-time:joda-time:2.13.0'
implementation 'joda-time:joda-time:2.13.1'
}

jsonSchema2Pojo {
Expand Down
2 changes: 1 addition & 1 deletion demo/java/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")

// see src/main/resources/json/external_dependencies.json
implementation("joda-time:joda-time:2.13.0")
implementation("joda-time:joda-time:2.13.1")
}

jsonSchema2Pojo {
Expand Down
2 changes: 1 addition & 1 deletion demo/java/model-publish/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")

// see src/main/resources/json/external_dependencies.json
implementation("joda-time:joda-time:2.13.0")
implementation("joda-time:joda-time:2.13.1")
}

val sourceJar = tasks.create<Jar>("sourceJar") {
Expand Down

0 comments on commit ca6feaf

Please sign in to comment.