This repository was archived by the owner on May 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
distribution : ' temurin'
25
25
cache : maven
26
26
- name : Cache the Maven packages to speed up build
27
- uses : actions/cache@v4.1.2
27
+ uses : actions/cache@v4.2.0
28
28
with :
29
29
path : ~/.m2
30
30
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 8
8
<artifactId >jnats</artifactId >
9
9
<groupId >io.nats</groupId >
10
10
<scope >compile</scope >
11
- <version >2.20.4 </version >
11
+ <version >2.20.5 </version >
12
12
</dependency >
13
13
<dependency >
14
14
<artifactId >cory-core</artifactId >
Original file line number Diff line number Diff line change 55
55
</execution >
56
56
</executions >
57
57
<groupId >org.apache.maven.plugins</groupId >
58
- <version >3.11.1 </version >
58
+ <version >3.11.2 </version >
59
59
</plugin >
60
60
</plugins >
61
61
<resources >
76
76
<artifactId >jedis-mock</artifactId >
77
77
<groupId >com.github.fppt</groupId >
78
78
<scope >test</scope >
79
- <version >1.1.7 </version >
79
+ <version >1.1.8 </version >
80
80
</dependency >
81
81
<dependency >
82
82
<artifactId >nats-embedded</artifactId >
94
94
<artifactId >assertj-core</artifactId >
95
95
<groupId >org.assertj</groupId >
96
96
<scope >test</scope >
97
- <version >3.26.3 </version >
97
+ <version >3.27.1 </version >
98
98
</dependency >
99
99
<dependency >
100
100
<artifactId >mockito-core</artifactId >
101
101
<groupId >org.mockito</groupId >
102
102
<scope >test</scope >
103
- <version >5.14 .2</version >
103
+ <version >5.15 .2</version >
104
104
</dependency >
105
105
<dependency >
106
106
<artifactId >awaitility</artifactId >
131
131
<groupId >org.junit</groupId >
132
132
<scope >import</scope >
133
133
<type >pom</type >
134
- <version >5.11.3 </version >
134
+ <version >5.11.4 </version >
135
135
</dependency >
136
136
</dependencies >
137
137
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments