Merge branch '3.1.x'

This commit is contained in:
Stephane Nicoll
2023-06-14 09:36:47 +02:00
2 changed files with 7 additions and 7 deletions

View File

@@ -7,6 +7,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
kotlinVersion=1.8.22
nativeBuildToolsVersion=0.9.22
springFrameworkVersion=6.0.10-SNAPSHOT
tomcatVersion=10.1.9
tomcatVersion=10.1.10
kotlin.stdlib.default.dependency=false

View File

@@ -209,7 +209,7 @@ bom {
]
}
}
library("Couchbase Client", "3.4.6") {
library("Couchbase Client", "3.4.7") {
group("com.couchbase.client") {
modules = [
"java-client"
@@ -357,7 +357,7 @@ bom {
]
}
}
library("Hazelcast", "5.2.3") {
library("Hazelcast", "5.2.4") {
group("com.hazelcast") {
modules = [
"hazelcast",
@@ -823,7 +823,7 @@ bom {
]
}
}
library("Logback", "1.4.7") {
library("Logback", "1.4.8") {
group("ch.qos.logback") {
modules = [
"logback-access",
@@ -972,7 +972,7 @@ bom {
]
}
}
library("Micrometer", "1.11.1-SNAPSHOT") {
library("Micrometer", "1.11.1") {
group("io.micrometer") {
modules = [
"micrometer-registry-stackdriver" {
@@ -984,7 +984,7 @@ bom {
]
}
}
library("Micrometer Tracing", "1.1.2-SNAPSHOT") {
library("Micrometer Tracing", "1.1.2") {
group("io.micrometer") {
imports = [
"micrometer-tracing-bom"
@@ -1202,7 +1202,7 @@ bom {
]
}
}
library("Reactor Bom", "2022.0.8-SNAPSHOT") {
library("Reactor Bom", "2022.0.8") {
group("io.projectreactor") {
imports = [
"reactor-bom"