File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 40
40
- name : Docker Login
41
41
# You may pin to the exact commit or the version.
42
42
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
43
- uses : docker/login-action@v3.3 .0
43
+ uses : docker/login-action@v3.4 .0
44
44
with :
45
45
username : ${{ secrets.DOCKER_USERNAME }}
46
46
password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >org.json</groupId >
29
29
<artifactId >json</artifactId >
30
- <version >20240303 </version >
30
+ <version >20250107 </version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >org.eclipse</groupId >
Original file line number Diff line number Diff line change 23
23
<quarkus .platform.artifact-id>quarkus-bom</quarkus .platform.artifact-id>
24
24
<quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
25
25
<quarkus .platform.version>3.22.2</quarkus .platform.version>
26
- <surefire-plugin .version>3.5.0 </surefire-plugin .version>
26
+ <surefire-plugin .version>3.5.3 </surefire-plugin .version>
27
27
<org .mockito.version>3.3.3</org .mockito.version>
28
28
<quarkus .container-image.build>true</quarkus .container-image.build>
29
29
<quarkus .container-image.group>viplab</quarkus .container-image.group>
56
56
<dependency >
57
57
<groupId >com.fasterxml.jackson</groupId >
58
58
<artifactId >jackson-bom</artifactId >
59
- <version >2.18.2 </version >
59
+ <version >2.19.0 </version >
60
60
<scope >import</scope >
61
61
<type >pom</type >
62
62
</dependency >
95
95
</plugin >
96
96
<plugin >
97
97
<artifactId >maven-compiler-plugin</artifactId >
98
- <version >3.13 .0</version >
98
+ <version >3.14 .0</version >
99
99
</plugin >
100
100
</plugins >
101
101
</pluginManagement >
Original file line number Diff line number Diff line change 72
72
<dependency >
73
73
<groupId >org.json</groupId >
74
74
<artifactId >json</artifactId >
75
- <version >20240303 </version >
75
+ <version >20250107 </version >
76
76
</dependency >
77
77
<dependency >
78
78
<groupId >org.slf4j</groupId >
97
97
<dependency >
98
98
<groupId >com.auth0</groupId >
99
99
<artifactId >java-jwt</artifactId >
100
- <version >4.4 .0</version >
100
+ <version >4.5 .0</version >
101
101
</dependency >
102
102
<dependency >
103
103
<groupId >com.auth0</groupId >
You can’t perform that action at this time.
0 commit comments