Skip to content

Commit d452847

Browse files
authored
[MRESOLVER-511][MRESOLVER-501][MRESOLVER-509][MRESOLVER-508] Dep updates (apache#439)
Changes: * junit 5.10.2 * mockito 5.11.0 * redisson 3.27.2 * testcontainers 1.19.7 Also update GH action and add dependabot. --- https://issues.apache.org/jira/browse/MRESOLVER-511 https://issues.apache.org/jira/browse/MRESOLVER-510 https://issues.apache.org/jira/browse/MRESOLVER-509 https://issues.apache.org/jira/browse/MRESOLVER-508
1 parent 7e1f93b commit d452847

File tree

4 files changed

+38
-8
lines changed

4 files changed

+38
-8
lines changed

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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"

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
build:
2626
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
2828
with:
2929
ff-run: false
3030
ff-site-run: false

maven-resolver-named-locks-redisson/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Automatic-Module-Name>org.apache.maven.resolver.named.redisson</Automatic-Module-Name>
3636
<Bundle-SymbolicName>${Automatic-Module-Name}</Bundle-SymbolicName>
3737

38-
<testcontainersVersion>1.19.5</testcontainersVersion>
38+
<testcontainersVersion>1.19.7</testcontainersVersion>
3939
</properties>
4040

4141
<dependencies>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.redisson</groupId>
5454
<artifactId>redisson</artifactId>
55-
<version>3.26.0</version>
55+
<version>3.27.2</version>
5656
<exclusions>
5757
<exclusion>
5858
<groupId>org.slf4j</groupId>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.redis</groupId>
130130
<artifactId>testcontainers-redis</artifactId>
131-
<version>2.0.2</version>
131+
<version>2.2.0</version>
132132
<scope>test</scope>
133133
</dependency>
134134
</dependencies>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@
208208
<dependency>
209209
<groupId>org.junit</groupId>
210210
<artifactId>junit-bom</artifactId>
211-
<version>5.10.1</version>
211+
<version>5.10.2</version>
212212
<type>pom</type>
213213
<scope>import</scope>
214214
</dependency>
215215
<dependency>
216216
<groupId>org.mockito</groupId>
217217
<artifactId>mockito-core</artifactId>
218-
<version>4.11.0</version>
218+
<version>5.11.0</version>
219219
<scope>test</scope>
220220
</dependency>
221221

@@ -286,7 +286,7 @@
286286
<plugin>
287287
<groupId>com.github.siom79.japicmp</groupId>
288288
<artifactId>japicmp-maven-plugin</artifactId>
289-
<version>0.18.5</version>
289+
<version>0.20.0</version>
290290
<configuration>
291291
<oldVersion>
292292
<!-- We compare same module against 1.8.0 set as "baseline" -->
@@ -594,7 +594,7 @@
594594
<plugin>
595595
<groupId>biz.aQute.bnd</groupId>
596596
<artifactId>bnd-maven-plugin</artifactId>
597-
<version>6.4.0</version>
597+
<version>7.0.0</version>
598598
<executions>
599599
<execution>
600600
<id>bnd-process</id>

0 commit comments

Comments
 (0)