Skip to content

Commit

Permalink
Revert "Update to Micronaut 3.9.0 (#6041)" (#6207)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencecho committed Apr 26, 2023
1 parent d7168b8 commit 8b2cbfe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion airbyte-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ micronaut:
enabled: true
configurations:
web:
allowed-origins-regex:
allowedOrigins:
- ^.*$
netty:
access-logger:
Expand Down
20 changes: 10 additions & 10 deletions deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ kotlin = "1.8.20"
kubernetes-client = "6.5.1"
log4j = "2.17.2"
lombok = "1.18.24"
micronaut = "3.9.0"
micronaut-data = "3.10.0"
micronaut = "3.8.9"
micronaut-data = "3.9.7"
micronaut-email = "1.5.0"
micronaut-jaxrs = "3.4.0"
micronaut-jdbc = "4.8.0"
micronaut-micrometer = "4.8.3"
micronaut-security = "3.11.0"
mockito = "4.11.0"
micronaut-jdbc = "4.7.2"
micronaut-micrometer = "4.8.1"
micronaut-security = "3.9.4"
mockito = "4.9.0"
okhttp3 = "4.10.0"
micronaut-test = "3.8.2"
platform-testcontainers = "1.17.6"
postgresql = "42.5.4"
reactor = "3.5.5"
postgresql = "42.3.5"
reactor = "3.5.2"
segment = "2.1.1"
sentry = "6.14.0"
slf4j = "1.7.36"
Expand Down Expand Up @@ -121,15 +121,15 @@ sentry-java = { module = "io.sentry:sentry", version.ref = "sentry" }
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" }
spring-core = { module = "org.springframework:spring-core", version = "5.3.22" }
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" }
temporal-testing = { module = "io.temporal:temporal-testing", version.ref = "temporal" }

# Micronaut-related dependencies
h2-database = { module = "com.h2database:h2", version = "2.1.214" }
hibernate-types = { module = "com.vladmihalcea:hibernate-types-52", version = "2.21.1" }
hibernate-types = { module = "com.vladmihalcea:hibernate-types-52", version = "2.16.3" }
jakarta-inject = { module = "jakarta.annotation:jakarta.annotation-api", version = "2.1.1" }
javax-transaction = { module = "javax.transaction:javax.transaction-api", version = "1.3" }
micronaut-bom = { module = "io.micronaut:micronaut-bom", version.ref = "micronaut" }
Expand Down

0 comments on commit 8b2cbfe

Please sign in to comment.