Skip to content

Commit b0a526d

Browse files
authored
Merge pull request #54 from rootlyhq/dependabot/gradle/master/org.junit.platform-junit-platform-launcher-6.1.1
Bump org.junit.platform:junit-platform-launcher from 1.14.3 to 6.1.1
2 parents cd9e170 + 52ec5af commit b0a526d

2 files changed

Lines changed: 5 additions & 20 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ dependencies {
118118
implementation 'org.openapitools:jackson-databind-nullable:0.2.10'
119119
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
120120
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
121-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.4'
121+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.1'
122122
testImplementation 'org.mockito:mockito-core:5.23.0'
123-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.4'
124-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'
123+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.1.1'
124+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.1'
125125
}
126126

127127
javadoc {

pom.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@
8989
<parallel>methods</parallel>
9090
<threadCount>10</threadCount>
9191
</configuration>
92-
<dependencies>
93-
<!--Custom provider and engine for Junit 5 to surefire-->
94-
<dependency>
95-
<groupId>org.junit.jupiter</groupId>
96-
<artifactId>junit-jupiter-engine</artifactId>
97-
<version>${junit-version}</version>
98-
</dependency>
99-
</dependencies>
10092
</plugin>
10193
<plugin>
10294
<artifactId>maven-dependency-plugin</artifactId>
@@ -330,12 +322,6 @@
330322
<version>${junit-version}</version>
331323
<scope>test</scope>
332324
</dependency>
333-
<dependency>
334-
<groupId>org.junit.platform</groupId>
335-
<artifactId>junit-platform-runner</artifactId>
336-
<version>${junit-platform-runner.version}</version>
337-
<scope>test</scope>
338-
</dependency>
339325
</dependencies>
340326
<properties>
341327
<java.version>17</java.version>
@@ -348,9 +334,8 @@
348334
<jackson-databind-nullable-version>0.2.10</jackson-databind-nullable-version>
349335
<jakarta-annotation-version>3.0.0</jakarta-annotation-version>
350336
<beanvalidation-version>2.0.2</beanvalidation-version>
351-
<junit-version>5.14.4</junit-version>
352-
<junit-platform-runner.version>1.14.4</junit-platform-runner.version>
353-
<jakarta.ws.rs-api-version>4.0.0</jakarta.ws.rs-api-version>
337+
<junit-version>6.1.1</junit-version>
338+
<jakarta.ws.rs-api-version>4.0.0</jakarta.ws.rs-api-version>
354339
<jsr311-api-version>1.1.1</jsr311-api-version>
355340
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
356341
<spotless.version>2.46.1</spotless.version>

0 commit comments

Comments
 (0)