Skip to content

Commit

Permalink
Updated vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorKhan committed Jun 19, 2024
1 parent 4c04ed3 commit d01fbff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'java'
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.2.6'
id 'io.spring.dependency-management' version '1.1.4'
}

Expand All @@ -28,7 +26,7 @@ dependencies {

implementation 'org.springframework.integration:spring-integration-mqtt:6.2.3'

implementation 'org.liquibase:liquibase-core'
implementation 'org.liquibase:liquibase-core:4.28.0'
implementation 'org.influxdb:influxdb-java:2.23'
runtimeOnly 'org.postgresql:postgresql'

Expand All @@ -40,6 +38,9 @@ dependencies {

implementation 'com.opencsv:opencsv:5.9'

implementation "org.apache.commons:commons-compress:1.26.0"
implementation "org.apache.commons:commons-collections4:4.4"

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'org.testcontainers:postgresql:1.18.3'
Expand Down

0 comments on commit d01fbff

Please sign in to comment.