Skip to content

Commit

Permalink
Fail telemetry conversion when no measurements are found in the JSON (#…
Browse files Browse the repository at this point in the history
…124)

- Flight Evaluation Report will fail in case the JSON has no measurements in it
- Updates dependencies which became outdated due to Renovate error

Resolves #123
{minor}

Signed-off-by: Esta Nagy <[email protected]>

Signed-off-by: Esta Nagy <[email protected]>
  • Loading branch information
nagyesta authored Aug 10, 2022
1 parent 269d05a commit 899d708
Show file tree
Hide file tree
Showing 5 changed files with 404 additions and 207 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
spring = "5.3.21"
springBoot = "2.7.1"
spring = "5.3.22"
springBoot = "2.7.2"
thymeleaf = "3.0.15.RELEASE"
thymeleafExtrasTime = "3.0.4.RELEASE"
logback = "1.2.11"
jsonSchemaValidator = "1.0.71"
gson = "2.9.0"
jsonSchemaValidator = "1.0.72"
gson = "2.9.1"
slf4j = "1.7.36"
h2 = "2.1.214"
jdbi3 = "3.30.0"
Expand All @@ -14,10 +14,10 @@ lombok = "1.18.24"
findbugs = "3.0.2"

junit4 = "4.13.2"
jupiter = "5.8.2"
jupiterPlatform = "1.8.2"
jupiter = "5.9.0"
jupiterPlatform = "1.9.0"
mockitoCore = "4.6.1"
cucumber = "7.4.1"
cucumber = "7.6.0"
testNg = "7.6.1"

lombokPlugin = "6.5.0.3"
Expand Down
Loading

0 comments on commit 899d708

Please sign in to comment.