Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nebula.netflixoss from 10.3.0 to 10.4.0 #747

Merged
merged 6 commits into from Nov 29, 2021
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -26,7 +26,7 @@ group = "com.netflix.graphql.dgs"

plugins {
`java-library`
id("nebula.netflixoss") version "10.3.0"
id("nebula.netflixoss") version "10.4.0"
id("nebula.dependency-recommender") version "11.0.0"
id("org.jmailen.kotlinter") version "3.6.0"
kotlin("jvm") version Versions.KOTLIN_VERSION
Expand Down