File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
brave/instrumentation-aws-java-sdk-core Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 58
58
<dependency >
59
59
<groupId >org.elasticmq</groupId >
60
60
<artifactId >elasticmq-server_2.13</artifactId >
61
- <version >1.5.4 </version >
61
+ <version >1.5.6 </version >
62
62
<exclusions >
63
63
<exclusion >
64
64
<groupId >ch.qos.logback</groupId >
Original file line number Diff line number Diff line change 77
77
<dependency >
78
78
<groupId >uk.org.webcompere</groupId >
79
79
<artifactId >system-stubs-jupiter</artifactId >
80
- <version >2.1.5 </version >
80
+ <version >2.1.6 </version >
81
81
<scope >test</scope >
82
82
</dependency >
83
83
</dependencies >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if [ -n "${DOCKER_TARGET}" ]; then
46
46
fi
47
47
48
48
# When non-empty, becomes the base layer including tag appropriate for the image being built.
49
- # e.g. ghcr.io/openzipkin/java:21.0.1_p12 -jre
49
+ # e.g. ghcr.io/openzipkin/java:21.0.2_p13 -jre
50
50
#
51
51
# This is not required to be a base (FROM scratch) image like ghcr.io/openzipkin/alpine:3.12.3
52
52
# See https://docs.docker.com/glossary/#parent-image
@@ -60,7 +60,7 @@ if [ -n "${ALPINE_VERSION}" ]; then
60
60
docker_args=" ${docker_args} --build-arg alpine_version=${ALPINE_VERSION} "
61
61
fi
62
62
63
- # When non-empty, becomes the build-arg java_version. e.g. "21.0.1_p12 "
63
+ # When non-empty, becomes the build-arg java_version. e.g. "21.0.2_p13 "
64
64
# Used to align base layers from https://github.com/orgs/openzipkin/packages/container/package/java
65
65
if [ -n " ${JAVA_VERSION} " ]; then
66
66
docker_args=" ${docker_args} --build-arg java_version=${JAVA_VERSION} "
Original file line number Diff line number Diff line change 13
13
#
14
14
15
15
# zipkin version should match zipkin.version in /pom.xml
16
- ARG zipkin_version=3.0.4
16
+ ARG zipkin_version=3.0.5
17
17
18
18
# java_version is used during the installation process to build or download the module jar.
19
19
#
20
20
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
21
21
# This is defined in many places because Docker has no "env" script functionality unless you use
22
22
# docker-compose: When updating, update everywhere.
23
- ARG java_version=21.0.1_p12
23
+ ARG java_version=21.0.2_p13
24
24
25
25
# We copy files from the context into a scratch container first to avoid a problem where docker and
26
26
# docker-compose don't share layer hashes https://github.com/docker/compose/issues/883 normally.
Original file line number Diff line number Diff line change 78
78
<!-- matching armeria/grpc/zipkin -->
79
79
<zipkin .groupId>io.zipkin.zipkin2</zipkin .groupId>
80
80
<!-- when updating, update docker/Dockerfile and storage/src/test/java/zipkin2/storage/kafka/IT* -->
81
- <zipkin .version>3.0.4 </zipkin .version>
81
+ <zipkin .version>3.0.5 </zipkin .version>
82
82
<zipkin-reporter .version>3.2.1</zipkin-reporter .version>
83
- <spring-boot .version>3.2.1 </spring-boot .version>
83
+ <spring-boot .version>3.2.2 </spring-boot .version>
84
84
<jackson .version>2.16.1</jackson .version>
85
85
<!-- armeria.groupId allows you to test feature branches with jitpack -->
86
86
<armeria .groupId>com.linecorp.armeria</armeria .groupId>
95
95
<brave .groupId>io.zipkin.brave</brave .groupId>
96
96
<brave .version>6.0.0</brave .version>
97
97
98
- <aws-java-sdk .version>1.12.638 </aws-java-sdk .version>
99
- <sdk-core .version>2.23.4 </sdk-core .version>
98
+ <aws-java-sdk .version>1.12.643 </aws-java-sdk .version>
99
+ <sdk-core .version>2.23.9 </sdk-core .version>
100
100
101
101
<okhttp .version>4.12.0</okhttp .version>
102
102
Original file line number Diff line number Diff line change 49
49
<dependency >
50
50
<groupId >com.jayway.jsonpath</groupId >
51
51
<artifactId >json-path</artifactId >
52
- <version >2.8 .0</version >
52
+ <version >2.9 .0</version >
53
53
<scope >test</scope >
54
54
</dependency >
55
55
<dependency >
You can’t perform that action at this time.
0 commit comments