@@ -16,24 +16,24 @@ val mockitoVersion = "4.11.0"
1616val slf4jVersion = " 2.0.18"
1717val opencensusVersion = " 0.31.1"
1818val prometheusServerVersion = " 1.8.0"
19- val armeriaVersion = " 1.40 .0"
19+ val armeriaVersion = " 1.41 .0"
2020val junitVersion = " 5.14.4"
2121val junitPlatformVersion = " 1.14.4"
22- val okhttpVersion = " 5.4 .0"
22+ val okhttpVersion = " 5.5 .0"
2323
2424val DEPENDENCY_BOMS = listOf (
2525 // for some reason boms show up as runtime dependencies in license and vulnerability scans
2626 // even if they are only used by test dependencies, so not using junit bom here
2727 // (which is EPL licensed) or armeria bom (which is Apache licensed but is getting flagged
2828 // by FOSSA for containing EPL-licensed)
2929
30- " com.fasterxml.jackson:jackson-bom:2.22.1 " ,
31- " com.google.guava:guava-bom:33.6 .0-jre" ,
30+ " com.fasterxml.jackson:jackson-bom:2.22.2 " ,
31+ " com.google.guava:guava-bom:33.7 .0-jre" ,
3232 " com.google.protobuf:protobuf-bom:4.35.1" ,
3333 " com.squareup.okhttp3:okhttp-bom:$okhttpVersion " ,
3434 " com.squareup.okio:okio-bom:3.18.1" , // applies to transitive dependencies of okhttp
3535 " io.grpc:grpc-bom:1.83.1" ,
36- " io.netty:netty-bom:4.2.16 .Final" ,
36+ " io.netty:netty-bom:4.2.17 .Final" ,
3737 " org.assertj:assertj-bom:3.27.7" ,
3838 " org.osgi:org.osgi.test.bom:1.3.0" ,
3939 " org.testcontainers:testcontainers-bom:2.0.5" ,
@@ -97,7 +97,7 @@ val DEPENDENCIES = listOf(
9797 " org.apache.felix:org.apache.felix.framework:7.0.5" ,
9898 " org.awaitility:awaitility:4.3.0" ,
9999 " org.codehaus.mojo:animal-sniffer-annotations:1.27" ,
100- " org.jctools:jctools-core:4.0.6 " ,
100+ " org.jctools:jctools-core:4.0.7 " ,
101101 " org.junit-pioneer:junit-pioneer:1.9.1" ,
102102 " org.mock-server:mockserver-netty:5.15.0:shaded" ,
103103 " org.osgi:osgi.core:8.0.0" ,
0 commit comments