File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Quarkiverse Extension
2
2
release :
3
- current-version : 0.0.7
4
- next-version : 0.0.8 -SNAPSHOT
3
+ current-version : 0.0.8
4
+ next-version : 0.0.9 -SNAPSHOT
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ and includes them into your native image without additional configurations.
120
120
121
121
``` groovy
122
122
dependencies {
123
- annotationProcessor("org.seasar.doma:doma-processor:2.51.0 ")
124
- implementation("org.seasar.doma:doma-core:2.51.0 ")
125
- implementation("io.quarkiverse.doma:quarkus-doma:0.0.7 ")
123
+ annotationProcessor("org.seasar.doma:doma-processor:2.55.1 ")
124
+ implementation("org.seasar.doma:doma-core:2.55.1 ")
125
+ implementation("io.quarkiverse.doma:quarkus-doma:0.0.8 ")
126
126
}
127
127
```
128
128
You can’t perform that action at this time.
0 commit comments