Skip to content

Commit

Permalink
fix: bump the other-dependencies group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the other-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.pivotal.spring.cloud:spring-cloud-services-dependencies](https://github.com/pivotal-cf/spring-cloud-services-starters) | `4.1.6` | `4.2.0` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [org.litote.kmongo:kmongo](https://github.com/Litote/kmongo) | `5.1.0` | `5.2.0` |
| [org.mongodb:mongodb-driver-core](https://github.com/mongodb/mongo-java-driver) | `5.2.1` | `5.3.0` |
| [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) | `5.2.1` | `5.3.0` |



Updates `io.pivotal.spring.cloud:spring-cloud-services-dependencies` from 4.1.6 to 4.2.0
- [Release notes](https://github.com/pivotal-cf/spring-cloud-services-starters/releases)
- [Commits](pivotal-cf/spring-cloud-services-starters@v4.1.6...v4.2.0)

Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7)

Updates `org.jetbrains.kotlin.jvm` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.litote.kmongo:kmongo` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/Litote/kmongo/releases)
- [Commits](Litote/kmongo@kmongo-5.1.0...kmongo-5.2.0)

Updates `org.mongodb:mongodb-driver-core` from 5.2.1 to 5.3.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.2.1...r5.3.0)

Updates `org.mongodb:mongodb-driver-sync` from 5.2.1 to 5.3.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.2.1...r5.3.0)

---
updated-dependencies:
- dependency-name: io.pivotal.spring.cloud:spring-cloud-services-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.litote.kmongo:kmongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.mongodb:mongodb-driver-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 93457db commit c793ce2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'org.springframework.boot' version '3.3.5'
id 'io.spring.dependency-management' version '1.1.6'
id 'io.spring.dependency-management' version '1.1.7'
id 'java-library'
id 'maven-publish'
id 'signing'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'com.palantir.git-version' version '3.1.0'
id 'jacoco'
id 'org.jetbrains.kotlin.jvm' version '2.0.21'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.21'
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.0'
}

group = 'io.github.lsd-consulting'
Expand Down Expand Up @@ -45,7 +45,7 @@ apply plugin: 'io.spring.dependency-management'
dependencyManagement {
imports {
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2023.0.3'
mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:4.1.6'
mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:4.2.0'
mavenBom SpringBootPlugin.BOM_COORDINATES
}
}
Expand Down
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dependencies {
// Mongo
api('org.litote.kmongo:kmongo:5.1.0') {
api('org.litote.kmongo:kmongo:5.2.0') {
exclude group: "org.mongodb", module: "mongodb-driver-sync"
exclude group: "org.mongodb", module: "mongodb-driver-core"
}
api 'org.mongodb:mongodb-driver-core:5.2.1'
api 'org.mongodb:mongodb-driver-sync:5.2.1'
api 'org.mongodb:mongodb-driver-core:5.3.0'
api 'org.mongodb:mongodb-driver-sync:5.3.0'

// LSD
api 'io.github.lsd-consulting:lsd-distributed-connector:2.0.11'
Expand Down

0 comments on commit c793ce2

Please sign in to comment.