Skip to content

Commit d601dec

Browse files
committed
Update spring dependencies in example projects
1 parent f1ec8a3 commit d601dec

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

plugins/gradle/example-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ plugins {
1313
mainClassName = "io.github.kobylynskyi.order.Application"
1414

1515
dependencies {
16-
implementation "org.springframework.boot:spring-boot-starter-web:2.4.4"
17-
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.4.4"
16+
implementation "org.springframework.boot:spring-boot-starter-web:2.7.10"
17+
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.10"
1818

1919
implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0"
2020
implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0"

plugins/gradle/example-server/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ plugins {
1212
mainClassName = "io.github.kobylynskyi.product.Application"
1313

1414
dependencies {
15-
implementation "org.springframework.boot:spring-boot-starter-web:2.4.4"
16-
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.4.4"
15+
implementation "org.springframework.boot:spring-boot-starter-web:2.7.10"
16+
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.10"
1717

18-
implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:15.0.0"
18+
implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0"
1919
implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:11.0.0"
2020
implementation "com.graphql-java:graphql-java-extended-scalars:16.0.1"
2121

plugins/maven/example-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@
123123
<dependency>
124124
<groupId>org.springframework.boot</groupId>
125125
<artifactId>spring-boot-starter-web</artifactId>
126-
<version>2.4.4</version>
126+
<version>2.7.10</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.springframework.boot</groupId>
130130
<artifactId>spring-boot-starter-data-mongodb</artifactId>
131-
<version>2.4.4</version>
131+
<version>2.7.10</version>
132132
</dependency>
133133

134134
<dependency>

plugins/maven/example-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
<dependency>
7777
<groupId>org.springframework.boot</groupId>
7878
<artifactId>spring-boot-starter-web</artifactId>
79-
<version>2.4.4</version>
79+
<version>2.7.10</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.springframework.boot</groupId>
8383
<artifactId>spring-boot-starter-data-mongodb</artifactId>
84-
<version>2.4.4</version>
84+
<version>2.7.10</version>
8585
</dependency>
8686

8787
<dependency>

0 commit comments

Comments
 (0)