Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 14, 2024
1 parent 69bd6a1 commit e87de1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {

implementation 'net.logstash.logback:logstash-logback-encoder:7.4'

implementation 'org.postgresql:postgresql:42.7.2'
implementation 'org.postgresql:postgresql:42.7.3'

implementation 'io.micrometer:micrometer-registry-prometheus:1.12.4'
implementation 'io.micrometer:micrometer-core:1.12.4'
Expand Down
22 changes: 11 additions & 11 deletions src/query/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ plugins {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-webflux'

implementation 'org.apache.camel:camel-sql:4.4.0'
implementation 'org.apache.camel:camel-jackson:4.4.0'
implementation 'org.apache.camel:camel-jsonpath:4.4.0'
implementation 'org.apache.camel:camel-fhir:4.4.0'
implementation 'org.apache.camel:camel-http:4.4.0'
implementation 'org.apache.camel:camel-cron:4.4.0'

implementation 'org.apache.camel.springboot:camel-rest-starter:4.4.0'
implementation 'org.apache.camel.springboot:camel-servlet-starter:4.4.0'
implementation 'org.apache.camel.springboot:camel-spring-boot-starter:4.4.0'
implementation 'org.apache.camel.springboot:camel-micrometer-starter:4.4.0'
implementation 'org.apache.camel:camel-sql:4.4.1'
implementation 'org.apache.camel:camel-jackson:4.4.1'
implementation 'org.apache.camel:camel-jsonpath:4.4.1'
implementation 'org.apache.camel:camel-fhir:4.4.1'
implementation 'org.apache.camel:camel-http:4.4.1'
implementation 'org.apache.camel:camel-cron:4.4.1'

implementation 'org.apache.camel.springboot:camel-rest-starter:4.4.1'
implementation 'org.apache.camel.springboot:camel-servlet-starter:4.4.1'
implementation 'org.apache.camel.springboot:camel-spring-boot-starter:4.4.1'
implementation 'org.apache.camel.springboot:camel-micrometer-starter:4.4.1'

implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.0'

Expand Down

0 comments on commit e87de1d

Please sign in to comment.