Skip to content

Commit 8b0ddc2

Browse files
Update plugin org.springframework.boot to v3.5.8
1 parent d3fa3fe commit 8b0ddc2

File tree

5 files changed

+75
-75
lines changed

5 files changed

+75
-75
lines changed

languages/jvm/java.com/server/spring.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
// ✅ Spotless
1111
id 'com.diffplug.spotless' version '8.1.0'
1212
// ✅ Spring Boot plugin
13-
id 'org.springframework.boot' version '3.5.7'
13+
id 'org.springframework.boot' version '3.5.8'
1414
// ✅ Dependency management plugin for Spring libraries
1515
id 'io.spring.dependency-management' version '1.1.7'
1616
}

languages/jvm/kotlinlang.org/gradle/wrapper/spring.io/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
pmd
77
id("com.diffplug.spotless") version "8.1.0"
88

9-
id("org.springframework.boot") version "3.5.7"
9+
id("org.springframework.boot") version "3.5.8"
1010
id("io.spring.dependency-management") version "1.1.7"
1111
kotlin("plugin.spring") version "2.2.21"
1212
}

languages/jvm/kotlinlang.org/gradle/wrapper/spring.io/gradle.lockfile

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
ch.qos.logback:logback-classic:1.5.20=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
5-
ch.qos.logback:logback-core:1.5.20=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
6-
com.fasterxml.jackson.core:jackson-annotations:2.19.2=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
7-
com.fasterxml.jackson.core:jackson-core:2.19.2=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-databind:2.19.2=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
9-
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.2=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
10-
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
11-
com.fasterxml.jackson.module:jackson-module-parameter-names:2.19.2=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
12-
com.fasterxml.jackson:jackson-bom:2.19.2=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
13-
com.github.ben-manes.caffeine:caffeine:3.2.2=swiftExportClasspathResolvable
4+
ch.qos.logback:logback-classic:1.5.21=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.5.21=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
6+
com.fasterxml.jackson.core:jackson-annotations:2.19.4=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
7+
com.fasterxml.jackson.core:jackson-core:2.19.4=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
8+
com.fasterxml.jackson.core:jackson-databind:2.19.4=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
9+
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.4=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
10+
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.4=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
11+
com.fasterxml.jackson.module:jackson-module-parameter-names:2.19.4=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
12+
com.fasterxml.jackson:jackson-bom:2.19.4=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
13+
com.github.ben-manes.caffeine:caffeine:3.2.3=swiftExportClasspathResolvable
1414
com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd
1515
com.google.code.findbugs:jsr305:3.0.2=checkstyle
1616
com.google.code.gson:gson:2.13.2=pmd
17-
com.google.errorprone:error_prone_annotations:2.40.0=swiftExportClasspathResolvable
1817
com.google.errorprone:error_prone_annotations:2.41.0=checkstyle,pmd
18+
com.google.errorprone:error_prone_annotations:2.43.0=swiftExportClasspathResolvable
1919
com.google.guava:failureaccess:1.0.3=checkstyle
2020
com.google.guava:guava:33.5.0-jre=checkstyle
2121
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle
@@ -27,8 +27,8 @@ commons-beanutils:commons-beanutils:1.11.0=checkstyle
2727
commons-collections:commons-collections:3.2.2=checkstyle
2828
info.picocli:picocli:4.7.7=checkstyle
2929
io.github.java-diff-utils:java-diff-utils:4.12=kotlinInternalAbiValidation
30-
io.micrometer:micrometer-commons:1.15.5=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
31-
io.micrometer:micrometer-observation:1.15.5=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
30+
io.micrometer:micrometer-commons:1.15.6=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
31+
io.micrometer:micrometer-observation:1.15.6=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
3232
io.netty:netty-buffer:4.1.128.Final=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
3333
io.netty:netty-codec-dns:4.1.128.Final=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
3434
io.netty:netty-codec-http2:4.1.128.Final=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
@@ -48,10 +48,10 @@ io.netty:netty-transport-native-unix-common:4.1.128.Final=compileClasspath,imple
4848
io.netty:netty-transport:4.1.128.Final=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
4949
io.opentelemetry:opentelemetry-api:1.49.0=swiftExportClasspathResolvable
5050
io.opentelemetry:opentelemetry-context:1.49.0=swiftExportClasspathResolvable
51-
io.projectreactor.netty:reactor-netty-core:1.2.11=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
52-
io.projectreactor.netty:reactor-netty-http:1.2.11=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
53-
io.projectreactor:reactor-core:3.7.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
54-
io.projectreactor:reactor-test:3.7.12=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
51+
io.projectreactor.netty:reactor-netty-core:1.2.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
52+
io.projectreactor.netty:reactor-netty-http:1.2.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
53+
io.projectreactor:reactor-core:3.7.13=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
54+
io.projectreactor:reactor-test:3.7.13=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
5555
jakarta.activation:jakarta.activation-api:2.1.4=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
5656
jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
5757
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
@@ -141,25 +141,25 @@ org.skyscreamer:jsonassert:1.5.3=testCompileClasspath,testImplementationDependen
141141
org.slf4j:jul-to-slf4j:2.0.17=compileClasspath,implementationDependenciesMetadata,pmd,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
142142
org.slf4j:slf4j-api:2.0.17=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
143143
org.slf4j:slf4j-simple:2.0.17=checkstyle
144-
org.springframework.boot:spring-boot-autoconfigure:3.5.7=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
145-
org.springframework.boot:spring-boot-starter-json:3.5.7=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
146-
org.springframework.boot:spring-boot-starter-logging:3.5.7=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
147-
org.springframework.boot:spring-boot-starter-reactor-netty:3.5.7=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
148-
org.springframework.boot:spring-boot-starter-test:3.5.7=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
149-
org.springframework.boot:spring-boot-starter-webflux:3.5.7=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
150-
org.springframework.boot:spring-boot-starter:3.5.7=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
151-
org.springframework.boot:spring-boot-test-autoconfigure:3.5.7=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
152-
org.springframework.boot:spring-boot-test:3.5.7=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
153-
org.springframework.boot:spring-boot:3.5.7=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
154-
org.springframework:spring-aop:6.2.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
155-
org.springframework:spring-beans:6.2.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
156-
org.springframework:spring-context:6.2.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
157-
org.springframework:spring-core:6.2.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
158-
org.springframework:spring-expression:6.2.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
159-
org.springframework:spring-jcl:6.2.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
160-
org.springframework:spring-test:6.2.12=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
161-
org.springframework:spring-web:6.2.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
162-
org.springframework:spring-webflux:6.2.12=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
144+
org.springframework.boot:spring-boot-autoconfigure:3.5.8=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
145+
org.springframework.boot:spring-boot-starter-json:3.5.8=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
146+
org.springframework.boot:spring-boot-starter-logging:3.5.8=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
147+
org.springframework.boot:spring-boot-starter-reactor-netty:3.5.8=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
148+
org.springframework.boot:spring-boot-starter-test:3.5.8=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
149+
org.springframework.boot:spring-boot-starter-webflux:3.5.8=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
150+
org.springframework.boot:spring-boot-starter:3.5.8=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
151+
org.springframework.boot:spring-boot-test-autoconfigure:3.5.8=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
152+
org.springframework.boot:spring-boot-test:3.5.8=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
153+
org.springframework.boot:spring-boot:3.5.8=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
154+
org.springframework:spring-aop:6.2.14=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
155+
org.springframework:spring-beans:6.2.14=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
156+
org.springframework:spring-context:6.2.14=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
157+
org.springframework:spring-core:6.2.14=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
158+
org.springframework:spring-expression:6.2.14=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
159+
org.springframework:spring-jcl:6.2.14=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
160+
org.springframework:spring-test:6.2.14=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
161+
org.springframework:spring-web:6.2.14=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
162+
org.springframework:spring-webflux:6.2.14=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
163163
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd
164164
org.xmlunit:xmlunit-core:2.10.4=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
165165
org.yaml:snakeyaml:2.4=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath

languages/jvm/kotlinlang.org/services/spring.io/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
pmd
77
id("com.diffplug.spotless") version "8.1.0"
88

9-
id("org.springframework.boot") version "3.5.7"
9+
id("org.springframework.boot") version "3.5.8"
1010
id("io.spring.dependency-management") version "1.1.7"
1111
kotlin("plugin.spring") version "2.2.21"
1212
}

0 commit comments

Comments
 (0)