diff --git a/CHANGES.md b/CHANGES.md index 11dcc86166..76cd7e939a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Release Notes. * Archive the expired plugins `impala-jdbc-2.6.x-plugin`. * Fix a bug in Spring Cloud Gateway if HttpClientFinalizer#send does not invoke, the span created at NettyRoutingFilterInterceptor can not stop. * Fix not tracing in HttpClient v5 when HttpHost(arg[0]) is null but `RoutingSupport#determineHost` works. +* Bump up lombok version to 1.18.30 to support JDK21. #### Documentation * Update docs to describe `expired-plugins`. diff --git a/test/e2e/base/pom.xml b/test/e2e/base/pom.xml index 9ae8d9e70e..c53b24350c 100644 --- a/test/e2e/base/pom.xml +++ b/test/e2e/base/pom.xml @@ -53,7 +53,7 @@ UTF-8 2.2.5.RELEASE 30.1.1-jre - 1.18.20 + 1.18.30 \ No newline at end of file diff --git a/test/plugin/agent-test-tools/pom.xml b/test/plugin/agent-test-tools/pom.xml index 374263e7f4..b9e2c58389 100644 --- a/test/plugin/agent-test-tools/pom.xml +++ b/test/plugin/agent-test-tools/pom.xml @@ -35,7 +35,7 @@ pom - cf62c1b733fe2861229201a67b9cc0075ac3e236 + b6efe6af0a5499502b8cf8b76c7351e3f172a616 ${project.basedir}/target/agent-test-tools https://github.com/apache/skywalking-agent-test-tool.git diff --git a/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/pom.xml b/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/pom.xml index 1e05b54304..a389027ca5 100644 --- a/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/pom.xml +++ b/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/pom.xml @@ -33,7 +33,7 @@ 3.8.1 YOUR VERSION 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-${scenario_name} diff --git a/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/pom.xml b/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/pom.xml index 54e1c8832f..f4f14fb9b2 100644 --- a/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/pom.xml +++ b/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/pom.xml @@ -34,7 +34,7 @@ 1.8 3.8.1 YOUR VERSION - 1.18.20 + 1.18.30 diff --git a/test/plugin/pom.xml b/test/plugin/pom.xml index 0b3033000e..13ee643c49 100644 --- a/test/plugin/pom.xml +++ b/test/plugin/pom.xml @@ -44,7 +44,7 @@ 4.11 30.1.1-jre 2.8.9 - 1.18.20 + 1.18.30 1.24 3.8.1 diff --git a/test/plugin/scenarios/activemq-artemis-2.x-scenario/pom.xml b/test/plugin/scenarios/activemq-artemis-2.x-scenario/pom.xml index 57fda8bf62..86665c2723 100644 --- a/test/plugin/scenarios/activemq-artemis-2.x-scenario/pom.xml +++ b/test/plugin/scenarios/activemq-artemis-2.x-scenario/pom.xml @@ -30,7 +30,7 @@ UTF-8 2.31.2 3.0.0 - 1.18.20 + 1.18.30 ${test.framework.version} 3.8.1 3.5.0.Final diff --git a/test/plugin/scenarios/aerospike-scenario/pom.xml b/test/plugin/scenarios/aerospike-scenario/pom.xml index 1258d64e6a..654dc6500e 100644 --- a/test/plugin/scenarios/aerospike-scenario/pom.xml +++ b/test/plugin/scenarios/aerospike-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 YOUR VERSION 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-aerospike-scenario diff --git a/test/plugin/scenarios/apm-toolkit-tracer-scenario/pom.xml b/test/plugin/scenarios/apm-toolkit-tracer-scenario/pom.xml index cc67298a36..667d31b652 100644 --- a/test/plugin/scenarios/apm-toolkit-tracer-scenario/pom.xml +++ b/test/plugin/scenarios/apm-toolkit-tracer-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 YOUR VERSION 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-apm-toolkit-tracer-scenario diff --git a/test/plugin/scenarios/asynchttpclient-scenario/pom.xml b/test/plugin/scenarios/asynchttpclient-scenario/pom.xml index fe455ea857..780ee2f69e 100644 --- a/test/plugin/scenarios/asynchttpclient-scenario/pom.xml +++ b/test/plugin/scenarios/asynchttpclient-scenario/pom.xml @@ -34,7 +34,7 @@ 3.8.1 2.10.0 1.5.9.RELEASE - 1.18.20 + 1.18.30 2.8.1 diff --git a/test/plugin/scenarios/elasticjob-2.x-scenario/pom.xml b/test/plugin/scenarios/elasticjob-2.x-scenario/pom.xml index 17da493b1c..455cb2078f 100644 --- a/test/plugin/scenarios/elasticjob-2.x-scenario/pom.xml +++ b/test/plugin/scenarios/elasticjob-2.x-scenario/pom.xml @@ -34,7 +34,7 @@ 2.0.3 2.1.6.RELEASE - 1.18.20 + 1.18.30 3.0.0 diff --git a/test/plugin/scenarios/elasticsearch-5.x-scenario/pom.xml b/test/plugin/scenarios/elasticsearch-5.x-scenario/pom.xml index b1d4676bfc..aeebacec9a 100644 --- a/test/plugin/scenarios/elasticsearch-5.x-scenario/pom.xml +++ b/test/plugin/scenarios/elasticsearch-5.x-scenario/pom.xml @@ -36,7 +36,7 @@ ${test.framework.version} 2.1.4.RELEASE - 1.18.20 + 1.18.30 2.8.1 diff --git a/test/plugin/scenarios/exception-checker-spring-scenario/pom.xml b/test/plugin/scenarios/exception-checker-spring-scenario/pom.xml index 9dbba63fef..404652c1b8 100644 --- a/test/plugin/scenarios/exception-checker-spring-scenario/pom.xml +++ b/test/plugin/scenarios/exception-checker-spring-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 YOUR VERSION 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-exception-checker-spring diff --git a/test/plugin/scenarios/exception-checker-tomcat-scenario/pom.xml b/test/plugin/scenarios/exception-checker-tomcat-scenario/pom.xml index 5e35b6ea1e..c4a5562926 100644 --- a/test/plugin/scenarios/exception-checker-tomcat-scenario/pom.xml +++ b/test/plugin/scenarios/exception-checker-tomcat-scenario/pom.xml @@ -33,7 +33,7 @@ UTF-8 1.8 3.8.1 - 1.18.20 + 1.18.30 4.3.0.RELEASE diff --git a/test/plugin/scenarios/finagle-17.10.x-scenario/pom.xml b/test/plugin/scenarios/finagle-17.10.x-scenario/pom.xml index 8c94e79302..338758800c 100644 --- a/test/plugin/scenarios/finagle-17.10.x-scenario/pom.xml +++ b/test/plugin/scenarios/finagle-17.10.x-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 17.10.0 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-finagle-17.10.x-scenario diff --git a/test/plugin/scenarios/finagle-6.44.x-scenario/pom.xml b/test/plugin/scenarios/finagle-6.44.x-scenario/pom.xml index f75c9a6c6c..34d4e68625 100644 --- a/test/plugin/scenarios/finagle-6.44.x-scenario/pom.xml +++ b/test/plugin/scenarios/finagle-6.44.x-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 6.41.0 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-finagle-6.44.x-scenario diff --git a/test/plugin/scenarios/graphql-12.x-15.x-scenario/pom.xml b/test/plugin/scenarios/graphql-12.x-15.x-scenario/pom.xml index 635cef2523..211ce89a9d 100644 --- a/test/plugin/scenarios/graphql-12.x-15.x-scenario/pom.xml +++ b/test/plugin/scenarios/graphql-12.x-15.x-scenario/pom.xml @@ -35,7 +35,7 @@ 3.8.1 2.1.6.RELEASE 12.0 - 1.18.20 + 1.18.30 graphql diff --git a/test/plugin/scenarios/graphql-16plus-scenario/pom.xml b/test/plugin/scenarios/graphql-16plus-scenario/pom.xml index c9457870a8..77471c68a3 100644 --- a/test/plugin/scenarios/graphql-16plus-scenario/pom.xml +++ b/test/plugin/scenarios/graphql-16plus-scenario/pom.xml @@ -35,7 +35,7 @@ 3.8.1 2.1.6.RELEASE 16.0 - 1.18.20 + 1.18.30 graphql diff --git a/test/plugin/scenarios/graphql-8.x-scenario/pom.xml b/test/plugin/scenarios/graphql-8.x-scenario/pom.xml index 8be61418a0..2943838594 100644 --- a/test/plugin/scenarios/graphql-8.x-scenario/pom.xml +++ b/test/plugin/scenarios/graphql-8.x-scenario/pom.xml @@ -35,7 +35,7 @@ 3.8.1 2.1.6.RELEASE 8.0 - 1.18.20 + 1.18.30 graphql diff --git a/test/plugin/scenarios/graphql-9.x-scenario/pom.xml b/test/plugin/scenarios/graphql-9.x-scenario/pom.xml index e4a431dd3c..369e08fc54 100644 --- a/test/plugin/scenarios/graphql-9.x-scenario/pom.xml +++ b/test/plugin/scenarios/graphql-9.x-scenario/pom.xml @@ -35,7 +35,7 @@ 3.8.1 2.1.6.RELEASE 9.0 - 1.18.20 + 1.18.30 graphql diff --git a/test/plugin/scenarios/grpc-generic-call-scenario/pom.xml b/test/plugin/scenarios/grpc-generic-call-scenario/pom.xml index 406f1c3974..e7ff0a6649 100644 --- a/test/plugin/scenarios/grpc-generic-call-scenario/pom.xml +++ b/test/plugin/scenarios/grpc-generic-call-scenario/pom.xml @@ -40,7 +40,7 @@ 1.6.0 1.6.0 2.2.2.RELEASE - 1.18.20 + 1.18.30 1.2.79 diff --git a/test/plugin/scenarios/h2-scenario/pom.xml b/test/plugin/scenarios/h2-scenario/pom.xml index 5fb2b9bb26..ca68a26fd7 100644 --- a/test/plugin/scenarios/h2-scenario/pom.xml +++ b/test/plugin/scenarios/h2-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 1.4.177 2.5.6 - 1.18.20 + 1.18.30 skywalking-h2-scenario diff --git a/test/plugin/scenarios/httpasyncclient-scenario/pom.xml b/test/plugin/scenarios/httpasyncclient-scenario/pom.xml index ad6db5ccf7..6cdc36fbd2 100644 --- a/test/plugin/scenarios/httpasyncclient-scenario/pom.xml +++ b/test/plugin/scenarios/httpasyncclient-scenario/pom.xml @@ -33,7 +33,7 @@ 4.1.2 ${test.framework.version} 1.5.9.RELEASE - 1.18.20 + 1.18.30 2.8.1 diff --git a/test/plugin/scenarios/httpclient-5.x-scenario/pom.xml b/test/plugin/scenarios/httpclient-5.x-scenario/pom.xml index dda5d384f2..d9fefe0338 100644 --- a/test/plugin/scenarios/httpclient-5.x-scenario/pom.xml +++ b/test/plugin/scenarios/httpclient-5.x-scenario/pom.xml @@ -33,7 +33,7 @@ 5.0 ${test.framework.version} 1.5.9.RELEASE - 1.18.20 + 1.18.30 2.8.1 diff --git a/test/plugin/scenarios/hutool-http-5.x-scenario/pom.xml b/test/plugin/scenarios/hutool-http-5.x-scenario/pom.xml index 40567b6dd5..c26319f937 100644 --- a/test/plugin/scenarios/hutool-http-5.x-scenario/pom.xml +++ b/test/plugin/scenarios/hutool-http-5.x-scenario/pom.xml @@ -32,7 +32,7 @@ 1.8 5.8.3 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-hutool-http-5.x-scenario diff --git a/test/plugin/scenarios/jdk-forkjoinpool-scenario/pom.xml b/test/plugin/scenarios/jdk-forkjoinpool-scenario/pom.xml index 27d86a9e29..fb7715fa7b 100644 --- a/test/plugin/scenarios/jdk-forkjoinpool-scenario/pom.xml +++ b/test/plugin/scenarios/jdk-forkjoinpool-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 YOUR VERSION 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-jdk-forkjoinpool-scenario diff --git a/test/plugin/scenarios/jdk11-forkjoinpool-scenario/pom.xml b/test/plugin/scenarios/jdk11-forkjoinpool-scenario/pom.xml index 07f2f32b1a..47a2b8b5f2 100644 --- a/test/plugin/scenarios/jdk11-forkjoinpool-scenario/pom.xml +++ b/test/plugin/scenarios/jdk11-forkjoinpool-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 YOUR VERSION 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-jdk11-forkjoinpool-scenario diff --git a/test/plugin/scenarios/jedis-3.3.x-plus-scenario/pom.xml b/test/plugin/scenarios/jedis-3.3.x-plus-scenario/pom.xml index 781c57e74f..f0e6255e7e 100644 --- a/test/plugin/scenarios/jedis-3.3.x-plus-scenario/pom.xml +++ b/test/plugin/scenarios/jedis-3.3.x-plus-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 3.8.0 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-jedis-3.3.x-plus-scenario diff --git a/test/plugin/scenarios/mongodb-4.x-scenario/pom.xml b/test/plugin/scenarios/mongodb-4.x-scenario/pom.xml index 368efe015e..48472d7469 100644 --- a/test/plugin/scenarios/mongodb-4.x-scenario/pom.xml +++ b/test/plugin/scenarios/mongodb-4.x-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 4.0.0 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-mongodb-4.x-scenario diff --git a/test/plugin/scenarios/okhttp2-scenario/pom.xml b/test/plugin/scenarios/okhttp2-scenario/pom.xml index d3b528f4cb..b5978f900b 100644 --- a/test/plugin/scenarios/okhttp2-scenario/pom.xml +++ b/test/plugin/scenarios/okhttp2-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 2.7.5 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-okhttp2-scenario diff --git a/test/plugin/scenarios/quartz-scheduler-2.x-scenario/pom.xml b/test/plugin/scenarios/quartz-scheduler-2.x-scenario/pom.xml index 096f518cbc..994e7d53b4 100644 --- a/test/plugin/scenarios/quartz-scheduler-2.x-scenario/pom.xml +++ b/test/plugin/scenarios/quartz-scheduler-2.x-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 2.0.0 2.1.6.RELEASE - 1.18.20 + 1.18.30 3.0.0 diff --git a/test/plugin/scenarios/retransform-class-scenario/pom.xml b/test/plugin/scenarios/retransform-class-scenario/pom.xml index 09b5a7fd6a..b6f01966ed 100644 --- a/test/plugin/scenarios/retransform-class-scenario/pom.xml +++ b/test/plugin/scenarios/retransform-class-scenario/pom.xml @@ -32,7 +32,7 @@ 1.8 3.8.1 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-retransform-class-scenario diff --git a/test/plugin/scenarios/retransform-class-tomcat-scenario/pom.xml b/test/plugin/scenarios/retransform-class-tomcat-scenario/pom.xml index 4906bdf2fc..ee1a18938a 100644 --- a/test/plugin/scenarios/retransform-class-tomcat-scenario/pom.xml +++ b/test/plugin/scenarios/retransform-class-tomcat-scenario/pom.xml @@ -33,7 +33,7 @@ UTF-8 1.8 3.8.1 - 1.18.20 + 1.18.30 4.3.0.RELEASE diff --git a/test/plugin/scenarios/rocketmq-5-grpc-scenario/pom.xml b/test/plugin/scenarios/rocketmq-5-grpc-scenario/pom.xml index d27b6488b1..cd05ab7c68 100644 --- a/test/plugin/scenarios/rocketmq-5-grpc-scenario/pom.xml +++ b/test/plugin/scenarios/rocketmq-5-grpc-scenario/pom.xml @@ -36,7 +36,7 @@ 5.0.5 5.1.1 2.1.6.RELEASE - 1.18.20 + 1.18.30 diff --git a/test/plugin/scenarios/rocketmq-scenario/pom.xml b/test/plugin/scenarios/rocketmq-scenario/pom.xml index 91358a0001..47470eff9f 100644 --- a/test/plugin/scenarios/rocketmq-scenario/pom.xml +++ b/test/plugin/scenarios/rocketmq-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 4.9.4 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-rocketmq-scenario diff --git a/test/plugin/scenarios/shenyu-2.4.x-dubbo-scenario/pom.xml b/test/plugin/scenarios/shenyu-2.4.x-dubbo-scenario/pom.xml index f34860370f..d84304f74b 100644 --- a/test/plugin/scenarios/shenyu-2.4.x-dubbo-scenario/pom.xml +++ b/test/plugin/scenarios/shenyu-2.4.x-dubbo-scenario/pom.xml @@ -41,7 +41,7 @@ 2.4.2 2.2.2.RELEASE 2.4.2 - 1.18.20 + 1.18.30 2.7.0 1.2.79 diff --git a/test/plugin/scenarios/shenyu-2.4.x-grpc-scenario/pom.xml b/test/plugin/scenarios/shenyu-2.4.x-grpc-scenario/pom.xml index f1b5be3a17..051f186995 100644 --- a/test/plugin/scenarios/shenyu-2.4.x-grpc-scenario/pom.xml +++ b/test/plugin/scenarios/shenyu-2.4.x-grpc-scenario/pom.xml @@ -41,7 +41,7 @@ 2.4.3 2.2.2.RELEASE 2.4.3 - 1.18.20 + 1.18.30 1.33.1 3.13.0 diff --git a/test/plugin/scenarios/shenyu-2.4.x-scenario/pom.xml b/test/plugin/scenarios/shenyu-2.4.x-scenario/pom.xml index 5f4dcf4589..5af3fd8fc9 100644 --- a/test/plugin/scenarios/shenyu-2.4.x-scenario/pom.xml +++ b/test/plugin/scenarios/shenyu-2.4.x-scenario/pom.xml @@ -42,7 +42,7 @@ 2.4.2 2.2.2.RELEASE 2.4.2 - 1.18.20 + 1.18.30 1.2.79 diff --git a/test/plugin/scenarios/shenyu-2.4.x-sofarpc-scenario/pom.xml b/test/plugin/scenarios/shenyu-2.4.x-sofarpc-scenario/pom.xml index c0e9c5191f..a4a575b0f1 100644 --- a/test/plugin/scenarios/shenyu-2.4.x-sofarpc-scenario/pom.xml +++ b/test/plugin/scenarios/shenyu-2.4.x-sofarpc-scenario/pom.xml @@ -41,7 +41,7 @@ 2.4.3 2.2.2.RELEASE 2.4.3 - 1.18.20 + 1.18.30 6.0.4 5.7.6 diff --git a/test/plugin/scenarios/spring-scheduled-scenario/pom.xml b/test/plugin/scenarios/spring-scheduled-scenario/pom.xml index 10f388f6ac..2eb1c24756 100644 --- a/test/plugin/scenarios/spring-scheduled-scenario/pom.xml +++ b/test/plugin/scenarios/spring-scheduled-scenario/pom.xml @@ -33,7 +33,7 @@ UTF-8 1.8 3.8.1 - 1.18.20 + 1.18.30 3.1.0.RELEASE spring-scheduled diff --git a/test/plugin/scenarios/struts2.3-scenario/pom.xml b/test/plugin/scenarios/struts2.3-scenario/pom.xml index 50a5fa2302..ac374e3ec9 100644 --- a/test/plugin/scenarios/struts2.3-scenario/pom.xml +++ b/test/plugin/scenarios/struts2.3-scenario/pom.xml @@ -34,7 +34,7 @@ 1.8 3.8.1 2.3.4 - 1.18.20 + 1.18.30 diff --git a/test/plugin/scenarios/struts2.5-scenario/pom.xml b/test/plugin/scenarios/struts2.5-scenario/pom.xml index 3ddced2ec9..0e7b1e6cef 100644 --- a/test/plugin/scenarios/struts2.5-scenario/pom.xml +++ b/test/plugin/scenarios/struts2.5-scenario/pom.xml @@ -34,7 +34,7 @@ 1.8 3.8.1 2.5.1 - 1.18.20 + 1.18.30 diff --git a/test/plugin/scenarios/thrift-scenario/pom.xml b/test/plugin/scenarios/thrift-scenario/pom.xml index d89e4d5fb7..3b01d3917b 100644 --- a/test/plugin/scenarios/thrift-scenario/pom.xml +++ b/test/plugin/scenarios/thrift-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 0.12.0 2.1.6.RELEASE - 1.18.20 + 1.18.30 ${test.framework.version} diff --git a/test/plugin/scenarios/tomcat-10x-scenario/pom.xml b/test/plugin/scenarios/tomcat-10x-scenario/pom.xml index 3ee8a4a39f..900fa8a669 100644 --- a/test/plugin/scenarios/tomcat-10x-scenario/pom.xml +++ b/test/plugin/scenarios/tomcat-10x-scenario/pom.xml @@ -33,7 +33,7 @@ UTF-8 1.8 1.0 - 1.18.20 + 1.18.30 diff --git a/test/plugin/scenarios/tomcat-9x-scenario/pom.xml b/test/plugin/scenarios/tomcat-9x-scenario/pom.xml index 308cb5cd10..3032aae536 100644 --- a/test/plugin/scenarios/tomcat-9x-scenario/pom.xml +++ b/test/plugin/scenarios/tomcat-9x-scenario/pom.xml @@ -33,7 +33,7 @@ UTF-8 1.8 1.0 - 1.18.20 + 1.18.30 diff --git a/test/plugin/scenarios/tomcat-thread-pool-scenario/pom.xml b/test/plugin/scenarios/tomcat-thread-pool-scenario/pom.xml index 92982ebca4..9f87c99ac5 100644 --- a/test/plugin/scenarios/tomcat-thread-pool-scenario/pom.xml +++ b/test/plugin/scenarios/tomcat-thread-pool-scenario/pom.xml @@ -33,7 +33,7 @@ 3.8.1 8.5.75 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-tomcat-thread-pool-scenario diff --git a/test/plugin/scenarios/xxl-job-2.2.0-scenario/pom.xml b/test/plugin/scenarios/xxl-job-2.2.0-scenario/pom.xml index 0334228d82..6fbc2213fb 100644 --- a/test/plugin/scenarios/xxl-job-2.2.0-scenario/pom.xml +++ b/test/plugin/scenarios/xxl-job-2.2.0-scenario/pom.xml @@ -32,7 +32,7 @@ 1.8 2.2.0 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-xxl-job-2.2.0-scenario diff --git a/test/plugin/scenarios/xxl-job-2.3.x-scenario/pom.xml b/test/plugin/scenarios/xxl-job-2.3.x-scenario/pom.xml index 45f47dcb23..ba8c716525 100644 --- a/test/plugin/scenarios/xxl-job-2.3.x-scenario/pom.xml +++ b/test/plugin/scenarios/xxl-job-2.3.x-scenario/pom.xml @@ -33,7 +33,7 @@ 2.3.0 2.1.6.RELEASE - 1.18.20 + 1.18.30 skywalking-xxl-job-2.3.x-scenario