Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and hantsy committed Nov 22, 2023
1 parent d82a8aa commit b8ed62b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dgs-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.springframework.boot' version '3.2.0-RC2'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id "com.netflix.dgs.codegen" version "6.0.3" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
id "com.netflix.dgs.codegen" version "6.1.0" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
}

group = 'com.example'
Expand Down
2 changes: 1 addition & 1 deletion dgs-codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.springframework.boot' version '3.2.0-RC2'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id "com.netflix.dgs.codegen" version "6.0.3" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
id "com.netflix.dgs.codegen" version "6.1.0" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
}
// ext['graphql-java.version'] = '19.2'

Expand Down
8 changes: 4 additions & 4 deletions dgs-subscription-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dgs-subscription-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@angular/cli": "^16.2.10",
"@angular/compiler-cli": "^16.2.12",
"@types/jasmine": "~3.8.2",
"@types/node": "^16.18.38",
"@types/node": "^16.18.64",
"@types/ws": "^7.4.7",
"jasmine-core": "~3.9.0",
"karma": "~6.3.20",
Expand Down

0 comments on commit b8ed62b

Please sign in to comment.