Skip to content

Commit

Permalink
Merge pull request #42 from privacybydesign/bump-vuln-deps
Browse files Browse the repository at this point in the history
Chore: bump vulnerable dependencies
  • Loading branch information
ivard authored Mar 21, 2024
2 parents 0f44b39 + 9995e65 commit 2e0e23e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
23 changes: 12 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}
dependencies {
classpath "org.gretty:gretty:4.0.3"
classpath "org.gretty:gretty:4.1.2"
}
}

Expand All @@ -29,21 +29,22 @@ repositories {
}

dependencies {
implementation 'org.glassfish.jersey.core:jersey-server:3.0.0'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet:3.0.0'
implementation 'org.glassfish.jersey.inject:jersey-hk2:3.0.0'
implementation 'ch.qos.logback:logback-classic:1.1.7'
implementation 'org.glassfish.jersey.core:jersey-server:3.0.12'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet:3.0.12'
implementation 'org.glassfish.jersey.inject:jersey-hk2:3.0.12'
implementation 'ch.qos.logback:logback-classic:1.5.3'
implementation 'com.sun.mail:jakarta.mail:2.0.1'
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0'

implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'org.apache.commons:commons-lang3:3.7'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
implementation 'org.bouncycastle:bcprov-jdk15on:1.67'
implementation 'io.jsonwebtoken:jjwt:0.12.5'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:3.0.1'

implementation 'org.irmacard.api:irma_api_common:2.0.0'
// Source dependencies. Check settings.gradle for the source repositories.
implementation 'org.irmacard.api:irma_api_common:v2.0.1'

testImplementation group: 'junit', name: 'junit', version: '4.13.1'
}
Expand Down
5 changes: 5 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
rootProject.name = 'irma_email_issuer'

sourceControl {
gitRepository("https://github.com/privacybydesign/irma_api_common.git") {
producesModule("org.irmacard.api:irma_api_common")
}
}

0 comments on commit 2e0e23e

Please sign in to comment.