Skip to content

Commit 9fae859

Browse files
dependabot[bot]rli
andauthored
Bump org.commonmark:commonmark from 0.17.1 to 0.22.0 (#4730)
* Bump org.commonmark:commonmark from 0.17.1 to 0.22.0 Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from 0.17.1 to 0.22.0. - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](commonmark/commonmark-java@commonmark-parent-0.17.1...commonmark-parent-0.22.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update gradle.properties --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard Li <[email protected]>
1 parent 3c8beb6 commit 9fae859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kotlin.code.style=official
1919
org.gradle.parallel=true
2020
org.gradle.caching=true
2121
org.gradle.jvmargs=-Xmx2048m
22-
kotlin.daemon.jvmargs=-Xmx1024m
22+
kotlin.daemon.jvmargs=-Xmx2048m
2323

2424
# prefer non-enterprise variant of test-retry
2525
systemProp.develocity.testretry.enabled=false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apache-commons-io = "2.16.0"
44
assertJ = "3.26.0"
55
# match with <root>/settings.gradle.kts
66
awsSdk = "2.26.25"
7-
commonmark = "0.17.1"
7+
commonmark = "0.22.0"
88
detekt = "1.23.6"
99
intellijExt = "1.1.8"
1010
intellijGradle = "2.0.0-beta9"

0 commit comments

Comments
 (0)