Skip to content

Commit

Permalink
Merge pull request #2191 from nordic-institute/dependabot/gradle/src/…
Browse files Browse the repository at this point in the history
…java-minor-patch-b17951c79b
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
2 parents 2190ca3 + c983290 commit 74c7f6b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hibernate = "6.5.2.Final"
mapstruct = "1.5.5.Final"
jackson = "2.17.1"
mockito = "5.12.0"
springBoot = "3.3.0"
springBoot = "3.3.1"
junitJupiter = "5.10.2"
xmlUnit = "2.10.0"
bouncyCastle = "1.78.1"
Expand Down Expand Up @@ -71,7 +71,7 @@ testAutomation-assert = { module = "com.nortal.test:test-automation-assert", ver
testAutomation-restassured = { module = "com.nortal.test:test-automation-restassured", version.ref = "testAutomationFramework" }

jakarta-validationApi = { module = "jakarta.validation:jakarta.validation-api", version = "3.1.0" }
jakarta-servletApi = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.0.0" }
jakarta-servletApi = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
jakarta-injectApi = { module = "jakarta.inject:jakarta.inject-api", version = "2.0.1" }
jakarta-bindApi = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "4.0.2" }
jakarta-soapApi = { module = "jakarta.xml.soap:jakarta.xml.soap-api", version = "3.0.2" }
Expand All @@ -94,7 +94,7 @@ mockito-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref =
apache-commonsCompress = { module = "org.apache.commons:commons-compress", version = "1.26.2" }
apache-commonsLang3 = { module = "org.apache.commons:commons-lang3", version = "3.14.0" }
apache-commonsText = { module = "org.apache.commons:commons-text", version = "1.12.0" }
apache-commonsConfiguration2 = { module = "org.apache.commons:commons-configuration2", version = "2.10.1" }
apache-commonsConfiguration2 = { module = "org.apache.commons:commons-configuration2", version = "2.11.0" }
apache-httpmime = { module = "org.apache.httpcomponents:httpmime", version = "4.5.14" }
apache-cxfToolsValidator = { module = "org.apache.cxf:cxf-tools-validator", version = "4.0.4" }
apache-tikaCore = { module = "org.apache.tika:tika-core", version = "2.9.2" }
Expand Down Expand Up @@ -124,12 +124,12 @@ logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "lo
logback-access = { module = "ch.qos.logback:logback-access", version.ref = "logback" }

assertj-core = { module = "org.assertj:assertj-core", version = "3.26.0" }
wiremock-standalone = { module = "org.wiremock:wiremock-standalone", version = "3.6.0" }
wiremock-standalone = { module = "org.wiremock:wiremock-standalone", version = "3.7.0" }
postgresql = { module = "org.postgresql:postgresql", version = "42.7.3" }
hsqldb = { module = "org.hsqldb:hsqldb", version = "2.7.3" }
liquibase-core = { module = "org.liquibase:liquibase-core", version = "4.28.0" }
xerces-impl = { module = "xerces:xercesImpl", version = "2.12.2" }
feign-hc5 = { module = "io.github.openfeign:feign-hc5", version = "13.2.1" }
feign-hc5 = { module = "io.github.openfeign:feign-hc5", version = "13.3" }
guava = { module = "com.google.guava:guava", version = "33.0.0-jre" }
swagger-annotations = { module = "io.swagger.core.v3:swagger-annotations", version = "2.2.22" }
awaitility = { module = "org.awaitility:awaitility", version = "4.2.1" }
Expand All @@ -147,7 +147,7 @@ systemRules = { module = "com.github.stefanbirkner:system-rules", version = "1.1
semver4j = { module = "org.semver4j:semver4j", version = "5.3.0" }
restAssured = { module = "io.rest-assured:rest-assured", version = "5.4.0" }
cliche = { module = "com.googlecode.clichemaven:cliche", version = "110413" }
acme4j = { module = "org.shredzone.acme4j:acme4j-client", version = "3.2.1" }
acme4j = { module = "org.shredzone.acme4j:acme4j-client", version = "3.3.1" }

[bundles]
metrics = ["metrics-core", "metrics-jmx"]
Expand All @@ -159,5 +159,5 @@ springBoot = { id = "org.springframework.boot", version.ref = "springBoot" }
openapi-generator = { id = "org.openapi.generator", version = "7.6.0" }
sonarqube = { id = "org.sonarqube", version = "5.0.0.4638" }
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
frontendJDK17 = { id = "org.siouan.frontend-jdk17", version = "8.0.0" }
frontendJDK17 = { id = "org.siouan.frontend-jdk17", version = "8.1.0" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }

0 comments on commit 74c7f6b

Please sign in to comment.