File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.github/actions/process-image Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ inputs:
16
16
pkg_command :
17
17
description : Package manager command to run during updates (eg microdnf)
18
18
required : false
19
- default : microdnf
19
+ default : dnf
20
20
runs :
21
21
using : " composite"
22
22
steps :
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.boot</groupId >
10
10
<artifactId >spring-boot-starter-parent</artifactId >
11
- <version >3.3.6 </version >
11
+ <version >3.3.8 </version >
12
12
<relativePath /> <!-- lookup parent from repository -->
13
13
</parent >
14
14
38
38
<spring-cloud .version>2023.0.4</spring-cloud .version>
39
39
<org .springdoc-version>2.4.0</org .springdoc-version>
40
40
41
- <micrometer-core .version>1.14.1 </micrometer-core .version>
41
+ <micrometer-core .version>1.14.3 </micrometer-core .version>
42
42
<lombok .version>1.18.36</lombok .version>
43
- <oracle-springboot-starter .version>24.4 .0</oracle-springboot-starter .version>
43
+ <oracle-springboot-starter .version>25.0 .0</oracle-springboot-starter .version>
44
44
<oracle-microtx-starter .version>24.2.2</oracle-microtx-starter .version>
45
- <liquibase .version>4.30 .0</liquibase .version>
45
+ <liquibase .version>4.31 .0</liquibase .version>
46
46
<datasource-micrometer-spring-boot .version>1.0.6</datasource-micrometer-spring-boot .version>
47
47
48
48
<!-- Code quality tools -->
You can’t perform that action at this time.
0 commit comments