File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ plugins {
1313mainClassName = " io.github.kobylynskyi.order.Application"
1414
1515dependencies {
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"
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ plugins {
1212mainClassName = " io.github.kobylynskyi.product.Application"
1313
1414dependencies {
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"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments