Skip to content

Commit f963522

Browse files
committed
chore: bump Micronaut to 4.10.12
1 parent d6c22fe commit f963522

30 files changed

Lines changed: 5 additions & 881 deletions

data-hibernate-reactive/build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ dependencies {
2727
//see: https://github.com/eclipse-vertx/vertx-sql-client/issues/1059
2828
implementation("com.ongres.scram:client:2.1")
2929

30-
implementation("io.micronaut:micronaut-http-client")
31-
// reactor http client
32-
implementation("io.micronaut.reactor:micronaut-reactor")
33-
implementation("io.micronaut.reactor:micronaut-reactor-http-client")
34-
3530
//lombok
3631
compileOnly("org.projectlombok:lombok")
3732
testCompileOnly("org.projectlombok:lombok")
@@ -40,12 +35,16 @@ dependencies {
4035

4136
// annotation processor
4237
annotationProcessor("io.micronaut.data:micronaut-data-processor")
43-
annotationProcessor("io.micronaut.validation:micronaut-validation-processor")
38+
annotationProcessor("io.micronaut:micronaut-http-validation")
4439

4540
// logging
4641
runtimeOnly("ch.qos.logback:logback-classic")
4742

4843
// test
44+
// reactor test client
45+
testImplementation("io.micronaut.reactor:micronaut-reactor-http-client")
46+
testImplementation("org.apache.commons:commons-compress:1.27.1")
47+
4948
testImplementation("org.assertj:assertj-core")
5049
testImplementation("org.mockito:mockito-core")
5150
testImplementation("org.testcontainers:junit-jupiter")

hibernate-gorm/.gitignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

hibernate-gorm/README.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

hibernate-gorm/build.gradle

Lines changed: 0 additions & 70 deletions
This file was deleted.

hibernate-gorm/gradle.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.
-44.6 KB
Binary file not shown.

hibernate-gorm/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)