Skip to content

Commit 47f1056

Browse files
renovate-botJavierSegoviaCordoba
authored andcommitted
Update dependency com.javiersc.gradle-plugins:all-plugins to v0.1.0-rc.17
| datasource | package | from | to | | ---------- | --------------------------------------- | ----------- | ----------- | | maven | com.javiersc.gradle-plugins:all-plugins | 0.1.0-rc.12 | 0.1.0-rc.17 |
1 parent cde01f0 commit 47f1056

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased]
44

55
### Added
6+
67
- `emptyString()`
78
- `isNotNullNorBlank()` and `isNotNullNorEmpty()`
89
- `second()`, `third()`, `forth()`, `fifth()` and `penultimate()`
@@ -17,21 +18,24 @@
1718
### Fixed
1819

1920
### Updated
21+
22+
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.17`
2023
- `io.kotest:kotest-assertions-core -> 5.0.0`
21-
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.12`
2224
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.6.0`
2325

24-
2526
## [0.1.0-alpha.1] - 2021-11-10
2627

2728
### Added
29+
2830
- `AnsiColor` and `String.ansiColor()`
2931
- `String.remove`
3032

3133
### Updated
34+
3235
- `gradle -> 7.3`
3336
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.8`
3437
- `org.jetbrains.kotlinx:binary-compatibility-validator -> 0.8.0`
3538

3639
## [0.0.0] - 2021-11-04
40+
3741
- No changes

gradle/pluginLibs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
android = "7.0.3"
3-
javierscGradlePlugins = "0.1.0-rc.12"
3+
javierscGradlePlugins = "0.1.0-rc.17"
44
kotlin = "1.6.0"
55
kotlinBinaryValidator = "0.8.0"
66

0 commit comments

Comments
 (0)