Skip to content

Commit

Permalink
release: version 0.8.9 - Spring 3.2.3 - other deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbodden committed Mar 4, 2024
1 parent 7def317 commit d3c14a6
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 28 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ inherited from the parent poms):
<path>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>3.1.2</version>
<version>3.2.3</version>
</path>
<path>
<groupId>org.projectlombok</groupId>
Expand All @@ -407,7 +407,7 @@ inherited from the parent poms):
<path>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down Expand Up @@ -453,7 +453,7 @@ repositories {
### Dependency
```groovy
ext {
redisOmVersion = '0.8.8'
redisOmVersion = '0.8.9'
}
dependencies {
Expand Down
8 changes: 4 additions & 4 deletions demos/roms-documents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.2.3</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -24,14 +24,14 @@
<maven.test.source>17</maven.test.source>
<maven.test.target>17</maven.test.target>
<maven.deploy.skip>true</maven.deploy.skip>
<testcontainers.redis.version>2.0.1</testcontainers.redis.version>
<testcontainers.redis.version>2.2.0</testcontainers.redis.version>
</properties>

<dependencies>
<dependency>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -147,7 +147,7 @@
<path>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions demos/roms-hashes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.2.3</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions demos/roms-permits/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.2.3</version>
<relativePath />
<!-- lookup parent from repository -->
</parent>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions demos/roms-vss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.2.3</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring-parent</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
<name>redis-om-spring-parent</name>
<packaging>pom</packaging>

Expand Down
27 changes: 13 additions & 14 deletions redis-om-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
<packaging>jar</packaging>

<name>redis-om-spring</name>
Expand Down Expand Up @@ -59,25 +59,24 @@
<maven.test.source>17</maven.test.source>
<maven.test.target>17</maven.test.target>
<java.version>17</java.version>
<spring.version>3.2.0</spring.version>
<sdr.version>3.2.0</sdr.version>
<spring.version>3.2.3</spring.version>
<sdr.version>3.2.3</sdr.version>
<jedis.version>5.0.2</jedis.version>
<cdi>1.0</cdi>
<auto-service.version>1.0.1</auto-service.version>
<spring.test.version>6.0.15</spring.test.version>
<testcontainers.redis.version>2.0.1</testcontainers.redis.version>
<testcontainers.redis.junit.version>2.0.1</testcontainers.redis.junit.version>
<auto-service.version>1.1.1</auto-service.version>
<testcontainers.redis.version>2.2.0</testcontainers.redis.version>
<testcontainers.redis.junit.version>2.2.0</testcontainers.redis.junit.version>
<guava.version>33.0.0-jre</guava.version>
<ulid.version>5.2.2</ulid.version>
<ulid.version>5.2.3</ulid.version>
<lombok.version>1.18.30</lombok.version>
<commons-lang.version>3.13.0</commons-lang.version>
<javapoet.version>1.13.0</javapoet.version>
<assertj.version>3.24.2</assertj.version>
<elementary.version>2.0.0</elementary.version>
<assertj.version>3.25.3</assertj.version>
<elementary.version>2.0.1</elementary.version>
<gson.version>2.10.1</gson.version>
<djl.starter.version>0.23</djl.starter.version>
<djl.version>0.23.0</djl.version>
<junit-bom.version>5.10.1</junit-bom.version>
<djl.starter.version>0.26</djl.starter.version>
<djl.version>0.26.0</djl.version>
<junit-bom.version>5.10.2</junit-bom.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -263,7 +262,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit d3c14a6

Please sign in to comment.