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 authored and galovics committed Jan 22, 2024
1 parent c372aeb commit 937f922
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3

mock-oauth2-server:
image: ghcr.io/navikt/mock-oauth2-server:2.1.0
image: ghcr.io/navikt/mock-oauth2-server:2.1.1
ports:
- 9000:9000
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:

services:
mariad:
image: mysql:8.2
image: mysql:8.3
ports:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: mysql
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3

mock-oauth2-server:
image: ghcr.io/navikt/mock-oauth2-server:2.1.0
image: ghcr.io/navikt/mock-oauth2-server:2.1.1
ports:
- 9000:9000
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
options: --health-cmd="pg_isready -q -d postgres -U root" --health-interval=5s --health-timeout=2s --health-retries=3

mock-oauth2-server:
image: ghcr.io/navikt/mock-oauth2-server:2.1.0
image: ghcr.io/navikt/mock-oauth2-server:2.1.1
ports:
- 9000:9000
env:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ plugins {
id 'com.github.hierynomus.license' version '0.16.1' apply false
id 'com.github.jk1.dependency-license-report' version '2.5' apply false
id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
id 'org.springframework.boot' version '3.2.1' apply false
id 'org.springframework.boot' version '3.2.2' apply false
id 'net.ltgt.errorprone' version '3.1.0' apply false
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.19' apply false
id 'com.gorylenko.gradle-git-properties' version '2.4.1' apply false
Expand Down
22 changes: 11 additions & 11 deletions buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ dependencyManagement {
mavenBom 'org.slf4j:slf4j-bom:2.0.11'
mavenBom 'io.micrometer:micrometer-bom:1.12.2'
mavenBom 'org.springframework:spring-framework-bom:6.1.3'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.2'
mavenBom 'io.awspring.cloud:spring-cloud-aws-dependencies:3.1.0'
mavenBom 'io.opentelemetry:opentelemetry-bom:1.34.1'
mavenBom 'org.jetbrains.kotlin:kotlin-bom:1.9.22'
mavenBom 'org.junit:junit-bom:5.10.1'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.16.1'
mavenBom 'io.cucumber:cucumber-bom:7.15.0'
mavenBom 'io.netty:netty-bom:4.1.104.Final'
mavenBom 'io.netty:netty-bom:4.1.106.Final'
mavenBom 'org.mockito:mockito-bom:5.9.0'
mavenBom 'software.amazon.awssdk:bom:2.23.3'
mavenBom 'software.amazon.awssdk:bom:2.23.7'
mavenBom 'io.github.resilience4j:resilience4j-bom:2.2.0'
}

Expand All @@ -54,15 +54,15 @@ dependencyManagement {
dependency 'org.eclipse.persistence:org.eclipse.persistence.jpa:4.0.0'
dependency 'com.google.guava:guava:32.0.0-jre'
dependency 'com.google.code.gson:gson:2.10.1'
dependency 'com.google.truth:truth:1.2.0'
dependency 'com.google.truth.extensions:truth-java8-extension:1.2.0'
dependency 'com.google.truth:truth:1.3.0'
dependency 'com.google.truth.extensions:truth-java8-extension:1.3.0'
dependency 'com.google.googlejavaformat:google-java-format:1.19.2'
dependency ('org.apache.commons:commons-email:1.6.0') {
exclude 'com.sun.mail:javax.mail'
exclude 'javax.activation:activation'
}
dependency 'commons-io:commons-io:2.15.1'
dependency 'com.github.librepdf:openpdf:1.3.36'
dependency 'com.github.librepdf:openpdf:1.3.39'
dependency ('org.mnode.ical4j:ical4j:3.2.14') {
exclude 'com.sun.mail:javax.mail'
exclude 'org.codehaus.groovy:groovy'
Expand All @@ -71,7 +71,7 @@ dependencyManagement {
dependency 'org.quartz-scheduler:quartz:2.3.2'
dependency 'org.ehcache:ehcache:3.10.8'
dependency 'com.github.spullara.mustache.java:compiler:0.9.11'
dependency 'com.jayway.jsonpath:json-path:2.8.0'
dependency 'com.jayway.jsonpath:json-path:2.9.0'
dependency 'org.apache.tika:tika-core:2.9.1'
dependency ('org.apache.tika:tika-parser-microsoft-module:2.9.1') {
exclude 'org.bouncycastle:bcprov-jdk15on'
Expand Down Expand Up @@ -171,7 +171,7 @@ dependencyManagement {
exclude 'io.swagger.core.v3:swagger-core'
}

dependency 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.15.1'
dependency 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.15.2'

dependency ('org.apache.activemq:activemq-client:6.0.1') {
exclude 'javax.annotation:javax.annotation-api'
Expand All @@ -198,7 +198,7 @@ dependencyManagement {
dependency ('org.liquibase:liquibase-core:4.25.1') {
exclude 'javax.xml.bind:jaxb-api'
}
dependency 'org.liquibase.ext:liquibase-postgresql:4.25.1'
dependency 'org.liquibase.ext:liquibase-postgresql:4.25.1.1'

dependency ('org.dom4j:dom4j:2.1.4') {
exclude 'relaxngDatatype:relaxngDatatype' // already in com.sun.xml.bind:jaxb-osgi:2.3.0.1
Expand All @@ -221,8 +221,8 @@ dependencyManagement {
entry 'json-path'
entry 'xml-path'
}
dependency 'org.apache.groovy:groovy-xml:4.0.17'
dependency 'org.apache.groovy:groovy-json:4.0.17'
dependency 'org.apache.groovy:groovy-xml:4.0.18'
dependency 'org.apache.groovy:groovy-json:4.0.18'

dependency 'org.mapstruct:mapstruct:1.5.5.Final'
dependency 'org.mapstruct:mapstruct-processor:1.5.5.Final'
Expand Down

0 comments on commit 937f922

Please sign in to comment.