diff --git a/gradle.properties b/gradle.properties index 283fe658da7..5893a4fd085 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,8 +21,8 @@ mockitoVersion=5.23.0 nativeBuildToolsVersion=1.1.8 nullabilityPluginVersion=0.0.14 snakeYamlVersion=2.6 -springGrpcVersion=1.1.1-SNAPSHOT -springFrameworkVersion=7.0.9-SNAPSHOT +springGrpcVersion=1.1.1-INTERNAL-SNAPSHOT +springFrameworkVersion=7.0.9-INTERNAL-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=11.0.24 protobufGradlePluginVersion=0.9.6 diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 89168c8072e..541ef50c05e 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1615,7 +1615,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.17.1-SNAPSHOT") { + library("Micrometer", "1.17.1-INTERNAL-SNAPSHOT") { firstParty() group("io.micrometer") { modules = [ @@ -1638,7 +1638,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.7.1-SNAPSHOT") { + library("Micrometer Tracing", "1.7.1-INTERNAL-SNAPSHOT") { firstParty() group("io.micrometer") { bom("micrometer-tracing-bom") @@ -2085,7 +2085,7 @@ bom { ] } } - library("Reactor Bom", "2025.0.7-SNAPSHOT") { + library("Reactor Bom", "2025.0.7-INTERNAL-SNAPSHOT") { firstParty() calendarName = "Reactor" group("io.projectreactor") { @@ -2516,7 +2516,7 @@ bom { ] } } - library("Spring AMQP", "4.1.1-SNAPSHOT") { + library("Spring AMQP", "4.1.1-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.amqp") { bom("spring-amqp-bom") @@ -2531,7 +2531,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") @@ -2546,7 +2546,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2026.0.1-SNAPSHOT") { + library("Spring Data Bom", "2026.0.1-INTERNAL-SNAPSHOT") { firstParty() calendarName = "Spring Data Release" group("org.springframework.data") { @@ -2576,7 +2576,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 = [ @@ -2611,7 +2611,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-grpc/releases/tag/v{version}") } } - library("Spring HATEOAS", "3.1.2-SNAPSHOT") { + library("Spring HATEOAS", "3.1.2-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.hateoas") { modules = [ @@ -2628,7 +2628,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.1.1-SNAPSHOT") { + library("Spring Integration", "7.1.1-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.integration") { bom("spring-integration-bom") @@ -2643,7 +2643,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "4.1.1-SNAPSHOT") { + library("Spring Kafka", "4.1.1-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.kafka") { modules = [ @@ -2661,7 +2661,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}") } } - library("Spring LDAP", "4.1.1-SNAPSHOT") { + library("Spring LDAP", "4.1.1-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.ldap") { modules = [ @@ -2681,7 +2681,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") @@ -2711,7 +2711,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Security", "7.1.1-SNAPSHOT") { + library("Spring Security", "7.1.1-INTERNAL-SNAPSHOT") { firstParty() group("org.springframework.security") { bom("spring-security-bom") @@ -2726,7 +2726,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "4.1.1-SNAPSHOT") { + library("Spring Session", "4.1.1-INTERNAL-SNAPSHOT") { firstParty() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])