Skip to content

Commit 1e3360b

Browse files
committed
Bump spring-boot-starter-web from 2.4.3 to 2.4.4 in example projects
1 parent 2755e17 commit 1e3360b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.3"
17-
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.4.3"
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"
1818

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

plugins/gradle/example-server/build.gradle

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

1414
dependencies {
15-
implementation "org.springframework.boot:spring-boot-starter-web:2.4.3"
16-
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.4.3"
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"
1717

1818
implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:8.0.0"
1919
implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:8.0.0"

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.3</version>
126+
<version>2.4.4</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.springframework.boot</groupId>
130130
<artifactId>spring-boot-starter-data-mongodb</artifactId>
131-
<version>2.4.3</version>
131+
<version>2.4.4</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.3</version>
79+
<version>2.4.4</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.springframework.boot</groupId>
8383
<artifactId>spring-boot-starter-data-mongodb</artifactId>
84-
<version>2.4.3</version>
84+
<version>2.4.4</version>
8585
</dependency>
8686

8787
<dependency>

0 commit comments

Comments
 (0)