Skip to content

Commit

Permalink
Merge branch 'main' into streaming-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ggivo authored Dec 18, 2024
2 parents 31341f1 + 14de5b8 commit 6891281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<rxjava2.version>2.2.21</rxjava2.version>
<rxjava3.version>3.1.8</rxjava3.version>
<reactive-streams-tck.version>1.0.4</reactive-streams-tck.version>
<slf4j.version>1.7.25</slf4j.version>
<slf4j.version>2.0.16</slf4j.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- You need a running redis+sentinel for all tests, therefore disabled by default -->
Expand Down Expand Up @@ -548,7 +548,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.20.1</version>
<version>1.20.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6891281

Please sign in to comment.