Skip to content

Commit d935861

Browse files
authored
fix: Update Spring & Solace Versions (#54)
1 parent cb03bf9 commit d935861

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.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';
8+
const SOLACE_SPRING_CLOUD_VERSION = '1.1.1';
9+
const SPRING_BOOT_VERSION = '2.3.2.RELEASE';
10+
const SPRING_CLOUD_VERSION = 'Hoxton.SR7';
11+
const SPRING_CLOUD_STREAM_VERSION = '3.0.7.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)