Skip to content

Commit 26470d0

Browse files
Chore(deps-dev): Bump org.junit.vintage:junit-vintage-engine from 5.10.2 to 5.12.1 (#2047)
* Chore(deps-dev): Bump org.junit.vintage:junit-vintage-engine Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.10.2 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add JUnit 5 BOM --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Liam Newman <bitwiseman@gmail.com>
1 parent b759660 commit 26470d0

File tree

1 file changed

+41
-13
lines changed

1 file changed

+41
-13
lines changed

pom.xml

Lines changed: 41 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,41 @@
414414
<version>2.18.3</version>
415415
<scope>import</scope>
416416
<type>pom</type>
417-
</dependency>
417+
</dependency>
418+
<dependency>
419+
<groupId>junit</groupId>
420+
<artifactId>junit</artifactId>
421+
<version>4.13.2</version>
422+
</dependency>
423+
<dependency>
424+
<groupId>org.junit</groupId>
425+
<artifactId>junit-bom</artifactId>
426+
<version>5.12.1</version>
427+
<scope>import</scope>
428+
<type>pom</type>
429+
</dependency>
430+
<dependency>
431+
<groupId>org.hamcrest</groupId>
432+
<artifactId>hamcrest</artifactId>
433+
<version>${hamcrest.version}</version>
434+
</dependency>
435+
<dependency>
436+
<groupId>org.hamcrest</groupId>
437+
<artifactId>hamcrest-core</artifactId>
438+
<version>${hamcrest.version}</version>
439+
</dependency>
440+
<dependency>
441+
<groupId>org.hamcrest</groupId>
442+
<artifactId>hamcrest-library</artifactId>
443+
<version>${hamcrest.version}</version>
444+
</dependency>
445+
<dependency>
446+
<groupId>org.springframework.boot</groupId>
447+
<artifactId>spring-boot-dependencies</artifactId>
448+
<version>${spring.boot.version}</version>
449+
<type>pom</type>
450+
<scope>import</scope>
451+
</dependency>
418452
</dependencies>
419453
</dependencyManagement>
420454

@@ -427,13 +461,12 @@
427461
<dependency>
428462
<groupId>com.tngtech.archunit</groupId>
429463
<artifactId>archunit</artifactId>
430-
<version>1.3.0</version>
464+
<version>1.4.0</version>
431465
<scope>test</scope>
432466
</dependency>
433467
<dependency>
434468
<groupId>org.hamcrest</groupId>
435469
<artifactId>hamcrest</artifactId>
436-
<version>${hamcrest.version}</version>
437470
<scope>test</scope>
438471
</dependency>
439472
<!--
@@ -443,32 +476,28 @@
443476
<dependency>
444477
<groupId>org.springframework.boot</groupId>
445478
<artifactId>spring-boot-starter-test</artifactId>
446-
<version>${spring.boot.version}</version>
447479
<scope>test</scope>
448480
</dependency>
449481
<!-- This is needed in order to force junit4 and JTH tests to use newer hamcrest version -->
450482
<dependency>
451483
<groupId>org.hamcrest</groupId>
452484
<artifactId>hamcrest-core</artifactId>
453-
<version>${hamcrest.version}</version>
454485
<scope>test</scope>
455486
</dependency>
456487
<dependency>
457488
<groupId>org.hamcrest</groupId>
458489
<artifactId>hamcrest-library</artifactId>
459-
<version>${hamcrest.version}</version>
460490
<scope>test</scope>
461491
</dependency>
462492
<dependency>
463-
<groupId>com.github.npathai</groupId>
464-
<artifactId>hamcrest-optional</artifactId>
465-
<version>2.0.0</version>
493+
<groupId>junit</groupId>
494+
<artifactId>junit</artifactId>
466495
<scope>test</scope>
467496
</dependency>
468497
<dependency>
469-
<groupId>junit</groupId>
470-
<artifactId>junit</artifactId>
471-
<version>4.13.2</version>
498+
<groupId>com.github.npathai</groupId>
499+
<artifactId>hamcrest-optional</artifactId>
500+
<version>2.0.0</version>
472501
<scope>test</scope>
473502
</dependency>
474503
<dependency>
@@ -481,7 +510,6 @@
481510
<dependency>
482511
<groupId>org.junit.vintage</groupId>
483512
<artifactId>junit-vintage-engine</artifactId>
484-
<version>5.10.2</version>
485513
<scope>test</scope>
486514
</dependency>
487515
<dependency>

0 commit comments

Comments
 (0)