File tree 5 files changed +21
-9
lines changed
generated-platform-project
integration-tests/quarkus-qpid-jms-integration-tests
5 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 1144
1144
<dependency >
1145
1145
<groupId >org.amqphub.quarkus</groupId >
1146
1146
<artifactId >quarkus-qpid-jms-deployment</artifactId >
1147
- <version >2.6.1 </version >
1147
+ <version >2.7.0 </version >
1148
1148
</dependency >
1149
1149
<dependency >
1150
1150
<groupId >org.amqphub.quarkus</groupId >
1151
1151
<artifactId >quarkus-qpid-jms</artifactId >
1152
- <version >2.6.1 </version >
1152
+ <version >2.7.0 </version >
1153
1153
</dependency >
1154
1154
<dependency >
1155
1155
<groupId >org.antlr</groupId >
Original file line number Diff line number Diff line change 61
61
<dependency >
62
62
<groupId >org.amqphub.quarkus</groupId >
63
63
<artifactId >quarkus-qpid-jms-deployment</artifactId >
64
- <version >2.6.1 </version >
64
+ <version >2.7.0 </version >
65
65
</dependency >
66
66
<dependency >
67
67
<groupId >org.amqphub.quarkus</groupId >
68
68
<artifactId >quarkus-qpid-jms</artifactId >
69
- <version >2.6.1 </version >
69
+ <version >2.7.0 </version >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >org.apache.qpid</groupId >
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >org.apache.activemq</groupId >
29
29
<artifactId >artemis-server</artifactId >
30
- <version >2.31.2 </version >
30
+ <version >2.37.0 </version >
31
31
<scope >test</scope >
32
+ <exclusions >
33
+ <exclusion >
34
+ <groupId >commons-logging</groupId >
35
+ <artifactId >commons-logging</artifactId >
36
+ </exclusion >
37
+ </exclusions >
32
38
</dependency >
33
39
<dependency >
34
40
<groupId >org.apache.activemq</groupId >
35
41
<artifactId >artemis-amqp-protocol</artifactId >
36
- <version >2.31.2 </version >
42
+ <version >2.37.0 </version >
37
43
<scope >test</scope >
44
+ <exclusions >
45
+ <exclusion >
46
+ <groupId >commons-logging</groupId >
47
+ <artifactId >commons-logging</artifactId >
48
+ </exclusion >
49
+ </exclusions >
38
50
</dependency >
39
51
<dependency >
40
52
<groupId >io.quarkus</groupId >
Original file line number Diff line number Diff line change @@ -15790,12 +15790,12 @@
15790
15790
<dependency>
15791
15791
<groupId>org.amqphub.quarkus</groupId>
15792
15792
<artifactId>quarkus-qpid-jms-deployment</artifactId>
15793
- <version>2.6.1 </version>
15793
+ <version>2.7.0 </version>
15794
15794
</dependency>
15795
15795
<dependency>
15796
15796
<groupId>org.amqphub.quarkus</groupId>
15797
15797
<artifactId>quarkus-qpid-jms</artifactId>
15798
- <version>2.6.1 </version>
15798
+ <version>2.7.0 </version>
15799
15799
</dependency>
15800
15800
<dependency>
15801
15801
<groupId>org.antlr</groupId>
Original file line number Diff line number Diff line change 68
68
<quarkus-amazon-services .version>2.16.2</quarkus-amazon-services .version>
69
69
<quarkus-cxf .version>3.14.0</quarkus-cxf .version>
70
70
<quarkus-config-consul .version>2.2.2</quarkus-config-consul .version>
71
- <quarkus-qpid-jms .version>2.6.1 </quarkus-qpid-jms .version>
71
+ <quarkus-qpid-jms .version>2.7.0 </quarkus-qpid-jms .version>
72
72
<quarkus-qpid-jms-tests .version>${quarkus-qpid-jms.version} </quarkus-qpid-jms-tests .version>
73
73
<quarkus-hazelcast-client .version>3.0.0</quarkus-hazelcast-client .version>
74
74
<debezium-quarkus-outbox .version>2.7.2.Final</debezium-quarkus-outbox .version>
You can’t perform that action at this time.
0 commit comments