Dave Jarvis' Repositories

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

Upgrade libraries

AuthorDaveJarvis <email>
Date2023-11-27 12:02:48 GMT-0800
Commit5f4cd50c2d5686bbcbc0d9bbc4e1b555bda4dbff
Parentdcd05dc
build.gradle
}
dependencies {
- classpath 'org.owasp:dependency-check-gradle:8.4.2'
- classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.1"
+ classpath 'org.owasp:dependency-check-gradle:9.0.1'
+ classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.4"
}
}
plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.1.0'
id 'com.palantir.git-version' version '3.0.0'
- id "com.github.spotbugs" version "5.2.1"
+ id "com.github.spotbugs" version "5.2.4"
}
def v_flexmark = '0.64.8'
def v_jackson = '2.15.3'
- def v_echosvg = '1.0'
+ def v_echosvg = '1.0.1'
def v_picocli = '4.7.5'
Delta4 lines added, 4 lines removed