From 0513dd6c96045ab995f071396c723b1b21b1720f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 20 Aug 2024 00:11:33 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20update=20after=20release=20`v1.0.0-Alp?=
=?UTF-8?q?ha20`=20=F0=9F=93=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 24 ++++++++++++------------
cffu-ttl-executor-wrapper/README.md | 6 +++---
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index 349fef06..1859d8b9 100644
--- a/README.md
+++ b/README.md
@@ -610,18 +610,18 @@ public class ConcurrencyStrategyDemo {
io.foldright
cffu
- 1.0.0-Alpha19
+ 1.0.0-Alpha20
```
- For `Gradle` projects:
```groovy
// Gradle Kotlin DSL
- implementation("io.foldright:cffu:1.0.0-Alpha19")
+ implementation("io.foldright:cffu:1.0.0-Alpha20")
```
```groovy
// Gradle Groovy DSL
- implementation 'io.foldright:cffu:1.0.0-Alpha19'
+ implementation 'io.foldright:cffu:1.0.0-Alpha20'
```
- `cffu Kotlin`支持库:
- For `Maven` projects:
@@ -630,18 +630,18 @@ public class ConcurrencyStrategyDemo {
io.foldright
cffu-kotlin
- 1.0.0-Alpha19
+ 1.0.0-Alpha20
```
- For `Gradle` projects:
```groovy
// Gradle Kotlin DSL
- implementation("io.foldright:cffu-kotlin:1.0.0-Alpha19")
+ implementation("io.foldright:cffu-kotlin:1.0.0-Alpha20")
```
```groovy
// Gradle Groovy DSL
- implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha19'
+ implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha20'
```
- `cffu bom`:
- For `Maven` projects:
@@ -650,7 +650,7 @@ public class ConcurrencyStrategyDemo {
io.foldright
cffu-bom
- 1.0.0-Alpha19
+ 1.0.0-Alpha20
pom
import
@@ -659,11 +659,11 @@ public class ConcurrencyStrategyDemo {
```groovy
// Gradle Kotlin DSL
- implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha19"))
+ implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha20"))
```
```groovy
// Gradle Groovy DSL
- implementation platform('io.foldright:cffu-bom:1.0.0-Alpha19')
+ implementation platform('io.foldright:cffu-bom:1.0.0-Alpha20')
```
- [📌 `TransmittableThreadLocal(TTL)`](https://github.com/alibaba/transmittable-thread-local)的[`cffu executor wrapper SPI`实现](cffu-ttl-executor-wrapper):
- For `Maven` projects:
@@ -672,7 +672,7 @@ public class ConcurrencyStrategyDemo {
io.foldright
cffu-ttl-executor-wrapper
- 1.0.0-Alpha19
+ 1.0.0-Alpha20
runtime
```
@@ -680,11 +680,11 @@ public class ConcurrencyStrategyDemo {
```groovy
// Gradle Kotlin DSL
- runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha19")
+ runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha20")
```
```groovy
// Gradle Groovy DSL
- runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha19'
+ runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha20'
```
# 📚 更多资料
diff --git a/cffu-ttl-executor-wrapper/README.md b/cffu-ttl-executor-wrapper/README.md
index 07dc0b8e..35871466 100644
--- a/cffu-ttl-executor-wrapper/README.md
+++ b/cffu-ttl-executor-wrapper/README.md
@@ -18,7 +18,7 @@ For `Maven` projects:
io.foldright
cffu-ttl-executor-wrapper
runtime
- 1.0.0-Alpha19
+ 1.0.0-Alpha20
```
@@ -26,12 +26,12 @@ For `Gradle` projects:
```groovy
// Gradle Kotlin DSL
-runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha19")
+runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha20")
```
```groovy
// Gradle Groovy DSL
-runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha19'
+runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha20'
```
`cffu-ttl-executor-wrapper` has published to maven central, find the latest version at