Skip to content

Commit

Permalink
chore(deps): update dependency com.graphql-java:graphql-java-extended…
Browse files Browse the repository at this point in the history
…-scalars to v2023 (#990)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent c796c5d commit 65916f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ maven_install(
"org.springframework.boot:spring-boot-starter-graphql:3.2.5",
"org.springframework.boot:spring-boot-starter-quartz:3.2.5",
"org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3",
"com.graphql-java:graphql-java-extended-scalars:22.0",
"com.graphql-java:graphql-java-extended-scalars:2023-01-24T02-11-56-babda5f",
#"org.springframework.boot:spring-boot:3.2.2",
#"org.springframework.boot:spring-boot-starter:3.2.2",
"org.springframework.boot:spring-boot-loader:3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-graphql'
implementation 'org.springframework.boot:spring-boot-starter-quartz'
implementation 'com.graphql-java:graphql-java-extended-scalars:22.0'
implementation 'com.graphql-java:graphql-java-extended-scalars:2023-01-24T02-11-56-babda5f'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'

implementation 'org.postgresql:postgresql:42.7.3'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-extended-scalars</artifactId>
<version>22.0</version>
<version>2023-01-24T02-11-56-babda5f</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down

0 comments on commit 65916f5

Please sign in to comment.