Skip to content

Commit 498321f

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

31 files changed

Lines changed: 17 additions & 886 deletions

data-hibernate-reactive/build.gradle

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,10 @@ dependencies {
2323

2424
// hibernate reactive
2525
implementation("io.micronaut.data:micronaut-data-hibernate-reactive")
26-
implementation("io.vertx:vertx-pg-client")
26+
implementation("io.vertx:vertx-pg-client:4.5.26")
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,18 @@ 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

48-
// test
43+
// reactor HttpClient
44+
implementation("io.micronaut.reactor:micronaut-reactor")
45+
implementation("io.micronaut.reactor:micronaut-reactor-http-client")
46+
47+
// test dependencies
48+
testImplementation("io.micronaut:micronaut-http-client")
49+
testImplementation("org.apache.commons:commons-compress:1.27.1")
4950
testImplementation("org.assertj:assertj-core")
5051
testImplementation("org.mockito:mockito-core")
5152
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)