Skip to content

Commit

Permalink
fix: Update Spring & Solace Versions (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrc0113 authored Aug 18, 2020
1 parent cb03bf9 commit d935861
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions filters/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const ScsLib = require('../lib/scsLib.js');
const scsLib = new ScsLib();

// Library versions
const SOLACE_SPRING_CLOUD_VERSION = '1.1.0';
const SPRING_BOOT_VERSION = '2.3.1.RELEASE';
const SPRING_CLOUD_VERSION = 'Hoxton.SR6';
const SPRING_CLOUD_STREAM_VERSION = '3.0.6.RELEASE';
const SOLACE_SPRING_CLOUD_VERSION = '1.1.1';
const SPRING_BOOT_VERSION = '2.3.2.RELEASE';
const SPRING_CLOUD_VERSION = 'Hoxton.SR7';
const SPRING_CLOUD_STREAM_VERSION = '3.0.7.RELEASE';

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

0 comments on commit d935861

Please sign in to comment.