Skip to content

Commit

Permalink
Migrate Cloud-Server to Micronaut (All changes together) (#6126)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmossman committed May 10, 2023
1 parent 1142a9a commit a6ffc51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-api/src/main/openapi/cloud-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ paths:
post:
tags:
- permission
summary: Creates a permission ressource
summary: Creates a permission resource
operationId: createPermission
requestBody:
content:
Expand Down
1 change: 1 addition & 0 deletions deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
slugify = { module = "com.github.slugify:slugify", version = "2.4" }
spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", version = "4.7.3" }
spring-core = { module = "org.springframework:spring-core", version = "6.0.8" }
stripe = { module = "com.stripe:stripe-java", version = "20.102.0" }
swagger-annotations = { module = "io.swagger:swagger-annotations", version.ref = "swagger" }
temporal-sdk = { module = "io.temporal:temporal-sdk", version.ref = "temporal" }
temporal-serviceclient = { module = "io.temporal:temporal-serviceclient", version.ref = "temporal" }
Expand Down

0 comments on commit a6ffc51

Please sign in to comment.