Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 16, 2024
1 parent 4d8abe5 commit c4d0a77
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ plugins {
id 'com.github.hierynomus.license' version '0.16.1' apply false
id 'com.github.jk1.dependency-license-report' version '2.9' apply false
id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
id 'org.springframework.boot' version '3.2.6' apply false
id 'org.springframework.boot' version '3.3.3' apply false
id 'net.ltgt.errorprone' version '3.1.0' apply false
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import static org.slf4j.LoggerFactory.*

plugins {
id 'io.spring.dependency-management' version '1.1.4'
id 'io.spring.dependency-management' version '1.1.6'
id 'groovy'
id 'java-gradle-plugin'
id 'groovy-gradle-plugin'
Expand Down
28 changes: 14 additions & 14 deletions buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ apply plugin: 'io.spring.dependency-management'
dependencyManagement {
imports {
mavenBom 'com.squareup.okhttp3:okhttp-bom:4.12.0'
mavenBom 'org.slf4j:slf4j-bom:2.0.12'
mavenBom 'org.slf4j:slf4j-bom:2.0.16'
mavenBom 'io.micrometer:micrometer-bom:1.13.4'
mavenBom 'org.springframework:spring-framework-bom:6.1.3'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.6'
mavenBom 'io.awspring.cloud:spring-cloud-aws-dependencies:3.1.0'
mavenBom 'org.springframework:spring-framework-bom:6.1.13'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.3.3'
mavenBom 'io.awspring.cloud:spring-cloud-aws-dependencies:3.1.1'
mavenBom 'io.opentelemetry:opentelemetry-bom:1.42.1'
mavenBom 'org.jetbrains.kotlin:kotlin-bom:1.9.25'
mavenBom 'org.junit:junit-bom:5.11.0'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.17.2'
mavenBom 'io.cucumber:cucumber-bom:7.18.1'
mavenBom 'io.netty:netty-bom:4.1.113.Final'
mavenBom 'org.mockito:mockito-bom:5.13.0'
mavenBom 'software.amazon.awssdk:bom:2.27.23'
mavenBom 'software.amazon.awssdk:bom:2.28.1'
mavenBom 'io.github.resilience4j:resilience4j-bom:2.2.0'
}

Expand All @@ -44,11 +44,11 @@ dependencyManagement {
// We do not use :+ to get the latest available version available on Maven Central, as that could suddenly break things.
// We use the Renovate Bot to automatically propose Pull Requests (PRs) when upgrades for all of these versions are available.

dependency 'ch.qos.logback:logback-core:1.5.3'
dependency 'ch.qos.logback:logback-classic:1.5.3'
dependency 'ch.qos.logback:logback-core:1.5.8'
dependency 'ch.qos.logback:logback-classic:1.5.8'
dependency 'ch.qos.logback.contrib:logback-json-classic:0.1.5'
dependency 'ch.qos.logback.contrib:logback-jackson:0.1.5'
dependency 'org.codehaus.janino:janino:3.1.11'
dependency 'org.codehaus.janino:janino:3.1.12'


dependency 'org.eclipse.persistence:org.eclipse.persistence.jpa:4.0.2'
Expand Down Expand Up @@ -117,10 +117,10 @@ dependencyManagement {
dependency 'jakarta.management.j2ee:jakarta.management.j2ee-api:1.1.4'
dependency 'jakarta.jms:jakarta.jms-api:3.1.0'
dependency 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0'
dependency 'org.glassfish.jersey.media:jersey-media-multipart:3.1.5'
dependency 'org.glassfish.jersey.media:jersey-media-multipart:3.1.8'
dependency 'org.glassfish.jaxb:jaxb-runtime:2.3.6' // Swagger needs exactly this version
dependency 'org.apache.bval:org.apache.bval.bundle:3.0.1'
dependency 'joda-time:joda-time:2.12.7'
dependency 'joda-time:joda-time:2.13.0'

dependency 'io.github.classgraph:classgraph:4.8.175'
dependency 'org.awaitility:awaitility:4.2.2'
Expand Down Expand Up @@ -222,11 +222,11 @@ dependencyManagement {
entry 'json-path'
entry 'xml-path'
}
dependency 'org.apache.groovy:groovy-xml:4.0.22'
dependency 'org.apache.groovy:groovy-json:4.0.22'
dependency 'org.apache.groovy:groovy-xml:4.0.23'
dependency 'org.apache.groovy:groovy-json:4.0.23'

dependency 'org.mapstruct:mapstruct:1.6.0'
dependency 'org.mapstruct:mapstruct-processor:1.6.0'
dependency 'org.mapstruct:mapstruct:1.6.2'
dependency 'org.mapstruct:mapstruct-processor:1.6.2'

dependency "org.apache.avro:avro:1.12.0"

Expand Down

0 comments on commit c4d0a77

Please sign in to comment.