Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SnakeYAML dependency from 1.23 to 1.26 #107

Merged
merged 2 commits into from
Nov 25, 2020
Merged

Update SnakeYAML dependency from 1.23 to 1.26 #107

merged 2 commits into from
Nov 25, 2020

Conversation

josephearl
Copy link
Contributor

@josephearl josephearl commented Oct 2, 2020

Fixes #106

I had to replace mavenCentral() with the specific maven URL because it seems mavenCentral() on Gradle 2.0 uses the HTTP endpoint and that is no longer supported (returns a 501).

In addition one of the tests is failing for me:

io.github.azagniotov.stubby4j.StubsPortalTest > shouldReturnReplacedValueInLocationHeaderWhenQueryParamHasDynamicToken FAILED
    java.lang.AssertionError: 
    Expected: (an instance of java.net.UnknownHostException and exception with message a string containing "alex.com")
         but: an instance of java.net.UnknownHostException <java.net.ConnectException: Connection refused (Connection refused)> is a java.net.ConnectException

This is possibly due to a change in a Java version? (I was testing with Java 8)

@azagniotov azagniotov merged commit 74aeade into azagniotov:master Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with Spring Boot 2.3.4 - Upgrade to Snake YAML 1.26
2 participants