Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 95dd635

Browse files
committed
Bump dependencies
1 parent 7f60544 commit 95dd635

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

plugins/quality/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html
1111

1212
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected])
1313

14+
### Bumped
15+
16+
- Gradle Convention Plugin 0.1.0 -> 0.2.0
17+
- Code Analysis Plugin 0.1.1 -> 0.2.0
18+
- Formatter Plugin 0.1.1 -> 0.2.0
19+
- Report Plugin 0.1.1 -> 0.2.0
20+
- Composite Delegator 0.1.0 -> 0.2.0
21+
1422
## [0.1.2](https://github.com/bitfunk/gradle-plugins/releases/tag/[email protected])
1523

1624
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected]@v0.1.2)
@@ -19,7 +27,7 @@ See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-quality
1927

2028
- Code Analysis Plugin 0.1.0 -> 0.1.1
2129
- Formatter Plugin 0.1.0 -> 0.1.1
22-
- Gradle Convention Plugin 0.7.0 -> 0.1.0
30+
- Gradle Convention Plugin 0.0.7 -> 0.1.0
2331
- Report Plugin 0.1.0 -> 0.1.1
2432

2533
## [0.1.1](https://github.com/bitfunk/gradle-plugins/releases/tag/[email protected])

plugins/quality/gradle/libs-quality.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
2-
gradleCodeAnalysis = "0.1.1"
3-
gradleFormatter = "0.1.1"
4-
gradleReport = "0.1.1"
2+
gradleCodeAnalysis = "0.2.0"
3+
gradleFormatter = "0.2.0"
4+
gradleReport = "0.2.0"
55

6-
gradlePluginConvention = "0.1.0"
7-
gradleCompositeDelegator = "0.1.0"
6+
gradlePluginConvention = "0.2.1"
7+
gradleCompositeDelegator = "0.2.0"
88

99
[libraries]
1010
gradleCodeAnalysis = { module = "eu.bitfunk.gradle.plugin.quality:code-analysis", version.ref = "gradleCodeAnalysis"}

0 commit comments

Comments
 (0)