Skip to content

Commit 4e788ee

Browse files
authored
Merge branch 'main' into dependabot/maven/net.revelc.code.formatter-formatter-maven-plugin-2.25.0
2 parents c3f8547 + 3cdb897 commit 4e788ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
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>

entraid/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
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>
5454

5555
<dependency>
5656
<groupId>com.auth0</groupId>
5757
<artifactId>java-jwt</artifactId>
58-
<version>4.4.0</version>
58+
<version>4.5.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>redis.clients.authentication</groupId>
@@ -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>

0 commit comments

Comments
 (0)