Skip to content

Commit 1da29cb

Browse files
authored
feat: Update Spring & Solace versions to latest GA (#47)
1 parent 68b867b commit 1da29cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

filters/all.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ const ScsLib = require('../lib/scsLib.js');
55
const scsLib = new ScsLib();
66

77
// Library versions
8-
const SOLACE_SPRING_CLOUD_VERSION = '1.0.0';
9-
const SPRING_BOOT_VERSION = '2.2.6.RELEASE';
10-
const SPRING_CLOUD_VERSION = 'Hoxton.SR3';
11-
const SPRING_CLOUD_STREAM_VERSION = '3.0.3.RELEASE';
8+
const SOLACE_SPRING_CLOUD_VERSION = '1.1.0';
9+
const SPRING_BOOT_VERSION = '2.3.1.RELEASE';
10+
const SPRING_CLOUD_VERSION = 'Hoxton.SR6';
11+
const SPRING_CLOUD_STREAM_VERSION = '3.0.6.RELEASE';
1212

1313
// Connection defaults. SOLACE_DEFAULT applies to msgVpn, username and password.
1414
const SOLACE_HOST = 'tcp://localhost:55555';

0 commit comments

Comments
 (0)