Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into dependabot/gradle/j…
Browse files Browse the repository at this point in the history
…akarta.activation-jakarta.activation-api-2.1.0

* upstream/main:
  Bump xmlunit-core from 2.8.4 to 2.9.0 (#8519)
  Bump org.openjfx.javafxplugin from 0.0.11 to 0.0.12 (#8518)
  Bump mockito-core from 4.3.0 to 4.3.1 (#8520)
  • Loading branch information
Siedlerchr committed Feb 21, 2022
2 parents 42387de + 2873be0 commit e6b59f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

id 'org.javamodularity.moduleplugin' version '1.8.10'

id 'org.openjfx.javafxplugin' version '0.0.11'
id 'org.openjfx.javafxplugin' version '0.0.12'

id 'org.beryx.jlink' version '2.24.4'

Expand Down Expand Up @@ -208,8 +208,8 @@ dependencies {

testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT'
testImplementation 'org.mockito:mockito-core:4.3.0'
testImplementation 'org.xmlunit:xmlunit-core:2.8.4'
testImplementation 'org.mockito:mockito-core:4.3.1'
testImplementation 'org.xmlunit:xmlunit-core:2.9.0'
testImplementation 'org.xmlunit:xmlunit-matchers:2.9.0'
testRuntimeOnly 'com.tngtech.archunit:archunit-junit5-engine:0.22.0'
testImplementation 'com.tngtech.archunit:archunit-junit5-api:0.22.0'
Expand Down

0 comments on commit e6b59f3

Please sign in to comment.