Skip to content

Commit 5e4ed68

Browse files
committed
Merge branch '6.0.x'
# Conflicts: # framework-docs/modules/ROOT/pages/data-access/jdbc/core.adoc
2 parents 49c4b20 + 6fd40a8 commit 5e4ed68

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

framework-platform/framework-platform.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ dependencies {
2424
constraints {
2525
api("com.fasterxml:aalto-xml:1.3.2")
2626
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")
2828
api("com.github.librepdf:openpdf:1.3.30")
2929
api("com.google.code.findbugs:findbugs:3.0.1")
3030
api("com.google.code.findbugs:jsr305:3.0.2")
3131
api("com.google.code.gson:gson:2.10.1")
3232
api("com.google.protobuf:protobuf-java-util:3.23.2")
3333
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")
3535
api("com.jayway.jsonpath:json-path:2.8.0")
3636
api("com.rometools:rome:1.19.0")
3737
api("com.squareup.okhttp3:mockwebserver:3.14.9")

spring-r2dbc/src/main/java/org/springframework/r2dbc/core/DefaultDatabaseClient.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ private Mono<Connection> getConnection() {
163163
/**
164164
* Release the {@link Connection}.
165165
* @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
168167
*/
169168
private Publisher<Void> closeConnection(Connection connection) {
170169
return ConnectionFactoryUtils.currentConnectionFactory(

0 commit comments

Comments
 (0)