Skip to content

Commit

Permalink
Merge pull request #2460 from nordic-institute/dependabot/gradle/src/…
Browse files Browse the repository at this point in the history
…java-minor-patch-cdd0912c9f
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
2 parents 7fe64b1 + 6fe8f99 commit 0135cbe
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
# In some cases referincing library directly like 'libs.protobuf.protoc' may not work, possible workaround could be:
# protoc { artifact = libs.protobuf.protoc.get().toString() } where just using 'artifact = libs.protobuf.protoc' causes error

metrics = "4.2.28"
metrics = "4.2.29"
jetty = "12.0.14"
jaxb = "4.0.5"
hibernate = "6.6.2.Final"
mapstruct = "1.6.3"
jackson = "2.18.1"
jackson = "2.18.2"
mockito = "5.14.2"
springBoot = "3.3.5"
springBoot = "3.3.6"
junitJupiter = "5.11.3"
xmlUnit = "2.10.0"
bouncyCastle = "1.79"
slf4j = "2.0.16"
testAutomationFramework = "0.2.18"
protoc = "4.28.3"
grpc = "1.68.1"
swaggerParser = "2.1.23"
protoc = "4.29.0"
grpc = "1.68.2"
swaggerParser = "2.1.24"
logback = "1.5.12"
logbackAccess = "2.0.3"
apacheCxf = "4.0.5"
Expand Down Expand Up @@ -111,7 +111,7 @@ apache-ant = { module = "org.apache.ant:ant", version = "1.10.15" }

commons-cli = { module = "commons-cli:commons-cli", version = "1.9.0" }
commons-codec = { module = "commons-codec:commons-codec", version = "1.17.1" }
commons-io = { module = "commons-io:commons-io", version = "2.17.0" }
commons-io = { module = "commons-io:commons-io", version = "2.18.0" }
commons-collections = { module = "commons-collections:commons-collections", version = "3.2.2" }

swagger-parser = { module = "io.swagger.parser.v3:swagger-parser", version.ref = "swaggerParser" }
Expand All @@ -128,22 +128,22 @@ logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "lo
logback-access = { module = "ch.qos.logback.access:tomcat", version.ref = "logbackAccess" }

assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }
wiremock-standalone = { module = "org.wiremock:wiremock-standalone", version = "3.9.2" }
wiremock-standalone = { module = "org.wiremock:wiremock-standalone", version = "3.10.0" }
postgresql = { module = "org.postgresql:postgresql", version = "42.7.4" }
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" }
swagger-annotations = { module = "io.swagger.core.v3:swagger-annotations", version = "2.2.25" }
swagger-annotations = { module = "io.swagger.core.v3:swagger-annotations", version = "2.2.26" }
awaitility = { module = "org.awaitility:awaitility", version = "4.2.2" }
bucket4j-core = { module = "com.bucket4j:bucket4j-core", version = "8.10.1" }
libpam4j = { module = "org.kohsuke:libpam4j", version = "1.11" }
wsdl4j = { module = "wsdl4j:wsdl4j", version = "1.6.3" }
licenseGradlePlugin = { module = "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin", version = "0.16.1" }
hamcrest = { module = "org.hamcrest:hamcrest", version = "3.0" }
javax-annotationApi = { module = "javax.annotation:javax.annotation-api", version = "1.3.2" }
hikariCP = { module = "com.zaxxer:HikariCP", version = "6.2.0" }
hikariCP = { module = "com.zaxxer:HikariCP", version = "6.2.1" }
saajImpl = { module = "com.sun.xml.messaging.saaj:saaj-impl", version = "3.0.4" }
quartz = { module = "org.quartz-scheduler:quartz", version = "2.5.0" }
antlrST4 = { module = "org.antlr:ST4", version = "4.3.4" }
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 = "4.0.0" }
jsonUnit-assertj = { module = "net.javacrumbs.json-unit:json-unit-assertj", version = "4.1.0" }
opentelemetry-instrumentation-annotations = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations", version = "2.10.0" }
archUnit-plugin-core = { module = "com.societegenerale.commons:arch-unit-build-plugin-core", version.ref = "archUnitPlugin" }

Expand Down

0 comments on commit 0135cbe

Please sign in to comment.