Skip to content

Commit

Permalink
Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2024
1 parent e177983 commit c37d71b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hosted-tenant-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<maven-dependency-plugin.version>3.6.0</maven-dependency-plugin.version>
<jackson2.version>2.15.2</jackson2.version>
<!-- NOTE: this must not be overriden by users, and must be in sync with junit version specified in 'tenant-cd-api' -->
<vespa.junit.version>5.8.1</vespa.junit.version>
<vespa.junit.version>5.10.3</vespa.junit.version>
<test.categories>!integration</test.categories>

<!-- To allow specialized base pom to include additional "test provided" dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@
<jetty-servlet-api.version>5.0.2</jetty-servlet-api.version>
<jjwt.version>0.11.5</jjwt.version>
<jna.version>5.11.0</jna.version>
<junit.version>5.8.1</junit.version>
<junit.version>5.10.3</junit.version>
<maven-archiver.version>3.6.0</maven-archiver.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven-bundle-plugin.version>5.1.2</maven-bundle-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions tenant-cd-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
This version must match the string in all ExportPackage annotations in this module.
It must also be in sync junit version specified in 'hosted-tenant-base'.
-->
<hosted-tenant-base-junit-version>5.8.1</hosted-tenant-base-junit-version>
<hosted-tenant-base-junit-version>5.10.3</hosted-tenant-base-junit-version>

</properties>

Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.8.1</version>
<version>1.10.3</version>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
Expand Down
4 changes: 2 additions & 2 deletions vespa-osgi-testrunner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.1</version>
<version>5.10.3</version>
<exclusions>
<exclusion>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.8.1</version>
<version>1.10.3</version>
<exclusions>
<exclusion>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit c37d71b

Please sign in to comment.