Skip to content

Commit 2760cb9

Browse files
committed
Reinstate version placeholder usage for RxJava 3.
Closes #3295
1 parent 87ec42b commit 2760cb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131
<dependency>
132132
<groupId>io.reactivex.rxjava3</groupId>
133133
<artifactId>rxjava</artifactId>
134-
<!-- Javadoc on Java 24 fails otherwise with: Cannot attach type annotations -->
135-
<version>3.1.1</version>
134+
<version>${rxjava3}</version>
136135
<optional>true</optional>
137136
</dependency>
138137

0 commit comments

Comments
 (0)