Skip to content

Commit ca2f6ef

Browse files
authored
W-12968569: Bump up Java RAML parser versions (#432)
1 parent 806d000 commit ca2f6ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface-impl-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<formatterConfigPath>../formatter.xml</formatterConfigPath>
1818
<sonar.jacoco.reportPaths>../target/jacoco.exec</sonar.jacoco.reportPaths>
1919

20-
<raml.parser.version>0.8.48</raml.parser.version>
20+
<raml.parser.version>0.8.49</raml.parser.version>
2121
<commons.io.version>2.7</commons.io.version>
2222
</properties>
2323

interface-impl-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<formatterConfigPath>../formatter.xml</formatterConfigPath>
1919
<sonar.jacoco.reportPaths>../target/jacoco.exec</sonar.jacoco.reportPaths>
2020

21-
<raml.parser.2.version>1.0.44-7</raml.parser.2.version>
21+
<raml.parser.2.version>1.0.44-8</raml.parser.2.version>
2222
</properties>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)