File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Check out repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Set up JDK
19
- uses : actions/setup-java@v4
19
+ uses : actions/setup-java@v5
20
20
with :
21
21
check-latest : true
22
22
distribution : temurin
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Check out repository
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@v5
46
46
- name : Set up cache
47
47
uses : actions/cache@v4
48
48
env :
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- name : Check out repository
63
- uses : actions/checkout@v4
63
+ uses : actions/checkout@v5
64
64
- name : Set up cache
65
65
uses : actions/cache@v4
66
66
env :
77
77
# Publish snapshot
78
78
- name : Set up JDK 17 for publishing a snapshot
79
79
if : github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT')
80
- uses : actions/setup-java@v4
80
+ uses : actions/setup-java@v5
81
81
with :
82
82
check-latest : true
83
83
distribution : temurin
94
94
# Publish release
95
95
- name : Set up JDK 17 for publishing a release
96
96
if : github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT')
97
- uses : actions/setup-java@v4
97
+ uses : actions/setup-java@v5
98
98
with :
99
99
check-latest : true
100
100
distribution : temurin
Original file line number Diff line number Diff line change 1
1
services :
2
2
3
3
grafana :
4
- image : grafana/grafana:9.5.21
4
+ image : grafana/grafana:12.1.1
5
5
ports :
6
6
- " 3000:3000"
7
7
volumes :
@@ -12,7 +12,7 @@ services:
12
12
network_mode : host
13
13
14
14
prometheus :
15
- image : prom/prometheus:v2.55.1
15
+ image : prom/prometheus:v3.5.0
16
16
volumes :
17
17
- ./prometheus.yml:/etc/prometheus/prometheus.yml
18
18
- prometheus_data:/prometheus
@@ -43,4 +43,4 @@ services:
43
43
network_mode : host
44
44
45
45
volumes :
46
- prometheus_data:
46
+ prometheus_data :
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >org.geotools</groupId >
41
41
<artifactId >gt-main</artifactId >
42
- <version >29.6 </version >
42
+ <version >33.2 </version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >com.ibm.icu</groupId >
48
48
<artifactId >icu4j</artifactId >
49
- <version >72 .1</version >
49
+ <version >77 .1</version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >commons-beanutils</groupId >
You can’t perform that action at this time.
0 commit comments