Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-projects/spring-data-bom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2024.1.3
Choose a base ref
...
head repository: spring-projects/spring-data-bom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2024.1.4
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 14, 2025

  1. Prepare next development iteration.

    See #249
    mp911de committed Feb 14, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    timfish Tim Fish
    Copy the full SHA
    f659c35 View commit details
  2. After release cleanups.

    See #249
    mp911de committed Feb 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    21917d3 View commit details

Commits on Mar 14, 2025

  1. Prepare 2024.1.4 (2024.1.4).

    See #252
    mp911de committed Mar 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    09b62d8 View commit details
  2. Release version 2024.1.4 (2024.1.4).

    See #252
    mp911de committed Mar 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    50aeff0 View commit details
Showing with 20 additions and 20 deletions.
  1. +1 −1 bom-client/pom.xml
  2. +18 −18 bom/pom.xml
  3. +1 −1 pom.xml
2 changes: 1 addition & 1 deletion bom-client/pom.xml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-bom</artifactId>
<version>2024.1.3</version>
<version>2024.1.4</version>
<relativePath>../bom</relativePath>
</parent>

36 changes: 18 additions & 18 deletions bom/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-bom</artifactId>
<version>2024.1.3</version>
<version>2024.1.4</version>
<packaging>pom</packaging>

<name>Spring Data Release Train - BOM</name>
@@ -74,114 +74,114 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-cassandra</artifactId>
<version>4.4.3</version>
<version>4.4.4</version>
</dependency>

<!-- Spring Data Commons -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</dependency>

<!-- Spring Data Couchbase -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-couchbase</artifactId>
<version>5.4.3</version>
<version>5.4.4</version>
</dependency>

<!-- Spring Data Elasticsearch -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>5.4.3</version>
<version>5.4.4</version>
</dependency>

<!-- Spring Data JDBC -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-r2dbc</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</dependency>

<!-- Spring Data JPA -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-envers</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</dependency>

<!-- Spring Data MongoDB -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>4.4.3</version>
<version>4.4.4</version>
</dependency>

<!-- Spring Data Neo4j -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>7.4.3</version>
<version>7.4.4</version>
</dependency>

<!-- Spring Data Redis -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</dependency>

<!-- Spring Data REST -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
<version>4.4.3</version>
<version>4.4.4</version>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-core</artifactId>
<version>4.4.3</version>
<version>4.4.4</version>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-explorer</artifactId>
<version>4.4.3</version>
<version>4.4.4</version>
</dependency>

<!-- Spring Data KeyValue -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-keyvalue</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</dependency>

<!-- Spring Data LDAP -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-ldap</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</dependency>

</dependencies>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-bom-parent</artifactId>
<version>2024.1.3</version>
<version>2024.1.4</version>
<packaging>pom</packaging>

<name>Spring Data Release Train - BOM Infrastructure</name>