File tree Expand file tree Collapse file tree 4 files changed +38
-8
lines changed
maven-resolver-named-locks-redisson Expand file tree Collapse file tree 4 files changed +38
-8
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one or more
3
+ # contributor license agreements. See the NOTICE file distributed with
4
+ # this work for additional information regarding copyright ownership.
5
+ # The ASF licenses this file to You under the Apache License, Version 2.0
6
+ # (the "License"); you may not use this file except in compliance with
7
+ # the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+ #
17
+ version : 2
18
+ updates :
19
+
20
+ - package-ecosystem : maven
21
+ directory : " /"
22
+ schedule :
23
+ interval : daily
24
+ time : ' 04:00'
25
+ open-pull-requests-limit : 10
26
+
27
+ - package-ecosystem : " github-actions"
28
+ directory : " /"
29
+ schedule :
30
+ interval : " daily"
Original file line number Diff line number Diff line change 24
24
jobs :
25
25
build :
26
26
name : Verify
27
- uses : apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
27
+ uses : apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
28
28
with :
29
29
ff-run : false
30
30
ff-site-run : false
Original file line number Diff line number Diff line change 35
35
<Automatic-Module-Name >org.apache.maven.resolver.named.redisson</Automatic-Module-Name >
36
36
<Bundle-SymbolicName >${Automatic-Module-Name} </Bundle-SymbolicName >
37
37
38
- <testcontainersVersion >1.19.5 </testcontainersVersion >
38
+ <testcontainersVersion >1.19.7 </testcontainersVersion >
39
39
</properties >
40
40
41
41
<dependencies >
52
52
<dependency >
53
53
<groupId >org.redisson</groupId >
54
54
<artifactId >redisson</artifactId >
55
- <version >3.26.0 </version >
55
+ <version >3.27.2 </version >
56
56
<exclusions >
57
57
<exclusion >
58
58
<groupId >org.slf4j</groupId >
128
128
<dependency >
129
129
<groupId >com.redis</groupId >
130
130
<artifactId >testcontainers-redis</artifactId >
131
- <version >2.0.2 </version >
131
+ <version >2.2.0 </version >
132
132
<scope >test</scope >
133
133
</dependency >
134
134
</dependencies >
Original file line number Diff line number Diff line change 208
208
<dependency >
209
209
<groupId >org.junit</groupId >
210
210
<artifactId >junit-bom</artifactId >
211
- <version >5.10.1 </version >
211
+ <version >5.10.2 </version >
212
212
<type >pom</type >
213
213
<scope >import</scope >
214
214
</dependency >
215
215
<dependency >
216
216
<groupId >org.mockito</groupId >
217
217
<artifactId >mockito-core</artifactId >
218
- <version >4 .11.0</version >
218
+ <version >5 .11.0</version >
219
219
<scope >test</scope >
220
220
</dependency >
221
221
286
286
<plugin >
287
287
<groupId >com.github.siom79.japicmp</groupId >
288
288
<artifactId >japicmp-maven-plugin</artifactId >
289
- <version >0.18.5 </version >
289
+ <version >0.20.0 </version >
290
290
<configuration >
291
291
<oldVersion >
292
292
<!-- We compare same module against 1.8.0 set as "baseline" -->
594
594
<plugin >
595
595
<groupId >biz.aQute.bnd</groupId >
596
596
<artifactId >bnd-maven-plugin</artifactId >
597
- <version >6.4 .0</version >
597
+ <version >7.0 .0</version >
598
598
<executions >
599
599
<execution >
600
600
<id >bnd-process</id >
You can’t perform that action at this time.
0 commit comments