Update plugin com.netflix.dgs.codegen to v5.6.6

This commit is contained in:
renovate[bot] 2023-01-19 08:45:38 +00:00 committed by GitHub
parent 3fbc171e08
commit 09ea46894b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ plugins {
kotlin("jvm") version "1.8.0" apply false kotlin("jvm") version "1.8.0" apply false
kotlin("plugin.spring") version "1.7.22" apply false kotlin("plugin.spring") version "1.7.22" apply false
kotlin("plugin.jpa") version "1.8.0" apply false kotlin("plugin.jpa") version "1.8.0" apply false
id("com.netflix.dgs.codegen") version "5.6.5" apply false id("com.netflix.dgs.codegen") version "5.6.6" apply false
} }
allprojects { allprojects {