File tree Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 8
8
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
9
9
# This is defined in many places because Docker has no "env" script functionality unless you use
10
10
# docker-compose: When updating, update everywhere.
11
- ARG java_version=21.0.6_p7
11
+ ARG java_version=21.0.7_p6
12
12
13
13
# We copy files from the context into a scratch container first to avoid a problem where docker and
14
14
# 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 8
8
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
9
9
# This is defined in many places because Docker has no "env" script functionality unless you use
10
10
# docker-compose: When updating, update everywhere.
11
- ARG java_version=21.0.6_p7
11
+ ARG java_version=21.0.7_p6
12
12
13
13
# We copy files from the context into a scratch container first to avoid a problem where docker and
14
14
# 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 8
8
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
9
9
# This is defined in many places because Docker has no "env" script functionality unless you use
10
10
# docker-compose: When updating, update everywhere.
11
- ARG java_version=21.0.6_p7
11
+ ARG java_version=21.0.7_p6
12
12
13
13
# We copy files from the context into a scratch container first to avoid a problem where docker and
14
14
# 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 8
8
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
9
9
# This is defined in many places because Docker has no "env" script functionality unless you use
10
10
# docker-compose: When updating, update everywhere.
11
- ARG java_version=21.0.6_p7
11
+ ARG java_version=21.0.7_p6
12
12
13
13
# We copy files from the context into a scratch container first to avoid a problem where docker and
14
14
# 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 8
8
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
9
9
# This is defined in many places because Docker has no "env" script functionality unless you use
10
10
# docker-compose: When updating, update everywhere.
11
- ARG java_version=21.0.6_p7
11
+ ARG java_version=21.0.7_p6
12
12
13
13
# We copy files from the context into a scratch container first to avoid a problem where docker and
14
14
# 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 8
8
# Use latest version here: https://github.com/orgs/openeureka/packages/container/package/java
9
9
# This is defined in many places because Docker has no "env" script functionality unless you use
10
10
# docker-compose: When updating, update everywhere.
11
- ARG java_version=21.0.6_p7
11
+ ARG java_version=21.0.7_p6
12
12
13
13
# We copy files from the context into a scratch container first to avoid a problem where docker and
14
14
# 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 29
29
<dependency >
30
30
<groupId >org.springframework.boot</groupId >
31
31
<artifactId >spring-boot-dependencies</artifactId >
32
- <version >3.4.4 </version >
32
+ <version >3.4.5 </version >
33
33
<type >pom</type >
34
34
<scope >import</scope >
35
35
</dependency >
Original file line number Diff line number Diff line change 8
8
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
9
9
# This is defined in many places because Docker has no "env" script functionality unless you use
10
10
# docker-compose: When updating, update everywhere.
11
- ARG java_version=21.0.6_p7
11
+ ARG java_version=21.0.7_p6
12
12
13
13
# We copy files from the context into a scratch container first to avoid a problem where docker and
14
14
# 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 6
6
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/alpine
7
7
# This is defined in many places because Docker has no "env" script functionality unless you use
8
8
# docker-compose: When updating, update everywhere.
9
- ARG alpine_version=3.21.2
9
+ ARG alpine_version=3.21.3
10
10
11
11
# We copy files from the context into a scratch container first to avoid a problem where docker and
12
12
# 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 8
8
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
9
9
# This is defined in many places because Docker has no "env" script functionality unless you use
10
10
# docker-compose: When updating, update everywhere.
11
- ARG java_version=21.0.6_p7
11
+ ARG java_version=21.0.7_p6
12
12
13
13
# We copy files from the context into a scratch container first to avoid a problem where docker and
14
14
# 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 6
6
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/alpine
7
7
# This is defined in many places because Docker has no "env" script functionality unless you use
8
8
# docker-compose: When updating, update everywhere.
9
- ARG alpine_version=3.21.2
9
+ ARG alpine_version=3.21.3
10
10
11
11
# java_version is used during the installation process to build or download the zipkin-lens jar.
12
12
#
13
13
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
14
14
# This is defined in many places because Docker has no "env" script functionality unless you use
15
15
# docker-compose: When updating, update everywhere.
16
- ARG java_version=21.0.6_p7
16
+ ARG java_version=21.0.7_p6
17
17
18
18
# We copy files from the context into a scratch container first to avoid a problem where docker and
19
19
# 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 6
6
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/alpine
7
7
# This is defined in many places because Docker has no "env" script functionality unless you use
8
8
# docker-compose: When updating, update everywhere.
9
- ARG alpine_version=3.21.2
9
+ ARG alpine_version=3.21.3
10
10
11
11
# java_version is used during the installation process to build or download the zipkin-lens jar.
12
12
#
13
13
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
14
14
# This is defined in many places because Docker has no "env" script functionality unless you use
15
15
# docker-compose: When updating, update everywhere.
16
- ARG java_version=21.0.6_p7
16
+ ARG java_version=21.0.7_p6
17
17
18
18
# We copy files from the context into a scratch container first to avoid a problem where docker and
19
19
# 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 49
49
<armeria .groupId>com.linecorp.armeria</armeria .groupId>
50
50
<armeria .version>1.32.3</armeria .version>
51
51
<!-- Match Armeria version to avoid conflicts including running tests in the IDE -->
52
- <netty .version>4.1.120 .Final</netty .version>
52
+ <netty .version>4.1.121 .Final</netty .version>
53
53
54
54
<!-- It's easy for Jackson dependencies to get misaligned, so we manage it ourselves. -->
55
55
<jackson .version>2.18.3</jackson .version>
61
61
<javax-annotation-api .version>1.3.2</javax-annotation-api .version>
62
62
63
63
<!-- update together -->
64
- <spring-boot .version>3.4.4 </spring-boot .version>
64
+ <spring-boot .version>3.4.5 </spring-boot .version>
65
65
<spring .version>6.2.6</spring .version>
66
66
67
67
<!-- MySQL connector is GPL, even if it has an OSS exception.
85
85
<kryo .version>5.6.2</kryo .version>
86
86
<!-- Only used for proto interop testing; wire-maven-plugin is usually behind latest. -->
87
87
<wire .version>5.1.0</wire .version>
88
- <gson .version>2.13.0 </gson .version>
88
+ <gson .version>2.13.1 </gson .version>
89
89
<unpack-proto .directory>${project.build.directory} /test/proto</unpack-proto .directory>
90
90
91
91
<license .skip>${skipTests} </license .skip>
You can’t perform that action at this time.
0 commit comments