File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Check out repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Set up JDK
1919 uses : actions/setup-java@v4
2020 with :
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Check out repository
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 - name : Set up cache
4747 uses : actions/cache@v4
4848 env :
6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : Check out repository
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464 - name : Set up cache
6565 uses : actions/cache@v4
6666 env :
Original file line number Diff line number Diff line change 11services :
22
33 grafana :
4- image : grafana/grafana:9.3.6
4+ image : grafana/grafana:12.1.1
55 ports :
66 - " 3000:3000"
77 volumes :
@@ -12,7 +12,7 @@ services:
1212 network_mode : host
1313
1414 prometheus :
15- image : prom/prometheus:v2.36.2
15+ image : prom/prometheus:v3.5.0
1616 volumes :
1717 - ./prometheus.yml:/etc/prometheus/prometheus.yml
1818 - prometheus_data:/prometheus
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >org.geotools</groupId >
4141 <artifactId >gt-main</artifactId >
42- <version >29 .2</version >
42+ <version >33 .2</version >
4343 </dependency >
4444 <dependency >
4545 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >com.ibm.icu</groupId >
4848 <artifactId >icu4j</artifactId >
49- <version >72 .1</version >
49+ <version >77 .1</version >
5050 </dependency >
5151 <dependency >
5252 <groupId >commons-beanutils</groupId >
You can’t perform that action at this time.
0 commit comments