Skip to content

Commit

Permalink
Added snakeyaml to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignas committed Dec 7, 2023
1 parent 71ffc71 commit 0d00975
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ dependencies {
// Command line parsing
implementation 'info.picocli:picocli:_'

// Yaml parsing
implementation 'org.yaml:snakeyaml:_'

// Spock
testImplementation platform('org.apache.groovy:groovy-bom:_')
testImplementation platform("org.spockframework:spock-bom:_")
Expand Down
4 changes: 3 additions & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ version.org.spockframework..spock-core=2.3-groovy-4.0

version.org.testcontainers..mysql=1.19.3

version.org.testcontainers..spock=1.19.3
version.org.testcontainers..spock=1.19.3

version.org.yaml..snakeyaml=2.2

0 comments on commit 0d00975

Please sign in to comment.