Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
M build.gradle
1818
  id 'org.openjfx.javafxplugin' version '0.1.0'
1919
  id 'com.palantir.git-version' version '3.0.0'
20
  id 'com.github.spotbugs' version '6.0.6'
20
  id 'com.github.spotbugs' version '6.0.9'
2121
}
2222
...
8989
9090
dependencies {
91
  def v_junit = '5.10.1'
91
  def v_junit = '5.10.2'
9292
  def v_flexmark = '0.64.8'
93
  def v_jackson = '2.16.1'
93
  def v_jackson = '2.17.0'
9494
  def v_echosvg = '1.0.1'
9595
  def v_picocli = '4.7.5'
...
120120
  // HTML parsing and rendering
121121
  implementation 'org.jsoup:jsoup:1.17.1'
122
  implementation 'org.xhtmlrenderer:flying-saucer-core:9.3.1'
122
  implementation 'org.xhtmlrenderer:flying-saucer-core:9.7.1'
123123
124124
  // R
125
  implementation 'org.apache.commons:commons-compress:1.25.0'
125
  implementation 'org.apache.commons:commons-compress:1.26.1'
126126
  implementation 'org.codehaus.plexus:plexus-utils:4.0.0'
127127
  implementation 'org.renjin:renjin-script-engine:3.5-beta76'
...
165165
  testImplementation "org.junit.jupiter:junit-jupiter-api:${v_junit}"
166166
  testImplementation "org.junit.jupiter:junit-jupiter-params:${v_junit}"
167
  testImplementation 'org.testfx:testfx-junit5:4.0.17'
168
  testImplementation 'org.assertj:assertj-core:3.25.1'
167
  testImplementation 'org.testfx:testfx-junit5:4.0.18'
168
  testImplementation 'org.assertj:assertj-core:3.25.3'
169169
  testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
170170
}
M libs/keenquotes.jar
Binary file
M src/main/resources/lexicons/en.txt
Binary file