File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616}
1717
1818dependencies {
19-   implementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " 
19+   implementation(enforcedPlatform(" org.junit:junit-bom:5.13.3 " 
2020
2121  testImplementation(" org.testcontainers:testcontainers:1.21.3" 
2222  testImplementation(" org.testcontainers:postgresql:1.21.3" 
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
7171  implementation(" net.ltgt.gradle:gradle-nullaway-plugin:2.2.0" 
7272  implementation(" me.champeau.gradle:japicmp-gradle-plugin:0.4.6" 
7373
74-   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " 
74+   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.3 " 
7575  testImplementation(" org.junit.jupiter:junit-jupiter-api" 
7676  testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" 
7777  testImplementation(" org.assertj:assertj-core:3.27.3" 
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ val CORE_DEPENDENCIES = listOf(
8181//  There are dependencies included here that appear to have no usages, but are maintained at
8282//  this top level to help consistently satisfy large numbers of transitive dependencies.
8383val  DEPENDENCIES  =  listOf (
84-   " org.junit.jupiter:junit-jupiter-api:5.13.2 " 
84+   " org.junit.jupiter:junit-jupiter-api:5.13.3 " 
8585  " org.spockframework:spock-core:2.4-M6-groovy-4.0" 
8686  " org.spockframework:spock-junit4:2.4-M6-groovy-4.0" 
8787
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ subprojects {
6969
7070    testImplementation(" org.mockito:mockito-core:5.18.0" 
7171
72-     testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " 
72+     testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.3 " 
7373    testImplementation(" org.junit.jupiter:junit-jupiter-api" 
7474    testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" 
7575    testRuntimeOnly(" org.junit.platform:junit-platform-launcher" 
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104104  testImplementation(" io.opentelemetry:opentelemetry-api" 
105105  testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha" 
106106
107-   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " 
107+   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.3 " 
108108  testImplementation(" org.junit.jupiter:junit-jupiter-api" 
109109  testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" 
110110  testRuntimeOnly(" org.junit.platform:junit-platform-launcher" 
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444
4545  testImplementation(" org.assertj:assertj-core:3.27.3" 
4646
47-   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " 
47+   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.3 " 
4848  testImplementation(" org.junit.jupiter:junit-jupiter-api" 
4949  testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" 
5050  testRuntimeOnly(" org.junit.platform:junit-platform-launcher" 
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212  implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1" 
1313  implementation(" io.opentelemetry:opentelemetry-sdk-common" 
1414
15-   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " 
15+   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.3 " 
1616  testImplementation(" org.assertj:assertj-core:3.27.3" 
1717  testImplementation(" org.junit.jupiter:junit-jupiter-api" 
1818  testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments