Skip to content

Commit a1ed920

Browse files
authored
Merge branch 'main' into dependabot/maven/com.auth0-java-jwt-4.5.0
2 parents c2772c4 + 7806529 commit a1ed920

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<slf4j.version>1.7.36</slf4j.version>
5151
<resilience4j.version>1.7.1</resilience4j.version>
5252
<jackson.version>2.18.0</jackson.version>
53-
<maven.surefire.version>3.5.1</maven.surefire.version>
53+
<maven.surefire.version>3.5.2</maven.surefire.version>
5454
</properties>
5555

5656
<dependencies>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.awaitility</groupId>
8282
<artifactId>awaitility</artifactId>
83-
<version>4.2.2</version>
83+
<version>4.3.0</version>
8484
<scope>test</scope>
8585
</dependency>
8686
</dependencies>

entraid/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<properties>
4848
<github.global.server>github</github.global.server>
4949
<entraid.module.name>redis.clients.authentication.entraid</entraid.module.name>
50-
<maven.surefire.version>3.5.1</maven.surefire.version>
50+
<maven.surefire.version>3.5.2</maven.surefire.version>
5151
</properties>
5252

5353
<dependencies>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.azure</groupId>
7272
<artifactId>azure-identity</artifactId>
73-
<version>1.15.3</version>
73+
<version>1.15.4</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>junit</groupId>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.awaitility</groupId>
9595
<artifactId>awaitility</artifactId>
96-
<version>4.2.2</version>
96+
<version>4.3.0</version>
9797
<scope>test</scope>
9898
</dependency>
9999
</dependencies>

0 commit comments

Comments
 (0)