Skip to content

Commit

Permalink
[DCJ-400-gradle]: Bump the minor-patch-dependencies group across 1 di…
Browse files Browse the repository at this point in the history
…rectory with 8 updates (#1769)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivia Kotsopoulos <[email protected]>
  • Loading branch information
dependabot[bot] and okotsopoulos authored Aug 9, 2024
1 parent 896702d commit d2fd73d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath('io.swagger.codegen.v3:swagger-codegen:3.0.52')
classpath('io.swagger.codegen.v3:swagger-codegen:3.0.60')
// Required for gradle liquibase plugin
classpath ('org.liquibase:liquibase-core:4.29.1')
}
Expand Down Expand Up @@ -60,8 +60,8 @@ allprojects {
mavenBom SpringBootPlugin.BOM_COORDINATES
}
dependencies {
dependency 'io.swagger.core.v3:swagger-annotations:2.2.20'
dependency 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.51'
dependency 'io.swagger.core.v3:swagger-annotations:2.2.22'
dependency 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.60'
}
}
}
Expand Down Expand Up @@ -310,7 +310,9 @@ swaggerSources {
"-D", "interfaceOnly=true," +
"useTags=true," +
"dateLibrary=java8," +
"jakarta=true"
"jakarta=true," +
// https://github.com/swagger-api/swagger-codegen-generators/issues/1295#issuecomment-2203238201
"useNullableForNotNull=false"
]
}
}
Expand Down
6 changes: 3 additions & 3 deletions datarepo-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ repositories {

dependencies {
ext {
jersey = "3.1.2"
jackson = "2.16.0"
swaggerAnnotations = "2.1.12"
jersey = "3.1.8"
jackson = "2.17.2"
swaggerAnnotations = "2.2.22"

}

Expand Down

0 comments on commit d2fd73d

Please sign in to comment.