Skip to content

Commit

Permalink
Bump Validator dependency to v2.3.1 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehall authored Aug 9, 2023
1 parent d8d9446 commit d6a6201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.background.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
validator_service:
image: infernocommunity/fhir-validator-service:v2.3.0
image: infernocommunity/fhir-validator-service:v2.3.1
environment:
- DISABLE_TX= true
- DISPLAY_ISSUES_ARE_WARNINGS=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module ONCCertificationG10TestKit
class ConfigurationChecker
EXPECTED_VALIDATOR_VERSION = '2.3.0'.freeze
EXPECTED_VALIDATOR_VERSION = '2.3.1'.freeze

def configuration_messages
validator_version_message + terminology_messages + version_message
Expand Down

0 comments on commit d6a6201

Please sign in to comment.