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:
1616 pkg_command :
1717 description : Package manager command to run during updates (eg microdnf)
1818 required : false
19- default : microdnf
19+ default : dnf
2020runs :
2121 using : " composite"
2222 steps :
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >org.springframework.boot</groupId >
1010 <artifactId >spring-boot-starter-parent</artifactId >
11- <version >3.3.6 </version >
11+ <version >3.3.8 </version >
1212 <relativePath /> <!-- lookup parent from repository -->
1313 </parent >
1414
3838 <spring-cloud .version>2023.0.4</spring-cloud .version>
3939 <org .springdoc-version>2.4.0</org .springdoc-version>
4040
41- <micrometer-core .version>1.14.1 </micrometer-core .version>
41+ <micrometer-core .version>1.14.3 </micrometer-core .version>
4242 <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>
4444 <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>
4646 <datasource-micrometer-spring-boot .version>1.0.6</datasource-micrometer-spring-boot .version>
4747
4848 <!-- Code quality tools -->
You can’t perform that action at this time.
0 commit comments