Skip to content

Commit 3c50734

Browse files
Update junit/jaxb
1 parent d2fda01 commit 3c50734

File tree

10 files changed

+22
-29
lines changed

10 files changed

+22
-29
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ subprojects {
9797
api "jakarta.xml.bind:jakarta.xml.bind-api:2.3.3!!"
9898
api "jakarta.xml.soap:jakarta.xml.soap-api:1.4.2!!"
9999
api "com.sun.xml.bind:jaxb-impl:2.3.1!!"
100-
api "org.glassfish.jaxb:jaxb-runtime:2.3.7!!"
100+
api "org.glassfish.jaxb:jaxb-runtime:2.3.9!!"
101101
// -----------------------------------------------------------------
102102
}
103103

gateway-generator/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
8888
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
8989
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
9090
org.dom4j:dom4j:2.2.0=spotbugs
91-
org.glassfish.jaxb:jaxb-runtime:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
92-
org.glassfish.jaxb:txw2:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
91+
org.glassfish.jaxb:jaxb-runtime:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
92+
org.glassfish.jaxb:txw2:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9393
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
9494
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
9595
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt

gateway/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
8585
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
8686
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
8787
org.dom4j:dom4j:2.2.0=spotbugs
88-
org.glassfish.jaxb:jaxb-runtime:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
89-
org.glassfish.jaxb:txw2:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88+
org.glassfish.jaxb:jaxb-runtime:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
89+
org.glassfish.jaxb:txw2:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9090
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
9191
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
9292
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt

http/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
8585
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
8686
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
8787
org.dom4j:dom4j:2.2.0=spotbugs
88-
org.glassfish.jaxb:jaxb-runtime:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
89-
org.glassfish.jaxb:txw2:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88+
org.glassfish.jaxb:jaxb-runtime:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
89+
org.glassfish.jaxb:txw2:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9090
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
9191
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
9292
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt

test-gateway-generator/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ org.checkerframework:checker-qual:3.33.0=runtimeClasspath,testRuntimeClasspath
5858
org.checkerframework:checker-qual:3.37.0=compileClasspath,testCompileClasspath
5959
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
6060
org.dom4j:dom4j:2.2.0=spotbugs
61-
org.glassfish.jaxb:jaxb-runtime:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
62-
org.glassfish.jaxb:txw2:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
61+
org.glassfish.jaxb:jaxb-runtime:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
62+
org.glassfish.jaxb:txw2:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6363
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
6464
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
6565
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt

test-gateways/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
9191
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
9292
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
9393
org.dom4j:dom4j:2.2.0=spotbugs
94-
org.glassfish.jaxb:jaxb-runtime:2.3.7=annotationProcessor,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
95-
org.glassfish.jaxb:txw2:2.3.7=annotationProcessor,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
94+
org.glassfish.jaxb:jaxb-runtime:2.3.9=annotationProcessor,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
95+
org.glassfish.jaxb:txw2:2.3.9=annotationProcessor,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9696
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
9797
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
9898
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt

test-models/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
8484
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
8585
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
8686
org.dom4j:dom4j:2.2.0=spotbugs
87-
org.glassfish.jaxb:jaxb-runtime:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88-
org.glassfish.jaxb:txw2:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
87+
org.glassfish.jaxb:jaxb-runtime:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88+
org.glassfish.jaxb:txw2:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8989
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
9090
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
9191
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt

testing/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
dependencies {
2-
api "org.spockframework:spock-junit4:[2.0,3.0)"
3-
42
implementation project(":gateway")
53
// Unit tests
64
implementation "org.junit.jupiter:junit-jupiter-api:5.14.0"

testing/gradle.lockfile

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,runtimeClasspat
4747
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4848
jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4949
jaxen:jaxen:2.0.0=spotbugs
50-
junit:junit:4.13.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5150
net.bytebuddy:byte-buddy-agent:1.12.19=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5251
net.bytebuddy:byte-buddy:1.12.19=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5352
net.sf.saxon:Saxon-HE:12.5=checkstyle
@@ -63,8 +62,6 @@ org.apache.commons:commons-lang3:3.19.0=spotbugs
6362
org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd
6463
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6564
org.apache.commons:commons-text:1.3=checkstyle
66-
org.apache.groovy:groovy-bom:4.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
67-
org.apache.groovy:groovy:4.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6865
org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle
6966
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle
7067
org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle
@@ -81,14 +78,14 @@ org.apache.xbean:xbean-reflect:3.7=checkstyle
8178
org.apiguardian:apiguardian-api:1.1.2=compileClasspath,testCompileClasspath
8279
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8380
org.checkerframework:checker-qual:3.49.3=checkstyle
81+
org.codehaus.groovy:groovy:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8482
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
8583
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
8684
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
8785
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
8886
org.dom4j:dom4j:2.2.0=spotbugs
89-
org.glassfish.jaxb:jaxb-runtime:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
90-
org.glassfish.jaxb:txw2:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
91-
org.hamcrest:hamcrest-core:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
87+
org.glassfish.jaxb:jaxb-runtime:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88+
org.glassfish.jaxb:txw2:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9289
org.hamcrest:hamcrest:3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9390
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
9491
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
@@ -119,9 +116,8 @@ org.reflections:reflections:0.10.2=checkstyle,runtimeClasspath,testRuntimeClassp
119116
org.slf4j:slf4j-api:1.7.32=runtimeClasspath,testRuntimeClasspath
120117
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
121118
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
122-
org.spockframework:spock-bom:2.4-M6-groovy-4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
123-
org.spockframework:spock-core:2.4-M6-groovy-4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
124-
org.spockframework:spock-junit4:2.4-M6-groovy-4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
119+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
120+
org.spockframework:spock-core:2.4-M6-groovy-3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
125121
org.xmlresolver:xmlresolver:5.2.2=checkstyle
126122
org.xmlresolver:xmlresolver:5.3.3=spotbugs
127123
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

testing/src/main/groovy/com/mx/path/testing/BaseTestingTrait.groovy

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
package com.mx.path.testing
22

3-
4-
import org.junit.After
5-
import org.junit.Before
3+
import org.junit.jupiter.api.AfterEach
4+
import org.junit.jupiter.api.BeforeEach
65

76
/**
87
* Base Trait for Path testing traits. Need to register setup and teardown methods here.
@@ -32,14 +31,14 @@ trait BaseTestingTrait {
3231
* If the trait needs to be setup before that, then it needs to be invoked in the setup method
3332
* by the spec writer. Document this in trait's javadocs
3433
*/
35-
@Before()
34+
@BeforeEach()
3635
def testSetup() {
3736
}
3837

3938
/**
4039
* Runs after each test
4140
*/
42-
@After()
41+
@AfterEach()
4342
def testCleanup() {
4443
safeInvoke("cleanupRequestExpectations")
4544
safeInvoke("cleanupMockery")

0 commit comments

Comments
 (0)