Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Upgrade flexmark and echosvg libraries

AuthorDaveJarvis <email>
Date2023-09-23 11:09:18 GMT-0700
Commit718e6847aeef0ebc85ce332c9f64253725789d7e
Parent75d7354
Delta3 lines added, 3 lines removed
build.gradle
id 'org.openjfx.javafxplugin' version '0.1.0'
id 'com.palantir.git-version' version '3.0.0'
- id "com.github.spotbugs" version "5.0.14"
+ id "com.github.spotbugs" version "5.1.3"
}
dependencies {
def v_junit = '5.9.3'
- def v_flexmark = '0.64.6'
+ def v_flexmark = '0.64.8'
def v_jackson = '2.15.2'
- def v_echosvg = '0.3.3'
+ def v_echosvg = '1.0'
def v_picocli = '4.7.5'