Skip to content

Commit

Permalink
#2222 Update atum to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zejnilovic authored Nov 5, 2024
1 parent 8f6fa06 commit eebae99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,7 @@ class JsonSerializerSuite extends BaseTestSuite with VersionedModelMatchers {
| },
| "startDateTime": "04-12-2017 16:19:17 +0200",
| "runStatus": {
| "status": {
| "enumClass": "za.co.absa.atum.model.RunState",
| "value": "allSucceeded"
| },
| "status": "allSucceeded",
| "error": null
| },
| "controlMeasure": {
Expand All @@ -598,7 +595,7 @@ class JsonSerializerSuite extends BaseTestSuite with VersionedModelMatchers {
|}
|""".stripMargin

val run = RunFactory.getDummyRun(
val run: Run = RunFactory.getDummyRun(
uniqueId = Some(uniqueId),
controlMeasure = RunFactory.getDummyControlMeasure(
runUniqueId = Some(uniqueId)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<!--dependency versions-->
<abris.version>3.1.1</abris.version>
<absa.commons.version>0.0.27</absa.commons.version>
<atum.version>3.7.0</atum.version>
<atum.version>3.10.0</atum.version>
<bower.chart.js.version>2.7.3</bower.chart.js.version>
<bson.codec.jsr310.version>3.5.4</bson.codec.jsr310.version>
<cobrix.version>2.4.2</cobrix.version>
Expand Down

0 comments on commit eebae99

Please sign in to comment.