Skip to content

Commit 05178bc

Browse files
github-actions[bot]stevecl5
authored andcommitted
chore(master): release 6.2.1
1 parent b7ae84f commit 05178bc

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.2.0"
2+
".": "6.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.2.1](https://github.com/mxenabled/coppuccino/compare/6.2.0...6.2.1) (2026-03-03)
4+
5+
6+
### Bug Fixes
7+
8+
* update pmd version to resolve CVE ([b7ae84f](https://github.com/mxenabled/coppuccino/commit/b7ae84fa4c8c9ee21b82394a24c82f085e622d38))
9+
310
## [6.2.0](https://github.com/mxenabled/coppuccino/compare/6.1.0...6.2.0) (2026-03-02)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ configure the JitPack repository in your `build.gradle`.
2626
<!-- x-release-please-start-version -->
2727
```groovy
2828
plugins {
29-
id: "com.github.mxenabled.coppuccino" version "6.2.0"
29+
id: "com.github.mxenabled.coppuccino" version "6.2.1"
3030
}
3131
allprojects {
3232
repositories {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group "com.mx.coppuccino"
10-
version "6.2.0" // x-release-please-version
10+
version "6.2.1" // x-release-please-version
1111

1212
java {
1313
toolchain {

0 commit comments

Comments
 (0)