File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
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.11.3 "  ))
19+   implementation(enforcedPlatform(" org.junit:junit-bom:5.11.4 "  ))
2020
2121  testImplementation(" org.testcontainers:testcontainers:1.20.4"  )
2222  testImplementation(" org.testcontainers:postgresql:1.20.4"  )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
7171  implementation(" net.ltgt.gradle:gradle-nullaway-plugin:2.1.0"  )
7272  implementation(" me.champeau.gradle:japicmp-gradle-plugin:0.4.5"  )
7373
74-   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.3 "  ))
74+   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.4 "  ))
7575  testImplementation(" org.junit.jupiter:junit-jupiter-api"  )
7676  testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine"  )
7777  testImplementation(" org.assertj:assertj-core:3.26.3"  )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
3333  " org.apache.groovy:groovy-bom:${groovyVersion} "  ,
3434  " io.opentelemetry:opentelemetry-bom:${otelSdkVersion} "  ,
3535  " io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion} "  ,
36-   " org.junit:junit-bom:5.11.3 "  ,
36+   " org.junit:junit-bom:5.11.4 "  ,
3737  " org.testcontainers:testcontainers-bom:1.20.4"  ,
3838  " org.spockframework:spock-bom:2.4-M4-groovy-4.0" 
3939)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ subprojects {
3434      opentelemetryJavaagentAlpha : " 2.11.0-alpha-SNAPSHOT"  ,
3535
3636      autoservice                 : " 1.1.1"  ,
37-       junit                       : " 5.11.3 " 
37+       junit                       : " 5.11.4 " 
3838    ]
3939
4040    deps =  [
Original file line number Diff line number Diff line change 2929    opentelemetryJavaagent      : " 2.11.0-SNAPSHOT"  ,
3030    opentelemetryJavaagentAlpha : " 2.11.0-alpha-SNAPSHOT"  ,
3131
32-     junit                       : " 5.11.3 " 
32+     junit                       : " 5.11.4 " 
3333  ]
3434
3535  deps =  [
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343
4444  testImplementation(" org.assertj:assertj-core:3.26.3"  )
4545
46-   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.3 "  ))
46+   testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.4 "  ))
4747  testImplementation(" org.junit.jupiter:junit-jupiter-api"  )
4848  testImplementation(" org.junit.jupiter:junit-jupiter-params"  )
4949  testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine"  )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments