Skip to content

Commit 77a119e

Browse files
fix(deps): update all dependencies
1 parent b2d5f6f commit 77a119e

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

docker/monitoring/compose.yaml

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

33
grafana:
4-
image: grafana/grafana:9.3.6
4+
image: grafana/grafana:9.5.21
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:v2.55.1
1616
volumes:
1717
- ./prometheus.yml:/etc/prometheus/prometheus.yml
1818
- prometheus_data:/prometheus

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.2</version>
42+
<version>29.6</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>

metasvc-model/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>commons-io</groupId>
5858
<artifactId>commons-io</artifactId>
59-
<version>2.16.1</version>
59+
<version>2.20.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>javax.validation</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.jsoup</groupId>
7373
<artifactId>jsoup</artifactId>
74-
<version>1.20.1</version>
74+
<version>1.21.2</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.junit.jupiter</groupId>
@@ -95,17 +95,17 @@
9595
<dependency>
9696
<groupId>org.wikidata.wdtk</groupId>
9797
<artifactId>wdtk-datamodel</artifactId>
98-
<version>0.14.7</version>
98+
<version>0.16.0</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.zalando</groupId>
102102
<artifactId>problem</artifactId>
103-
<version>0.26.0</version>
103+
<version>0.27.1</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.zalando</groupId>
107107
<artifactId>jackson-datatype-problem</artifactId>
108-
<version>0.26.0</version>
108+
<version>0.27.1</version>
109109
</dependency>
110110
</dependencies>
111111
</project>

metasvc-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.jsoup</groupId>
3131
<artifactId>jsoup</artifactId>
32-
<version>1.20.1</version>
32+
<version>1.21.2</version>
3333
<scope>test</scope>
3434
</dependency>
3535
<dependency>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>io.swagger.core.v3</groupId>
7070
<artifactId>swagger-annotations</artifactId>
71-
<version>2.2.35</version>
71+
<version>2.2.36</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>net.logstash.logback</groupId>

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.4</version>
9+
<version>3.5.5</version>
1010
</parent>
1111

1212
<groupId>io.github.dbmdz.metadata</groupId>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>com.github.spotbugs</groupId>
107107
<artifactId>spotbugs-annotations</artifactId>
108-
<version>4.8.3</version>
108+
<version>4.9.4</version>
109109
<optional>true</optional>
110110
</dependency>
111111
<dependency>
@@ -121,12 +121,12 @@
121121
<dependency>
122122
<groupId>org.flywaydb</groupId>
123123
<artifactId>flyway-core</artifactId>
124-
<version>11.7.0</version>
124+
<version>11.11.2</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.flywaydb</groupId>
128128
<artifactId>flyway-database-postgresql</artifactId>
129-
<version>11.7.0</version>
129+
<version>11.11.2</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.postgresql</groupId>
@@ -138,12 +138,12 @@
138138
<artifactId>jdbi3-bom</artifactId>
139139
<type>pom</type>
140140
<scope>import</scope>
141-
<version>3.48.0</version>
141+
<version>3.49.5</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.springdoc</groupId>
145145
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
146-
<version>2.8.9</version>
146+
<version>2.8.11</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.zalando</groupId>
@@ -208,17 +208,17 @@
208208
<dependency>
209209
<groupId>org.apache.commons</groupId>
210210
<artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
211-
<version>2.0.0-M2</version>
211+
<version>2.0.0-M4</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.apache.httpcomponents.client5</groupId>
215215
<artifactId>httpclient5</artifactId>
216-
<version>5.4.3</version>
216+
<version>5.5</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>org.assertj</groupId>
220220
<artifactId>assertj-core</artifactId>
221-
<version>3.27.3</version>
221+
<version>3.27.4</version>
222222
<scope>test</scope>
223223
</dependency>
224224
<dependency>
@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>org.mockito</groupId>
232232
<artifactId>mockito-core</artifactId>
233-
<version>5.18.0</version>
233+
<version>5.19.0</version>
234234
<scope>test</scope>
235235
</dependency>
236236
<dependency>
@@ -300,13 +300,13 @@
300300
<plugin>
301301
<groupId>com.github.spotbugs</groupId>
302302
<artifactId>spotbugs-maven-plugin</artifactId>
303-
<version>4.8.5.0</version>
303+
<version>4.9.4.0</version>
304304
<dependencies>
305305
<!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
306306
<dependency>
307307
<groupId>com.github.spotbugs</groupId>
308308
<artifactId>spotbugs</artifactId>
309-
<version>4.7.2</version>
309+
<version>4.9.4</version>
310310
</dependency>
311311
</dependencies>
312312
<executions>

0 commit comments

Comments
 (0)