File tree Expand file tree Collapse file tree 3 files changed +6
-19
lines changed
rabbitmq_stream/test/rabbit_stream_SUITE_data
rabbitmq_stream_management/test/http_SUITE_data
src/test/java/com/rabbitmq/stream Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 27
27
28
28
<properties >
29
29
<stream-client .version>0.4.0-SNAPSHOT</stream-client .version>
30
- <proton-j .version>0.33.8</proton-j .version>
31
30
<junit .jupiter.version>5.7.2</junit .jupiter.version>
32
- <assertj .version>3.19.0 </assertj .version>
33
- <logback .version>1.2.3 </logback .version>
31
+ <assertj .version>3.20.2 </assertj .version>
32
+ <logback .version>1.2.5 </logback .version>
34
33
<maven .compiler.plugin.version>3.8.1</maven .compiler.plugin.version>
35
34
<maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
36
35
<spotless .version>2.2.0</spotless .version>
45
44
<version >${stream-client.version} </version >
46
45
</dependency >
47
46
48
- <dependency >
49
- <groupId >org.apache.qpid</groupId >
50
- <artifactId >proton-j</artifactId >
51
- <version >${proton-j.version} </version >
52
- </dependency >
53
-
54
47
<dependency >
55
48
<groupId >org.junit.jupiter</groupId >
56
49
<artifactId >junit-jupiter-engine</artifactId >
Original file line number Diff line number Diff line change 27
27
28
28
<properties >
29
29
<stream-client .version>0.4.0-SNAPSHOT</stream-client .version>
30
- <proton-j .version>0.33.8</proton-j .version>
31
30
<junit .jupiter.version>5.7.2</junit .jupiter.version>
32
- <assertj .version>3.19.0 </assertj .version>
31
+ <assertj .version>3.20.2 </assertj .version>
33
32
<okhttp .version>4.9.1</okhttp .version>
34
- <gson .version>2.8.7 </gson .version>
35
- <logback .version>1.2.3 </logback .version>
33
+ <gson .version>2.8.8 </gson .version>
34
+ <logback .version>1.2.5 </logback .version>
36
35
<maven .compiler.plugin.version>3.8.1</maven .compiler.plugin.version>
37
36
<maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
38
37
<spotless .version>2.2.0</spotless .version>
47
46
<version >${stream-client.version} </version >
48
47
</dependency >
49
48
50
- <dependency >
51
- <groupId >org.apache.qpid</groupId >
52
- <artifactId >proton-j</artifactId >
53
- <version >${proton-j.version} </version >
54
- </dependency >
55
-
56
49
<dependency >
57
50
<groupId >org.junit.jupiter</groupId >
58
51
<artifactId >junit-jupiter-engine</artifactId >
Original file line number Diff line number Diff line change @@ -748,6 +748,7 @@ void shouldReturnNotFound(String endpoint) {
748
748
749
749
@ ParameterizedTest
750
750
@ MethodSource ("subscriptionProperties" )
751
+ @ SuppressWarnings ("unchecked" )
751
752
void streamConsumersShouldShowUpAsRegularConsumers (Map <String , String > subscriptionProperties )
752
753
throws Exception {
753
754
Callable <List <Map <String , Object >>> consumersRequest = () -> toMaps (get ("/consumers" ));
You can’t perform that action at this time.
0 commit comments