Skip to content

Commit

Permalink
Update SnakeYAML dependency from 1.23 to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Earl committed Oct 2, 2020
1 parent 2958bbe commit bc29d17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Run `gradle cobertura` command to:
* jetty-server:9.4.9.v20180320
* jetty-servlets:9.4.9.v20180320
* commons-cli:1.2
* snakeyaml:1.23
* snakeyaml:1.26
* jsonassert:1.3.0
* xmlunit-core:2.5.1
* ehcache:3.5.2
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = 'Gradle configuration for stubby4j'
buildscript {
repositories {
mavenLocal()
mavenCentral()
maven { url "https://repo.maven.apache.org/maven2" }
jcenter()
}
dependencies {
Expand All @@ -30,7 +30,7 @@ subprojects {
subproject ->
repositories {
mavenLocal()
mavenCentral()
maven { url "https://repo.maven.apache.org/maven2" }
jcenter()
}
sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion conf/gradle/dependency.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
compile "org.eclipse.jetty:jetty-servlets:9.4.9.v20180320"
compile "org.ehcache:ehcache:3.5.2"
compile "commons-cli:commons-cli:1.2"
compile "org.yaml:snakeyaml:1.23"
compile "org.yaml:snakeyaml:1.26"
compile "org.skyscreamer:jsonassert:1.3.0"
compile 'org.xmlunit:xmlunit-core:2.5.1'
compile "io.github.azagniotov:collection-type-safe-converter:1.0.1"
Expand Down

1 comment on commit bc29d17

@azagniotov
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@josephearl I know this is a super late response, but the PR has been merged and the new version of the library is on Maven Central

Please sign in to comment.