Skip to content

Commit

Permalink
Merge pull request #48 from lsd-consulting/dependabot/gradle/other-de…
Browse files Browse the repository at this point in the history
…pendencies-64392bfd1d

fix: bump the other-dependencies group with 7 updates
  • Loading branch information
lukasz-gryzbon committed Apr 21, 2024
2 parents a8e9b38 + 485ac1a commit 2d11ab0
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 @@ -6,11 +6,11 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'signing'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'com.palantir.git-version' version '3.0.0'
id 'jacoco'
id 'org.jetbrains.kotlin.jvm' version '1.9.22'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.22'
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.23'
}

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.1'
mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:4.1.0'
mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:4.1.2'
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,7 +1,7 @@
dependencies {
// DB
implementation 'com.zaxxer:HikariCP:5.1.0'
implementation 'org.postgresql:postgresql:42.7.1'
implementation 'org.postgresql:postgresql:42.7.3'

// LSD
api 'io.github.lsd-consulting:lsd-distributed-connector:2.0.4'
Expand All @@ -11,6 +11,6 @@ dependencies {
compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.2.5'

// Other
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1'
implementation 'org.slf4j:slf4j-api:2.0.11'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'
implementation 'org.slf4j:slf4j-api:2.0.13'
}

0 comments on commit 2d11ab0

Please sign in to comment.