-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgradle.properties
More file actions
47 lines (40 loc) · 1.41 KB
/
gradle.properties
File metadata and controls
47 lines (40 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# The boomerang version to ship with the EUM server
boomerangVersion=1.815.1
# The OpenTelemetry-Boomerang version to ship with the EUM server
boomerangOpenTelemetryPluginVersion=2.0.0-2
springBootVersion=3.5.5
snakeYamlVersion=2.5
openCensusVersion=0.31.1
openCensusInfluxdbExporterVersion=1.2
grpcVersion=1.75.0
# @pin Prometheus client to 0.6.0 to prevent auto prefixing counter metrics with "_total"
# see: https://github.com/prometheus/client_java/issues/640, https://github.com/prometheus/client_java/pull/653
# additionally, the version 1.* introduced breaking changes
prometheusClientVersion = 0.6.0
# Keep the OpenTelemetry versions consistent, take a look at Spring
openTelemetryVersion=1.49.0
openTelemetryAlphaVersion=1.49.0-alpha
openTelemetrySemConvVersion=1.34.0
openTelemetryProtoVersion=1.7.0-alpha
# Keep an eye on OTel proto version
protobufVersion=4.31.0
guavaVersion=33.4.8-jre
geoip2Version=4.4.0
httpClientVersion=4.5.14
commonsNetVersion=3.12.0
commonsMath3Version=3.6.1
commonsLang3Version=3.18.0
commonsIoVersion=2.20.0
influxdbJavaVersion=2.25
armeriaVersion=1.32.5
testContainersVersion=1.21.3
### gradle plugin versions
### Check for newer version at https://plugins.gradle.org/
# io.spring.dependency-management
springDependencyManangementVersion=1.1.7
# org.owasp.dependencycheck
owaspDependencyCheckVersion=12.1.3
# org.cyclonedx.bom
cyclonedxBomVersion=2.3.1
versionsPlugin=0.52.0
lombokVersion=1.18.40