Skip to content

Commit

Permalink
Upgrade org.openapi.generator from 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Jul 10, 2024
1 parent 796302b commit a234e1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/resources/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ common-custom-user-data-gradle-plugin = { id = 'com.gradle.common-custom-user-da

gatling-gradle = { id = 'io.gatling.gradle', version = '3.11.5.2' }

gradle-openapi-generator = { id = 'org.openapi.generator', version = '7.5.0' }
gradle-openapi-generator = { id = 'org.openapi.generator', version = '7.7.0' }
8 changes: 8 additions & 0 deletions generators/server/templates/build.gradle.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
See the License for the specific language governing permissions and
limitations under the License.
-%>
buildscript {
dependencies {
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml") {
version { strictly("2.14.2") }
}
}
}

plugins {
id "java"
id "maven-publish"
Expand Down

0 comments on commit a234e1a

Please sign in to comment.