Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/#1232-otlp-exporter-custom-path-…
Browse files Browse the repository at this point in the history
…and-plain-api-support' into #1232-otlp-exporter-custom-path-and-plain-api-support
  • Loading branch information
t-burch committed Aug 19, 2024
2 parents 1c50688 + bb1beb4 commit 4f15025
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 @@ -9,7 +9,7 @@ API Gateway for REST, WebSockets and legacy Web Services written in Java. Featur

**OpenAPI:**

* API [Deployment from OpenAPI](https://membrane-api.io/openapi/)
* API [Deployment from OpenAPI](https://www.membrane-api.io/openapi/configuration-and-validation)
* [Message validation](distribution/examples/openapi/validation-simple) against OpenAPI and JSON Schema

**API Security:**
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/versioning/routing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<javac.source>17</javac.source>
<javac.target>17</javac.target>
<jackson.version>2.17.2</jackson.version>
<spring.version>6.1.11</spring.version>
<spring.version>6.1.12</spring.version>
<slf4j.version>2.0.13</slf4j.version>
<log4j.version>2.23.1</log4j.version>
<junit.version>5.10.0</junit.version>
Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 4f15025

Please sign in to comment.