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 com.netflix.dgs.codegen from 6.1.4 to 6.1.10 #192

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.netflix.dgs.codegen from 6.1.4 to 6.1.10
Bumps com.netflix.dgs.codegen from 6.1.4 to 6.1.10.

---
updated-dependencies:
- dependency-name: com.netflix.dgs.codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
commit 41613053d47195b980db721726ba00784d1d8e4c
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id("java")
id("org.springframework.boot") version "3.2.4"
id("io.spring.dependency-management") version "1.1.4"
id("com.netflix.dgs.codegen") version "6.1.4"
id("com.netflix.dgs.codegen") version "6.1.10"
}
apply(plugin = "com.netflix.dgs.codegen")

Expand Down