File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed
Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 3838
3939 <properties >
4040 <commons-compress .version>1.19</commons-compress .version>
41- <dependencies .version>2.1.9.RELEASE </dependencies .version>
41+ <dependencies .version>2.1.10.BUILD-SNAPSHOT </dependencies .version>
4242 <evo-inflector .version>1.2.2</evo-inflector .version>
4343 <immutables .version>2.7.4</immutables .version>
4444 <java-semver .version>0.9.0</java-semver .version>
4545 <jjwt .version>0.9.1</jjwt .version>
46- <netty .version>4.1.42.Final</netty .version>
4746 <okhttp3 .version>3.14.4</okhttp3 .version>
4847 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
49- <reactor .version>Californium-BUILD-SNAPSHOT</reactor .version>
5048 <wire .version>2.2.0</wire .version>
5149 </properties >
5250
5351 <dependencyManagement >
5452 <dependencies >
55- <dependency >
56- <groupId >io.netty</groupId >
57- <artifactId >netty-bom</artifactId >
58- <version >${netty.version} </version >
59- <type >pom</type >
60- <scope >import</scope >
61- </dependency >
62- <dependency >
63- <groupId >io.projectreactor</groupId >
64- <artifactId >reactor-bom</artifactId >
65- <version >${reactor.version} </version >
66- <type >pom</type >
67- <scope >import</scope >
68- </dependency >
6953 <dependency >
7054 <groupId >org.springframework.boot</groupId >
7155 <artifactId >spring-boot-dependencies</artifactId >
232216 </pluginRepository >
233217 </pluginRepositories >
234218
235- <!-- TODO: Remove once testing against Reactor Snapshots is complete -->
219+ <!-- TODO: Remove once testing against Boot Snapshots is complete -->
236220 <repositories >
237221 <repository >
238222 <id >spring-snapshot</id >
You can’t perform that action at this time.
0 commit comments