File tree 2 files changed +3
-4
lines changed
spring-r2dbc/src/main/java/org/springframework/r2dbc/core
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ dependencies {
24
24
constraints {
25
25
api(" com.fasterxml:aalto-xml:1.3.2" )
26
26
api(" com.fasterxml.woodstox:woodstox-core:6.5.1" )
27
- api(" com.github.ben-manes.caffeine:caffeine:3.1.6 " )
27
+ api(" com.github.ben-manes.caffeine:caffeine:3.1.7 " )
28
28
api(" com.github.librepdf:openpdf:1.3.30" )
29
29
api(" com.google.code.findbugs:findbugs:3.0.1" )
30
30
api(" com.google.code.findbugs:jsr305:3.0.2" )
31
31
api(" com.google.code.gson:gson:2.10.1" )
32
32
api(" com.google.protobuf:protobuf-java-util:3.23.2" )
33
33
api(" com.googlecode.protobuf-java-format:protobuf-java-format:1.4" )
34
- api(" com.h2database:h2:2.1.214 " )
34
+ api(" com.h2database:h2:2.2.220 " )
35
35
api(" com.jayway.jsonpath:json-path:2.8.0" )
36
36
api(" com.rometools:rome:1.19.0" )
37
37
api(" com.squareup.okhttp3:mockwebserver:3.14.9" )
Original file line number Diff line number Diff line change @@ -163,8 +163,7 @@ private Mono<Connection> getConnection() {
163
163
/**
164
164
* Release the {@link Connection}.
165
165
* @param connection to close.
166
- * @return a {@link Publisher} that completes successfully when the connection is
167
- * closed
166
+ * @return a {@link Publisher} that completes successfully when the connection is closed
168
167
*/
169
168
private Publisher <Void > closeConnection (Connection connection ) {
170
169
return ConnectionFactoryUtils .currentConnectionFactory (
You can’t perform that action at this time.
0 commit comments