Skip to content

Commit f15218d

Browse files
committed
Bump dependencies
1 parent 2f0a57c commit f15218d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
slf4j: '2.0.13', // org.slf4j:slf4j-simple
1313
jackson: '2.17.0', // com.fasterxml.jackson.core:jackson-databind
1414

15-
junit: '5.10.2', // org.junit:junit-bom
15+
junit: '5.11.0', // org.junit:junit-bom
1616
jmh: '1.37', // org.openjdk.jmh:jmh-core
1717
assertj: '3.25.3' // org.assertj:assertj-core
1818
]

modules/canvasfx/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'org.openjfx.javafxplugin' version '0.0.14'
3+
id 'org.openjfx.javafxplugin' version "0.1.0"
44
id 'com.github.johnrengelman.shadow' version '8.1.1'
55
}
66

ownlang-parser/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies {
1010

1111
testImplementation project(':modules:main')
1212
testImplementation platform("org.junit:junit-bom:${versions.junit}")
13-
testImplementation "org.junit.jupiter:junit-jupiter-params:${versions.junit}"
1413
testImplementation 'org.junit.jupiter:junit-jupiter'
14+
testImplementation "org.junit.jupiter:junit-jupiter-params"
1515
testImplementation("org.assertj:assertj-core:${versions.assertj}")
1616
testImplementation "org.openjdk.jmh:jmh-core:${versions.jmh}"
1717
testImplementation "org.openjdk.jmh:jmh-generator-annprocess:${versions.jmh}"

0 commit comments

Comments
 (0)