Skip to content

Commit

Permalink
dependencies: update spring/sdr to 3.1.7 and all sub-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbodden committed Dec 25, 2023
1 parent c7d0119 commit 385f1a8
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ inherited from the parent poms):
<path>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down Expand Up @@ -452,7 +452,7 @@ repositories {
### Dependency
```groovy
ext {
redisOmVersion = '0.8.7'
redisOmVersion = '0.8.8-SNAPSHOT'
}
dependencies {
Expand Down
6 changes: 3 additions & 3 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.1.2</version>
<version>3.1.7</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -141,7 +141,7 @@
<path>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</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.1.2</version>
<version>3.1.7</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.7</version>
<version>0.8.8-SNAPSHOT</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.1.2</version>
<version>3.1.7</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.7</version>
<version>0.8.8-SNAPSHOT</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.1.2</version>
<version>3.1.7</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.7</version>
<version>0.8.8-SNAPSHOT</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.7</version>
<version>0.8.8-SNAPSHOT</version>
<name>redis-om-spring-parent</name>
<packaging>pom</packaging>

Expand Down
16 changes: 8 additions & 8 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.7</version>
<version>0.8.8-SNAPSHOT</version>
<packaging>jar</packaging>

<name>redis-om-spring</name>
Expand Down Expand Up @@ -59,25 +59,25 @@
<maven.test.source>17</maven.test.source>
<maven.test.target>17</maven.test.target>
<java.version>17</java.version>
<spring.version>3.1.3</spring.version>
<sdr.version>3.1.3</sdr.version>
<spring.version>3.1.7</spring.version>
<sdr.version>3.1.7</sdr.version>
<jedis.version>4.4.3</jedis.version>
<cdi>1.0</cdi>
<auto-service.version>1.0.1</auto-service.version>
<spring.test.version>6.0.11</spring.test.version>
<spring.test.version>6.0.15</spring.test.version>
<testcontainers.redis.version>1.6.4</testcontainers.redis.version>
<testcontainers.redis.junit.version>1.6.4</testcontainers.redis.junit.version>
<guava.version>32.1.2-jre</guava.version>
<ulid.version>5.2.1</ulid.version>
<lombok.version>1.18.28</lombok.version>
<guava.version>33.0.0-jre</guava.version>
<ulid.version>5.2.2</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>
<gson.version>2.10.1</gson.version>
<djl.starter.version>0.20</djl.starter.version>
<djl.version>0.22.1</djl.version>
<junit-bom.version>5.10.0</junit-bom.version>
<junit-bom.version>5.10.1</junit-bom.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 385f1a8

Please sign in to comment.