Skip to content

Commit d3c14a6

Browse files
committed
release: version 0.8.9 - Spring 3.2.3 - other deps updates
1 parent 7def317 commit d3c14a6

File tree

7 files changed

+27
-28
lines changed

7 files changed

+27
-28
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ inherited from the parent poms):
397397
<path>
398398
<groupId>org.springframework.boot</groupId>
399399
<artifactId>spring-boot-configuration-processor</artifactId>
400-
<version>3.1.2</version>
400+
<version>3.2.3</version>
401401
</path>
402402
<path>
403403
<groupId>org.projectlombok</groupId>
@@ -407,7 +407,7 @@ inherited from the parent poms):
407407
<path>
408408
<groupId>com.redis.om</groupId>
409409
<artifactId>redis-om-spring</artifactId>
410-
<version>0.8.8</version>
410+
<version>0.8.9</version>
411411
</path>
412412
</annotationProcessorPaths>
413413
</configuration>
@@ -453,7 +453,7 @@ repositories {
453453
### Dependency
454454
```groovy
455455
ext {
456-
redisOmVersion = '0.8.8'
456+
redisOmVersion = '0.8.9'
457457
}
458458
459459
dependencies {

demos/roms-documents/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.2.0</version>
9+
<version>3.2.3</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -24,14 +24,14 @@
2424
<maven.test.source>17</maven.test.source>
2525
<maven.test.target>17</maven.test.target>
2626
<maven.deploy.skip>true</maven.deploy.skip>
27-
<testcontainers.redis.version>2.0.1</testcontainers.redis.version>
27+
<testcontainers.redis.version>2.2.0</testcontainers.redis.version>
2828
</properties>
2929

3030
<dependencies>
3131
<dependency>
3232
<groupId>com.redis.om</groupId>
3333
<artifactId>redis-om-spring</artifactId>
34-
<version>0.8.8</version>
34+
<version>0.8.9</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.springframework.boot</groupId>
@@ -147,7 +147,7 @@
147147
<path>
148148
<groupId>com.redis.om</groupId>
149149
<artifactId>redis-om-spring</artifactId>
150-
<version>0.8.8</version>
150+
<version>0.8.9</version>
151151
</path>
152152
</annotationProcessorPaths>
153153
</configuration>

demos/roms-hashes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.2.0</version>
9+
<version>3.2.3</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.redis.om</groupId>
3232
<artifactId>redis-om-spring</artifactId>
33-
<version>0.8.8</version>
33+
<version>0.8.9</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.springframework.boot</groupId>

demos/roms-permits/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.2.0</version>
9+
<version>3.2.3</version>
1010
<relativePath />
1111
<!-- lookup parent from repository -->
1212
</parent>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.redis.om</groupId>
3636
<artifactId>redis-om-spring</artifactId>
37-
<version>0.8.8</version>
37+
<version>0.8.9</version>
3838
</dependency>
3939

4040
<dependency>

demos/roms-vss/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.2.0</version>
9+
<version>3.2.3</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.redis.om</groupId>
3232
<artifactId>redis-om-spring</artifactId>
33-
<version>0.8.8</version>
33+
<version>0.8.9</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.springframework.boot</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.redis.om</groupId>
88
<artifactId>redis-om-spring-parent</artifactId>
9-
<version>0.8.8</version>
9+
<version>0.8.9</version>
1010
<name>redis-om-spring-parent</name>
1111
<packaging>pom</packaging>
1212

redis-om-spring/pom.xml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.redis.om</groupId>
99
<artifactId>redis-om-spring</artifactId>
10-
<version>0.8.8</version>
10+
<version>0.8.9</version>
1111
<packaging>jar</packaging>
1212

1313
<name>redis-om-spring</name>
@@ -59,25 +59,24 @@
5959
<maven.test.source>17</maven.test.source>
6060
<maven.test.target>17</maven.test.target>
6161
<java.version>17</java.version>
62-
<spring.version>3.2.0</spring.version>
63-
<sdr.version>3.2.0</sdr.version>
62+
<spring.version>3.2.3</spring.version>
63+
<sdr.version>3.2.3</sdr.version>
6464
<jedis.version>5.0.2</jedis.version>
6565
<cdi>1.0</cdi>
66-
<auto-service.version>1.0.1</auto-service.version>
67-
<spring.test.version>6.0.15</spring.test.version>
68-
<testcontainers.redis.version>2.0.1</testcontainers.redis.version>
69-
<testcontainers.redis.junit.version>2.0.1</testcontainers.redis.junit.version>
66+
<auto-service.version>1.1.1</auto-service.version>
67+
<testcontainers.redis.version>2.2.0</testcontainers.redis.version>
68+
<testcontainers.redis.junit.version>2.2.0</testcontainers.redis.junit.version>
7069
<guava.version>33.0.0-jre</guava.version>
71-
<ulid.version>5.2.2</ulid.version>
70+
<ulid.version>5.2.3</ulid.version>
7271
<lombok.version>1.18.30</lombok.version>
7372
<commons-lang.version>3.13.0</commons-lang.version>
7473
<javapoet.version>1.13.0</javapoet.version>
75-
<assertj.version>3.24.2</assertj.version>
76-
<elementary.version>2.0.0</elementary.version>
74+
<assertj.version>3.25.3</assertj.version>
75+
<elementary.version>2.0.1</elementary.version>
7776
<gson.version>2.10.1</gson.version>
78-
<djl.starter.version>0.23</djl.starter.version>
79-
<djl.version>0.23.0</djl.version>
80-
<junit-bom.version>5.10.1</junit-bom.version>
77+
<djl.starter.version>0.26</djl.starter.version>
78+
<djl.version>0.26.0</djl.version>
79+
<junit-bom.version>5.10.2</junit-bom.version>
8180
</properties>
8281

8382
<dependencyManagement>
@@ -263,7 +262,7 @@
263262
<plugin>
264263
<groupId>org.jacoco</groupId>
265264
<artifactId>jacoco-maven-plugin</artifactId>
266-
<version>0.8.8</version>
265+
<version>0.8.9</version>
267266
<executions>
268267
<execution>
269268
<goals>

0 commit comments

Comments
 (0)