File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 17
17
jobs :
18
18
build :
19
19
name : Build
20
- runs-on : ubuntu-20 .04
20
+ runs-on : ubuntu-22 .04
21
21
steps :
22
22
- name : Container meta for default (distroless) image
23
23
id : docker_meta
Original file line number Diff line number Diff line change 1
- FROM docker.io/library/maven:3.9.7 -eclipse-temurin-17 AS build-hapi
1
+ FROM docker.io/library/maven:3.9.9 -eclipse-temurin-17 AS build-hapi
2
2
WORKDIR /tmp/hapi-fhir-jpaserver-starter
3
3
4
4
ARG OPENTELEMETRY_JAVA_AGENT_VERSION=1.33.3
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
12
12
ports :
13
13
- " 8080:8080"
14
14
hapi-fhir-postgres :
15
- image : postgres:14 -alpine
15
+ image : postgres:15 -alpine
16
16
container_name : hapi-fhir-postgres
17
17
restart : always
18
18
environment :
Original file line number Diff line number Diff line change 354
354
<dependency >
355
355
<groupId >io.micrometer</groupId >
356
356
<artifactId >micrometer-core</artifactId >
357
- <version >1.11 .3</version >
357
+ <version >1.13 .3</version >
358
358
</dependency >
359
359
360
360
<!-- https://mvnrepository.com/artifact/io.micrometer/micrometer-registry-prometheus -->
361
361
<dependency >
362
362
<groupId >io.micrometer</groupId >
363
363
<artifactId >micrometer-registry-prometheus</artifactId >
364
- <version >1.11 .3</version >
364
+ <version >1.13 .3</version >
365
365
</dependency >
366
366
367
367
<dependency >
402
402
<plugin >
403
403
<groupId >org.apache.maven.plugins</groupId >
404
404
<artifactId >maven-surefire-plugin</artifactId >
405
- <version >3.2.5 </version >
405
+ <version >3.4.0 </version >
406
406
</plugin >
407
407
</plugins >
408
408
</pluginManagement >
469
469
<plugin >
470
470
<groupId >org.apache.maven.plugins</groupId >
471
471
<artifactId >maven-failsafe-plugin</artifactId >
472
+ <version >3.4.0</version >
472
473
<configuration >
473
474
<redirectTestOutputToFile >true</redirectTestOutputToFile >
474
475
</configuration >
You can’t perform that action at this time.
0 commit comments