File tree 2 files changed +2
-6
lines changed
spring-context/src/main/java/org/springframework/context/support
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ javaPlatform {
9
9
dependencies {
10
10
api(platform(" com.fasterxml.jackson:jackson-bom:2.15.4" ))
11
11
api(platform(" io.micrometer:micrometer-bom:1.13.1" ))
12
- api(platform(" io.netty:netty-bom:4.1.110 .Final" ))
12
+ api(platform(" io.netty:netty-bom:4.1.111 .Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
14
api(platform(" io.projectreactor:reactor-bom:2024.0.0-M3" ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
@@ -109,7 +109,7 @@ dependencies {
109
109
api(" org.aspectj:aspectjrt:1.9.22.1" )
110
110
api(" org.aspectj:aspectjtools:1.9.22.1" )
111
111
api(" org.aspectj:aspectjweaver:1.9.22.1" )
112
- api(" org.awaitility:awaitility:4.2.0 " )
112
+ api(" org.awaitility:awaitility:4.2.1 " )
113
113
api(" org.bouncycastle:bcpkix-jdk18on:1.72" )
114
114
api(" org.codehaus.jettison:jettison:1.5.4" )
115
115
api(" org.crac:crac:1.4.0" )
Original file line number Diff line number Diff line change 60
60
* groups for specific phases, on startup/shutdown as well as for explicit start/stop
61
61
* interactions on a {@link org.springframework.context.ConfigurableApplicationContext}.
62
62
*
63
- * <p>Provides interaction with {@link Lifecycle} and {@link SmartLifecycle} beans in
64
- * groups for specific phases, on startup/shutdown as well as for explicit start/stop
65
- * interactions on a {@link org.springframework.context.ConfigurableApplicationContext}.
66
- *
67
63
* <p>As of 6.1, this also includes support for JVM checkpoint/restore (Project CRaC)
68
64
* when the {@code org.crac:crac} dependency on the classpath.
69
65
*
You can’t perform that action at this time.
0 commit comments