Skip to content

Commit

Permalink
chore(deps): bump the java-minor-patch group across 1 directory with …
Browse files Browse the repository at this point in the history
…9 updates (#2632)
  • Loading branch information
dependabot[bot] authored Feb 14, 2025
1 parent 29be8e8 commit 71c6c8e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions Docker/securityserver/files/etc/xroad/conf.d/acme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ eab-credentials:
members:
'DEV:COM:1234':
#kid: keyid_1
#mac-key: Jzy09jeiXT0yrpZ7ZRmOV0esf4Fs1Z02
#mac-key: 78a6d08bb1d1b91ab116790e1ab59517352fa5e0c8ac360c3a80255d80de2259
auth-kid: keyid_2
auth-mac-key: Yke2zFqPBeKdel4WTpnf9hH9q7hmPh1O
auth-mac-key: addfdbb19965e85623c124a88d085eae50a7f7f4f570989e3a320a81c3119625
sign-kid: keyid_3
sign-mac-key: RugB859khJwluk96E3FdcfeYlcwXJcof
sign-mac-key: 96d7380f5ea8de06912a4520d0adca616848b5e70cb3d0bd748af5b33507ddde
account-keystore-password: testPassword1234
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ eab-credentials:
members:
'DEV:COM:1234':
#kid: keyid_1
#mac-key: Jzy09jeiXT0yrpZ7ZRmOV0esf4Fs1Z02
#mac-key: 78a6d08bb1d1b91ab116790e1ab59517352fa5e0c8ac360c3a80255d80de2259
auth-kid: keyid_2
auth-mac-key: Yke2zFqPBeKdel4WTpnf9hH9q7hmPh1O
auth-mac-key: addfdbb19965e85623c124a88d085eae50a7f7f4f570989e3a320a81c3119625
sign-kid: keyid_3
sign-mac-key: RugB859khJwluk96E3FdcfeYlcwXJcof
sign-mac-key: 96d7380f5ea8de06912a4520d0adca616848b5e70cb3d0bd748af5b33507ddde
account-keystore-password: testPassword1234
6 changes: 3 additions & 3 deletions development/acme2certifier/kid_profiles.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"keyid_1": {
"hmac": "Jzy09jeiXT0yrpZ7ZRmOV0esf4Fs1Z02"
"hmac": "78a6d08bb1d1b91ab116790e1ab59517352fa5e0c8ac360c3a80255d80de2259"
},
"keyid_2": {
"hmac": "Yke2zFqPBeKdel4WTpnf9hH9q7hmPh1O",
"hmac": "addfdbb19965e85623c124a88d085eae50a7f7f4f570989e3a320a81c3119625",
"cahandler": {
"profile_id": "auth"
}
},
"keyid_3": {
"hmac": "RugB859khJwluk96E3FdcfeYlcwXJcof",
"hmac": "96d7380f5ea8de06912a4520d0adca616848b5e70cb3d0bd748af5b33507ddde",
"cahandler": {
"profile_id": "sign"
}
Expand Down
18 changes: 9 additions & 9 deletions src/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ testAutomation-selenide = { module = "com.nortal.test:test-automation-selenide",
testAutomation-assert = { module = "com.nortal.test:test-automation-assert", version.ref = "testAutomationFramework" }
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-validationApi = { module = "jakarta.validation:jakarta.validation-api", version = "3.1.1" }
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" }
Expand All @@ -103,15 +103,15 @@ apache-commonsConfiguration2 = { module = "org.apache.commons:commons-configurat
apache-httpmime = { module = "org.apache.httpcomponents:httpmime", version = "4.5.14" }
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-tikaCore = { module = "org.apache.tika:tika-core", version = "3.1.0" }
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.1" }
apache-httpclient5 = { module = "org.apache.httpcomponents.client5:httpclient5", version = "5.4.2" }
apache-mime4jCore = { module = "org.apache.james:apache-mime4j-core", version = "0.8.7" }

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

Expand All @@ -129,7 +129,7 @@ logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "lo
logback-access = { module = "ch.qos.logback.access:logback-access-tomcat", version.ref = "logbackAccess" }

assertj-core = { module = "org.assertj:assertj-core", version = "3.27.3" }
wiremock-standalone = { module = "org.wiremock:wiremock-standalone", version = "3.10.0" }
wiremock-standalone = { module = "org.wiremock:wiremock-standalone", version = "3.12.0" }
postgresql = { module = "org.postgresql:postgresql", version = "42.7.5" }
hsqldb = { module = "org.hsqldb:hsqldb", version = "2.7.4" }
liquibase-core = { module = "org.liquibase:liquibase-core", version = "4.31.0" }
Expand All @@ -149,10 +149,10 @@ 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" }
systemRules = { module = "com.github.stefanbirkner:system-rules", version = "1.19.0" }
semver4j = { module = "org.semver4j:semver4j", version = "5.5.0" }
semver4j = { module = "org.semver4j:semver4j", version = "5.6.0" }
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" }
acme4j = { module = "org.shredzone.acme4j:acme4j-client", version = "3.5.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" }

Expand All @@ -168,9 +168,9 @@ testAutomation = ["testAutomation-containers", "testAutomation-allure", "testAut

[plugins]
springBoot = { id = "org.springframework.boot", version.ref = "springBoot" }
openapi-generator = { id = "org.openapi.generator", version = "7.9.0" }
openapi-generator = { id = "org.openapi.generator", version = "7.11.0" }
sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" }
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
frontendJDK21 = { id = "org.siouan.frontend-jdk21", version = "10.0.0" }
shadow = { id = "com.gradleup.shadow", version = "8.3.5" }
shadow = { id = "com.gradleup.shadow", version = "8.3.6" }
archUnit = { id = "com.societegenerale.commons.arch-unit-gradle-plugin", version.ref = "archUnitPlugin" }
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ eab-credentials:
members:
"DEV:COM:1234":
auth-kid: keyid_2
auth-mac-key: Yke2zFqPBeKdel4WTpnf9hH9q7hmPh1O
auth-mac-key: addfdbb19965e85623c124a88d085eae50a7f7f4f570989e3a320a81c3119625
sign-kid: keyid_3
sign-mac-key: RugB859khJwluk96E3FdcfeYlcwXJcof
sign-mac-key: 96d7380f5ea8de06912a4520d0adca616848b5e70cb3d0bd748af5b33507ddde

account-keystore-password: testPassword1234

0 comments on commit 71c6c8e

Please sign in to comment.