Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit ea24e9f

Browse files
committed
Update amf to 3.5.4
1 parent 7aefd07 commit ea24e9f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val ivyLocal = Resolver.file("ivy", file(Path.userHome.absolutePath + "/.ivy2/lo
55

66
name := "webapi-parser"
77

8-
ThisBuild / version := "0.3.1"
8+
ThisBuild / version := "0.3.2"
99

1010
publish := {}
1111

@@ -27,8 +27,8 @@ val settings = Common.settings ++ Common.publish ++ Seq(
2727
credentials ++= Common.credentials(),
2828
libraryDependencies ++= Seq(
2929
"org.scalatest" %%% "scalatest" % "3.0.5" % "test",
30-
"com.github.amlorg" %%% "amf-webapi" % "3.5.1",
31-
"com.github.amlorg" %%% "amf-validation" % "3.5.1"
30+
"com.github.amlorg" %%% "amf-webapi" % "3.5.4",
31+
"com.github.amlorg" %%% "amf-validation" % "3.5.4"
3232
)
3333
)
3434

examples/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
compile 'org.raml:webapi-parser:0.3.0'
23+
compile 'org.raml:webapi-parser:0.3.2'
2424
}
2525

2626
task valkyrTest {

shared/src/test/resources/amf-graph/api-with-types-invalid.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"http://www.w3.org/ns/hydra/core#method":[
4343
{
44-
"@value":"get"
44+
"@value": 123
4545
}
4646
],
4747
"http://www.w3.org/ns/hydra/core#returns":[
@@ -58,7 +58,7 @@
5858
],
5959
"http://www.w3.org/ns/hydra/core#statusCode":[
6060
{
61-
"@value":"123123123"
61+
"@value":"200"
6262
}
6363
],
6464
"http://a.ml/vocabularies/http#payload":[

0 commit comments

Comments
 (0)