diff --git a/gradle.properties b/gradle.properties index 8297bf9320f..f528359c0ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ mockitoVersion=5.20.0 nativeBuildToolsVersion=0.11.5 nullabilityPluginVersion=0.0.14 snakeYamlVersion=2.5 -springFrameworkVersion=7.0.9-SNAPSHOT +springFrameworkVersion=7.0.9-INTERNAL-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=11.0.24 diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 0772790d49b..b7abe9d97a5 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1540,7 +1540,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.16.7-SNAPSHOT") { + library("Micrometer", "1.16.7-INTERNAL-SNAPSHOT") { firstParty() group("io.micrometer") { modules = [ @@ -1563,7 +1563,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.6.7-SNAPSHOT") { + library("Micrometer Tracing", "1.6.7-INTERNAL-SNAPSHOT") { firstParty() alignWith { dependencyManagementDeclaredIn("io.micrometer:micrometer-tracing-bom") { @@ -1973,7 +1973,7 @@ bom { ] } } - library("Reactor Bom", "2025.0.7-SNAPSHOT") { + library("Reactor Bom", "2025.0.7-INTERNAL-SNAPSHOT") { firstParty() calendarName = "Reactor" group("io.projectreactor") { @@ -2392,7 +2392,7 @@ bom { ] } } - library("Spring AMQP", "4.0.5-SNAPSHOT") { + library("Spring AMQP", "4.0.5-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.amqp") { bom("spring-amqp-bom") @@ -2407,7 +2407,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Batch", "6.0.5-SNAPSHOT") { + library("Spring Batch", "6.0.5-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.batch") { bom("spring-batch-bom") @@ -2422,7 +2422,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2025.1.7-SNAPSHOT") { + library("Spring Data Bom", "2025.1.7-INTERNAL-SNAPSHOT") { firstParty() calendarName = "Spring Data Release" group("org.springframework.data") { @@ -2452,7 +2452,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}") } } - library("Spring GraphQL", "2.0.5-SNAPSHOT") { + library("Spring GraphQL", "2.0.5-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.graphql") { modules = [ @@ -2470,7 +2470,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}") } } - library("Spring HATEOAS", "3.0.5-SNAPSHOT") { + library("Spring HATEOAS", "3.0.5-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.hateoas") { modules = [ @@ -2487,7 +2487,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.6-SNAPSHOT") { + library("Spring Integration", "7.0.6-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.integration") { bom("spring-integration-bom") @@ -2502,7 +2502,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "4.0.7-SNAPSHOT") { + library("Spring Kafka", "4.0.7-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.kafka") { modules = [ @@ -2520,7 +2520,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}") } } - library("Spring LDAP", "4.0.5-SNAPSHOT") { + library("Spring LDAP", "4.0.5-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.ldap") { modules = [ @@ -2540,7 +2540,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "2.0.7-SNAPSHOT") { + library("Spring Pulsar", "2.0.7-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.pulsar") { bom("spring-pulsar-bom") @@ -2570,7 +2570,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Security", "7.0.7-SNAPSHOT") { + library("Spring Security", "7.0.7-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.security") { bom("spring-security-bom") @@ -2585,7 +2585,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "4.0.5-SNAPSHOT") { + library("Spring Session", "4.0.5-INTERNAL-SNAPSHOT") { firstParty() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])