Skip to content

Commit

Permalink
Merge pull request #1024 from govuk-one-login/dependabot/gradle/main/…
Browse files Browse the repository at this point in the history
…org.slf4j-slf4j-simple-2.0.16

BAU: Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.16
  • Loading branch information
DanCorderIPV authored Oct 9, 2024
2 parents a35e425 + f48e6ad commit 3e66862
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion di-ipv-core-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
"com.sparkjava:spark-template-mustache:2.7.1",
"com.nimbusds:oauth2-oidc-sdk:11.20",
"com.google.code.gson:gson:2.11.0",
"org.slf4j:slf4j-simple:2.0.13",
"org.slf4j:slf4j-simple:2.0.16",
"org.yaml:snakeyaml:2.2",
"com.fasterxml.jackson.core:jackson-databind:2.17.2",
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2",
Expand Down
2 changes: 1 addition & 1 deletion di-ipv-credential-issuer-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
"com.fasterxml.jackson.core:jackson-databind:2.17.2",
"com.fasterxml.jackson.core:jackson-annotations:2.18.0",
"com.google.code.gson:gson:2.11.0",
"org.slf4j:slf4j-simple:2.0.13",
"org.slf4j:slf4j-simple:2.0.16",
"software.amazon.awssdk:ssm:2.26.25"

compileOnly 'org.projectlombok:lombok:1.18.34'
Expand Down
2 changes: 1 addition & 1 deletion di-ipv-orchestrator-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
"com.github.spullara.mustache.java:compiler:0.9.14",
"com.nimbusds:oauth2-oidc-sdk:11.20",
"com.fasterxml.jackson.core:jackson-databind:2.17.2",
"org.slf4j:slf4j-simple:2.0.13"
"org.slf4j:slf4j-simple:2.0.16"

testImplementation "org.junit.jupiter:junit-jupiter:5.10.3"
}
Expand Down
2 changes: 1 addition & 1 deletion experian-fraud-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {
implementation "com.sparkjava:spark-core:2.9.4"
implementation 'org.javassist:javassist:3.30.2-GA'
implementation 'org.slf4j:slf4j-simple:2.0.13'
implementation 'org.slf4j:slf4j-simple:2.0.16'
implementation 'com.fasterxml.jackson.core:jackson-core:2.18.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'org.apache.commons:commons-lang3:3.17.0'
Expand Down
2 changes: 1 addition & 1 deletion experian-kbv-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.5'
implementation 'org.javassist:javassist:3.30.2-GA'
implementation 'org.slf4j:slf4j-simple:2.0.13'
implementation 'org.slf4j:slf4j-simple:2.0.16'
implementation group: 'com.sun.xml.messaging.saaj', name: 'saaj-impl', version: '1.5.0'
implementation 'org.eclipse.jetty:jetty-server:9.4.55.v20240627' // https://github.com/govuk-one-login/ipv-stubs/security/dependabot/24
implementation 'org.eclipse.jetty:jetty-webapp:9.4.55.v20240627' // https://github.com/govuk-one-login/ipv-stubs/security/dependabot/26
Expand Down

0 comments on commit 3e66862

Please sign in to comment.