File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ overcomes the limitations of the official GCP Spring library.
1414
1515``` kotlin
1616// For the starter (recommended)
17- implementation(" pl.brightinventions.spring.modulith:spring-modulith-starter-gcp-datastore:1.0.1 " )
17+ implementation(" pl.brightinventions.spring.modulith:spring-modulith-starter-gcp-datastore:1.0.3 " )
1818
1919// Or individual modules
20- implementation(" pl.brightinventions.spring.modulith:spring-gcp-datastore:1.0.1 " )
21- implementation(" pl.brightinventions.spring.modulith:spring-modulith-events-gcp-datastore:1.0.1 " )
20+ implementation(" pl.brightinventions.spring.modulith:spring-gcp-datastore:1.0.3 " )
21+ implementation(" pl.brightinventions.spring.modulith:spring-modulith-events-gcp-datastore:1.0.3 " )
2222```
2323
2424### Maven
@@ -28,19 +28,19 @@ implementation("pl.brightinventions.spring.modulith:spring-modulith-events-gcp-d
2828<dependency >
2929 <groupId >pl.brightinventions.spring.modulith</groupId >
3030 <artifactId >spring-modulith-starter-gcp-datastore</artifactId >
31- <version >1.0.1 </version >
31+ <version >1.0.3 </version >
3232</dependency >
3333
3434<!-- Or individual modules -->
3535<dependency >
3636 <groupId >pl.brightinventions.spring.modulith</groupId >
3737 <artifactId >spring-gcp-datastore</artifactId >
38- <version >1.0.1 </version >
38+ <version >1.0.3 </version >
3939</dependency >
4040<dependency >
4141 <groupId >pl.brightinventions.spring.modulith</groupId >
4242 <artifactId >spring-modulith-events-gcp-datastore</artifactId >
43- <version >1.0.1 </version >
43+ <version >1.0.3 </version >
4444</dependency >
4545```
4646
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111
1212allprojects {
1313 group = " pl.brightinventions.spring.modulith"
14- version = " 1.0.1 "
14+ version = " 1.0.3 "
1515
1616 repositories {
1717 mavenCentral()
You can’t perform that action at this time.
0 commit comments