From 0dd93de05d22af8245f31d9fc39b8c6ec28427b5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:56:56 +0200 Subject: [PATCH 01/25] Upgrade to Hazelcast 5.1.7 Closes gh-35987 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 86b30b4ad0..07e0b8499f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -452,7 +452,7 @@ bom { ] } } - library("Hazelcast", "5.1.6") { + library("Hazelcast", "5.1.7") { group("com.hazelcast") { modules = [ "hazelcast", From f206f1807f237680a5dd070f0d9e3347e56f3ae8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:57:03 +0200 Subject: [PATCH 02/25] Upgrade to Netty 4.1.94.Final Closes gh-35988 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 07e0b8499f..a97fa513bf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1394,7 +1394,7 @@ bom { ] } } - library("Netty", "4.1.93.Final") { + library("Netty", "4.1.94.Final") { group("io.netty") { imports = [ "netty-bom" From b0af37003899629a4895e300c61348937aaf2d73 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:57:03 +0200 Subject: [PATCH 03/25] Upgrade to Spring Security 5.7.9 Closes gh-35730 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a97fa513bf..055e209b53 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1832,7 +1832,7 @@ bom { ] } } - library("Spring Security", "5.7.9-SNAPSHOT") { + library("Spring Security", "5.7.9") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6" From cb5330fd116b9e6dc23345fa1d343c4aa8de1103 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:57:04 +0200 Subject: [PATCH 04/25] Upgrade to Spring Session Bom 2021.2.2 Closes gh-35731 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 055e209b53..04afe2dd91 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1843,7 +1843,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.2-SNAPSHOT") { + library("Spring Session Bom", "2021.2.2") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From e7f6faf6aebba62fc915a782b98c014d1a7d28b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:23 +0200 Subject: [PATCH 05/25] Upgrade to Hazelcast 5.1.7 Closes gh-35989 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4a9890b307..a1397d1c0b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -321,7 +321,7 @@ bom { ] } } - library("Hazelcast", "5.1.6") { + library("Hazelcast", "5.1.7") { group("com.hazelcast") { modules = [ "hazelcast", From 3e3428af9564f217bda665b413b7a9d474cabb52 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:29 +0200 Subject: [PATCH 06/25] Upgrade to Infinispan 14.0.11.Final Closes gh-35990 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a1397d1c0b..65c153c644 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -431,7 +431,7 @@ bom { ] } } - library("Infinispan", "14.0.10.Final") { + library("Infinispan", "14.0.11.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From b65ea1212ad5bb18b3acedced6009942af9ca80e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:34 +0200 Subject: [PATCH 07/25] Upgrade to Native Build Tools Plugin 0.9.23 Closes gh-35991 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ef1a8c0761..e0ff15db17 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.7.22 -nativeBuildToolsVersion=0.9.22 +nativeBuildToolsVersion=0.9.23 springFrameworkVersion=6.0.10 tomcatVersion=10.1.10 From a7d71a39210e50a4c56269f43c069c62ceb82e4d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:40 +0200 Subject: [PATCH 08/25] Upgrade to Netty 4.1.94.Final Closes gh-35992 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 65c153c644..73fde479ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1025,7 +1025,7 @@ bom { ] } } - library("Netty", "4.1.93.Final") { + library("Netty", "4.1.94.Final") { group("io.netty") { imports = [ "netty-bom" From 1940d876c375599c1f1dcc97350b8d9db5e31d43 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:40 +0200 Subject: [PATCH 09/25] Upgrade to Spring AMQP 3.0.5 Closes gh-35737 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 73fde479ed..900562a9a0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1330,7 +1330,7 @@ bom { ] } } - library("Spring AMQP", "3.0.5-SNAPSHOT") { + library("Spring AMQP", "3.0.5") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 0b582651b3ac6f50c62a1b42309561d9de0d0dc8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:41 +0200 Subject: [PATCH 10/25] Upgrade to Spring GraphQL 1.1.5 Closes gh-35775 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 900562a9a0..69d271bb12 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1362,7 +1362,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.5-SNAPSHOT") { + library("Spring GraphQL", "1.1.5") { group("org.springframework.graphql") { modules = [ "spring-graphql", From 6066fb53ed7a1022230f13deea7b2e6f4e4f7dc3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:46 +0200 Subject: [PATCH 11/25] Upgrade to Spring Kafka 3.0.8 Closes gh-35993 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 69d271bb12..a628eff273 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,7 @@ bom { ] } } - library("Spring Kafka", "3.0.7") { + library("Spring Kafka", "3.0.8") { group("org.springframework.kafka") { modules = [ "spring-kafka", From cf955671d88651f31a2bc4794d8167d72e5f7c22 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:46 +0200 Subject: [PATCH 12/25] Upgrade to Spring Security 6.0.4 Closes gh-35743 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a628eff273..16fb8da64c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Security", "6.0.4-SNAPSHOT") { + library("Spring Security", "6.0.4") { group("org.springframework.security") { imports = [ "spring-security-bom" From 4c06dc49b36acef3eb0495c79f2530250f41b72d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:47 +0200 Subject: [PATCH 13/25] Upgrade to Spring Session 3.0.2 Closes gh-35744 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 16fb8da64c..7108debd2e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1423,7 +1423,7 @@ bom { ] } } - library("Spring Session", "3.0.2-SNAPSHOT") { + library("Spring Session", "3.0.2") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers" From 21046c06118ae9d003a5b45a9c8d7aefac66ac08 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:28:53 +0200 Subject: [PATCH 14/25] Upgrade to Hibernate 6.2.5.Final Closes gh-35994 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 22be91265d..3c0cbaf8fb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -365,7 +365,7 @@ bom { ] } } - library("Hibernate", "6.2.4.Final") { + library("Hibernate", "6.2.5.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From 2815e83096df7f2a5f6920b87c82df04a6464593 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:28:58 +0200 Subject: [PATCH 15/25] Upgrade to HttpCore5 5.2.2 Closes gh-35995 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3c0cbaf8fb..5728dcf17f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -444,7 +444,7 @@ bom { ] } } - library("HttpCore5", "5.2.1") { + library("HttpCore5", "5.2.2") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5", From 264c01c8db5e457341517cfb33b0dc3bcafd0c2b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:04 +0200 Subject: [PATCH 16/25] Upgrade to Infinispan 14.0.11.Final Closes gh-35996 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 5728dcf17f..3373a0f36b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -453,7 +453,7 @@ bom { ] } } - library("Infinispan", "14.0.10.Final") { + library("Infinispan", "14.0.11.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From b85184e3587b15c808c81c5a5a3fbab731d02bc3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:09 +0200 Subject: [PATCH 17/25] Upgrade to Native Build Tools Plugin 0.9.23 Closes gh-35997 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0a6fd78a5d..5f5b8e8ca9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.8.22 -nativeBuildToolsVersion=0.9.22 +nativeBuildToolsVersion=0.9.23 springFrameworkVersion=6.0.10 tomcatVersion=10.1.10 From a7f8b829055673fc46b85ee3e4b8095b2c30ac95 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:15 +0200 Subject: [PATCH 18/25] Upgrade to Netty 4.1.94.Final Closes gh-35998 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3373a0f36b..c87930053e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1051,7 +1051,7 @@ bom { ] } } - library("Netty", "4.1.93.Final") { + library("Netty", "4.1.94.Final") { group("io.netty") { imports = [ "netty-bom" From 0c32ce4214c6a7ce024aa538a5b3565da5a035c7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:20 +0200 Subject: [PATCH 19/25] Upgrade to REST Assured 5.3.1 Closes gh-35999 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index c87930053e..c86cf586bc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1209,7 +1209,7 @@ bom { ] } } - library("REST Assured", "5.3.0") { + library("REST Assured", "5.3.1") { group("io.rest-assured") { imports = [ "rest-assured-bom" From 8d351ffb1f231a0f27eb5b747766a1c64b166fb4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:21 +0200 Subject: [PATCH 20/25] Upgrade to Spring AMQP 3.0.5 Closes gh-35748 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index c86cf586bc..ef25f879b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1382,7 +1382,7 @@ bom { ] } } - library("Spring AMQP", "3.0.5-SNAPSHOT") { + library("Spring AMQP", "3.0.5") { group("org.springframework.amqp") { modules = [ "spring-amqp", From a2b7fc8661d01e3cf04ee781faf58f3642d07a24 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:21 +0200 Subject: [PATCH 21/25] Upgrade to Spring Authorization Server 1.1.1 Closes gh-35749 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ef25f879b4..8caff8184d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1393,7 +1393,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.1-SNAPSHOT") { + library("Spring Authorization Server", "1.1.1") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server" From 81f1961e2769712c84e787940e2cdf0a291ec515 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:22 +0200 Subject: [PATCH 22/25] Upgrade to Spring GraphQL 1.2.1 Closes gh-35752 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 8caff8184d..e1d022e1f4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1421,7 +1421,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.1-SNAPSHOT") { + library("Spring GraphQL", "1.2.1") { group("org.springframework.graphql") { modules = [ "spring-graphql", From da6cbfd5fe9e6237a06653b7b2fcf0fcdc9a6c9e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:27 +0200 Subject: [PATCH 23/25] Upgrade to Spring Kafka 3.0.8 Closes gh-36000 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e1d022e1f4..3c5fe1a04b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1443,7 +1443,7 @@ bom { ] } } - library("Spring Kafka", "3.0.7") { + library("Spring Kafka", "3.0.8") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 424e8e6924791b6c29461eda462cac3e03cc2d1b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:28 +0200 Subject: [PATCH 24/25] Upgrade to Spring Security 6.1.1 Closes gh-35754 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3c5fe1a04b..6374470c97 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1475,7 +1475,7 @@ bom { ] } } - library("Spring Security", "6.1.1-SNAPSHOT") { + library("Spring Security", "6.1.1") { group("org.springframework.security") { imports = [ "spring-security-bom" From 75ca6030a8ea7d57fcedc77707ee060cbfd8be43 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:28 +0200 Subject: [PATCH 25/25] Upgrade to Spring Session 3.1.1 Closes gh-35755 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 6374470c97..6d291904d9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1482,7 +1482,7 @@ bom { ] } } - library("Spring Session", "3.1.1-SNAPSHOT") { + library("Spring Session", "3.1.1") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"