Skip to content

Commit 9ac3edc

Browse files
committed
Bump 64.6 -> 64.8.
1 parent cc4412e commit 9ac3edc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1717
### Fixed
1818
* Added support for plugins when using Prettier version `3.0.0` and newer. ([#1802](https://github.com/diffplug/spotless/pull/1802))
1919
### Changes
20-
* Bump default `flexmark` version to latest `0.64.0` -> `0.64.6`. ([#1801](https://github.com/diffplug/spotless/pull/1801))
20+
* Bump default `flexmark` version to latest `0.64.0` -> `0.64.8`. ([#1801](https://github.com/diffplug/spotless/pull/1801))
2121
* Bump default `ktlint` version to latest `0.50.0` -> `1.0.0`. ([#1808](https://github.com/diffplug/spotless/pull/1808))
2222

2323
## [2.41.0] - 2023-08-29

lib/src/main/java/com/diffplug/spotless/markdown/FlexmarkStep.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class FlexmarkStep {
2929
// prevent direct instantiation
3030
private FlexmarkStep() {}
3131

32-
private static final String DEFAULT_VERSION = "0.64.6";
32+
private static final String DEFAULT_VERSION = "0.64.8";
3333
private static final String NAME = "flexmark-java";
3434
private static final String MAVEN_COORDINATE = "com.vladsch.flexmark:flexmark-all:";
3535

plugin-gradle/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ To apply flexmark to all of the `.md` files in your project, use this snippet:
592592
spotless {
593593
flexmark {
594594
target '**/*.md' // you have to set the target manually
595-
flexmark() // or flexmark('0.64.6') // version is optional
595+
flexmark() // or flexmark('0.64.8') // version is optional
596596
}
597597
}
598598
```

plugin-maven/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1010
### Fixed
1111
* Added support for plugins when using Prettier version `3.0.0` and newer. ([#1802](https://github.com/diffplug/spotless/pull/1802))
1212
### Changes
13-
* Bump default `flexmark` version to latest `0.64.0` -> `0.64.6`. ([#1801](https://github.com/diffplug/spotless/pull/1801))
13+
* Bump default `flexmark` version to latest `0.64.0` -> `0.64.8`. ([#1801](https://github.com/diffplug/spotless/pull/1801))
1414
* Bump default `ktlint` version to latest `0.50.0` -> `1.0.0`. ([#1808](https://github.com/diffplug/spotless/pull/1808))
1515

1616
## [2.39.0] - 2023-08-29

0 commit comments

Comments
 (0)