Skip to content

Commit e6190d3

Browse files
dependabot[bot]ludomikula
authored andcommitted
build(deps): bump spring-boot-starter-webflux in /server/api-service
Bumps [spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 2.5.5 to 3.0.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.5...v3.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a1bb26 commit e6190d3

File tree

2 files changed

+2
-2
lines changed
  • server/api-service/openblocks-plugins

2 files changed

+2
-2
lines changed

server/api-service/openblocks-plugins/googleSheetsPlugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.springframework.boot</groupId>
6363
<artifactId>spring-boot-starter-webflux</artifactId>
64-
<version>2.7.0</version>
64+
<version>3.0.6</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>

server/api-service/openblocks-plugins/graphqlPlugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>org.springframework.boot</groupId>
109109
<artifactId>spring-boot-starter-webflux</artifactId>
110-
<version>2.5.12</version>
110+
<version>3.0.6</version>
111111
<scope>test</scope>
112112
</dependency>
113113
<dependency>

0 commit comments

Comments
 (0)