File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
spring-context/src/main/java/org/springframework/context/support Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ javaPlatform {
99dependencies {
1010 api(platform(" com.fasterxml.jackson:jackson-bom:2.15.4" ))
1111 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" ))
1313 api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
1414 api(platform(" io.projectreactor:reactor-bom:2024.0.0-M3" ))
1515 api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
@@ -109,7 +109,7 @@ dependencies {
109109 api(" org.aspectj:aspectjrt:1.9.22.1" )
110110 api(" org.aspectj:aspectjtools:1.9.22.1" )
111111 api(" org.aspectj:aspectjweaver:1.9.22.1" )
112- api(" org.awaitility:awaitility:4.2.0 " )
112+ api(" org.awaitility:awaitility:4.2.1 " )
113113 api(" org.bouncycastle:bcpkix-jdk18on:1.72" )
114114 api(" org.codehaus.jettison:jettison:1.5.4" )
115115 api(" org.crac:crac:1.4.0" )
Original file line number Diff line number Diff line change 6060 * groups for specific phases, on startup/shutdown as well as for explicit start/stop
6161 * interactions on a {@link org.springframework.context.ConfigurableApplicationContext}.
6262 *
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- *
6763 * <p>As of 6.1, this also includes support for JVM checkpoint/restore (Project CRaC)
6864 * when the {@code org.crac:crac} dependency on the classpath.
6965 *
You can’t perform that action at this time.
0 commit comments