Skip to content

Commit

Permalink
Merge pull request #2419 from nordic-institute/dependabot/gradle/src/…
Browse files Browse the repository at this point in the history
…java-minor-patch-094af94cc3
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
2 parents 632c253 + bf032d8 commit ea737ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jetty = "12.0.14"
jaxb = "4.0.5"
hibernate = "6.5.3.Final"
mapstruct = "1.6.2"
jackson = "2.18.0"
jackson = "2.18.1"
mockito = "5.14.2"
springBoot = "3.3.5"
junitJupiter = "5.11.3"
xmlUnit = "2.10.0"
bouncyCastle = "1.78.1"
bouncyCastle = "1.79"
slf4j = "2.0.16"
testAutomationFramework = "0.2.18"
protoc = "4.28.3"
grpc = "1.67.1"
grpc = "1.68.1"
swaggerParser = "2.1.23"
logback = "1.5.12"
logbackAccess = "2.0.3"
Expand Down Expand Up @@ -102,10 +102,10 @@ apache-httpmime = { module = "org.apache.httpcomponents:httpmime", version = "4.
apache-cxfToolsValidator = { module = "org.apache.cxf:cxf-tools-validator", version.ref = "apacheCxf" }
apache-cxfRtTransportsHttp = { module = "org.apache.cxf:cxf-rt-transports-http", version.ref = "apacheCxf" }
apache-tikaCore = { module = "org.apache.tika:tika-core", version = "3.0.0" }
apache-xmlsec = { module = "org.apache.santuario:xmlsec", version = "4.0.2" }
apache-xmlsec = { module = "org.apache.santuario:xmlsec", version = "4.0.3" }
apache-httpclient = { module = "org.apache.httpcomponents:httpclient", version = "4.5.14" }
apache-httpasyncclient = { module = "org.apache.httpcomponents:httpasyncclient", version = "4.1.5" }
apache-httpclient5 = { module = "org.apache.httpcomponents.client5:httpclient5", version = "5.4" }
apache-httpclient5 = { module = "org.apache.httpcomponents.client5:httpclient5", version = "5.4.1" }
apache-mime4jCore = { module = "org.apache.james:apache-mime4j-core", version = "0.8.7" }
apache-ant = { module = "org.apache.ant:ant", version = "1.10.15" }

Expand All @@ -130,8 +130,8 @@ logback-access = { module = "ch.qos.logback.access:tomcat", version.ref = "logba
assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }
wiremock-standalone = { module = "org.wiremock:wiremock-standalone", version = "3.9.2" }
postgresql = { module = "org.postgresql:postgresql", version = "42.7.4" }
hsqldb = { module = "org.hsqldb:hsqldb", version = "2.7.3" }
liquibase-core = { module = "org.liquibase:liquibase-core", version = "4.29.2" }
hsqldb = { module = "org.hsqldb:hsqldb", version = "2.7.4" }
liquibase-core = { module = "org.liquibase:liquibase-core", version = "4.30.0" }
xerces-impl = { module = "xerces:xercesImpl", version = "2.12.2" }
feign-hc5 = { module = "io.github.openfeign:feign-hc5", version = "13.5" }
guava = { module = "com.google.guava:guava", version = "33.0.0-jre" }
Expand All @@ -152,7 +152,7 @@ semver4j = { module = "org.semver4j:semver4j", version = "5.4.1" }
restAssured = { module = "io.rest-assured:rest-assured", version = "5.5.0" }
cliche = { module = "com.googlecode.clichemaven:cliche", version = "110413" }
acme4j = { module = "org.shredzone.acme4j:acme4j-client", version = "3.4.0" }
jsonUnit-assertj = { module = "net.javacrumbs.json-unit:json-unit-assertj", version = "3.4.1" }
jsonUnit-assertj = { module = "net.javacrumbs.json-unit:json-unit-assertj", version = "3.5.0" }
opentelemetry-instrumentation-annotations = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations", version = "2.9.0" }
archUnit-plugin-core = { module = "com.societegenerale.commons:arch-unit-build-plugin-core", version.ref = "archUnitPlugin" }

Expand All @@ -167,5 +167,5 @@ openapi-generator = { id = "org.openapi.generator", version = "7.9.0" }
sonarqube = { id = "org.sonarqube", version = "5.1.0.4882" }
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
frontendJDK21 = { id = "org.siouan.frontend-jdk21", version = "9.0.0" }
shadow = { id = "com.gradleup.shadow", version = "8.3.3" }
shadow = { id = "com.gradleup.shadow", version = "8.3.5" }
archUnit = { id = "com.societegenerale.commons.arch-unit-gradle-plugin", version.ref = "archUnitPlugin" }

0 comments on commit ea737ac

Please sign in to comment.