File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 65
65
password : ${{ secrets.GITHUB_TOKEN }}
66
66
67
67
- name : Build and push container image
68
- uses : docker/build-push-action@v5
68
+ uses : docker/build-push-action@v6
69
69
with :
70
70
context : .
71
71
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 21
21
<dependency >
22
22
<groupId >org.apache.maven</groupId >
23
23
<artifactId >maven-plugin-api</artifactId >
24
- <version >3.9.7 </version >
24
+ <version >3.9.8 </version >
25
25
<scope >provided</scope >
26
26
</dependency >
27
27
<dependency >
Original file line number Diff line number Diff line change 47
47
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
48
48
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
49
49
<apache .http.version>4.5.3</apache .http.version>
50
- <version .plugin.surefire>3.2.5 </version .plugin.surefire>
50
+ <version .plugin.surefire>3.3.1 </version .plugin.surefire>
51
51
<maven-enforcer-plugin-version >3.5.0</maven-enforcer-plugin-version >
52
52
<maven-clean-plugin-version >3.3.2</maven-clean-plugin-version >
53
53
<maven-compiler-plugin-version >3.13.0</maven-compiler-plugin-version >
58
58
<maven-jar-plugin-version >3.4.1</maven-jar-plugin-version >
59
59
<maven-war-plugin-version >3.4.0</maven-war-plugin-version >
60
60
<maven-resources-plugin-version >3.3.1</maven-resources-plugin-version >
61
- <maven-dependency-plugin-version >3.6 .1</maven-dependency-plugin-version >
61
+ <maven-dependency-plugin-version >3.7 .1</maven-dependency-plugin-version >
62
62
<dependency-check-version >9.2.0</dependency-check-version >
63
- <netty-version >4.1.110 .Final</netty-version >
63
+ <netty-version >4.1.111 .Final</netty-version >
64
64
65
65
<skip .dependency-check>false</skip .dependency-check>
66
66
You can’t perform that action at this time.
0 commit comments