Skip to content

Commit cf18861

Browse files
committed
Merge branch 'renovate/major-all'
2 parents 585aa5b + d1a3436 commit cf18861

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
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
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v5
2020
with:
2121
check-latest: true
2222
distribution: temurin
@@ -42,7 +42,7 @@ jobs:
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:
@@ -60,7 +60,7 @@ jobs:
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:
@@ -77,7 +77,7 @@ jobs:
7777
# Publish snapshot
7878
- name: Set up JDK 17 for publishing a snapshot
7979
if: github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT')
80-
uses: actions/setup-java@v4
80+
uses: actions/setup-java@v5
8181
with:
8282
check-latest: true
8383
distribution: temurin
@@ -94,7 +94,7 @@ jobs:
9494
# Publish release
9595
- name: Set up JDK 17 for publishing a release
9696
if: github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT')
97-
uses: actions/setup-java@v4
97+
uses: actions/setup-java@v5
9898
with:
9999
check-latest: true
100100
distribution: temurin

docker/monitoring/compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
grafana:
4-
image: grafana/grafana:9.5.21
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.55.1
15+
image: prom/prometheus:v3.5.0
1616
volumes:
1717
- ./prometheus.yml:/etc/prometheus/prometheus.yml
1818
- prometheus_data:/prometheus
@@ -43,4 +43,4 @@ services:
4343
network_mode: host
4444

4545
volumes:
46-
prometheus_data:
46+
prometheus_data:

metasvc-lobid-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.geotools</groupId>
4141
<artifactId>gt-main</artifactId>
42-
<version>29.6</version>
42+
<version>33.2</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>

metasvc-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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>

0 commit comments

Comments
 (0)