Skip to content

Commit 91dc82f

Browse files
Update Bouncy Castle to v2.1.1 (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benedikt Ritter <[email protected]>
1 parent 8077b6d commit 91dc82f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

samples/sample-all-deactivated/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ dependencies {
139139
implementation("org.apache.tomcat:tomcat-websocket-client-api:11.0.8")
140140
implementation("org.apache.velocity:velocity-engine-core:2.4.1")
141141
implementation("org.apache.velocity:velocity:1.7")
142-
implementation("org.bouncycastle:bc-fips-debug:2.1.0")
143-
implementation("org.bouncycastle:bc-fips:2.1.0")
142+
implementation("org.bouncycastle:bc-fips-debug:2.1.1")
143+
implementation("org.bouncycastle:bc-fips:2.1.1")
144144
implementation("org.bouncycastle:bcjmail-jdk15on:1.70")
145145
implementation("org.bouncycastle:bcjmail-jdk15to18:1.81")
146146
implementation("org.bouncycastle:bcjmail-jdk18on:1.81")

samples/sample-all-deactivated/build.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ compileClasspath - Compile classpath for source set 'main'.
147147
+--- org.apache.tomcat:tomcat-websocket-client-api:11.0.8 FAILED
148148
+--- org.apache.velocity:velocity-engine-core:2.4.1 FAILED
149149
+--- org.apache.velocity:velocity:1.7 FAILED
150-
+--- org.bouncycastle:bc-fips-debug:2.1.0 FAILED
151-
+--- org.bouncycastle:bc-fips:2.1.0 FAILED
150+
+--- org.bouncycastle:bc-fips-debug:2.1.1 FAILED
151+
+--- org.bouncycastle:bc-fips:2.1.1 FAILED
152152
+--- org.bouncycastle:bcjmail-jdk15on:1.70 FAILED
153153
+--- org.bouncycastle:bcjmail-jdk15to18:1.81 FAILED
154154
+--- org.bouncycastle:bcjmail-jdk18on:1.81 FAILED

samples/sample-all/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ dependencies {
142142
implementation("org.apache.tomcat:tomcat-websocket-client-api:11.0.8")
143143
implementation("org.apache.velocity:velocity-engine-core:2.4.1")
144144
implementation("org.apache.velocity:velocity:1.7")
145-
implementation("org.bouncycastle:bc-fips-debug:2.1.0")
146-
implementation("org.bouncycastle:bc-fips:2.1.0")
145+
implementation("org.bouncycastle:bc-fips-debug:2.1.1")
146+
implementation("org.bouncycastle:bc-fips:2.1.1")
147147
implementation("org.bouncycastle:bcjmail-jdk15on:1.70")
148148
implementation("org.bouncycastle:bcjmail-jdk15to18:1.81")
149149
implementation("org.bouncycastle:bcjmail-jdk18on:1.81")

samples/sample-all/build.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ compileClasspath - Compile classpath for source set 'main'.
222222
| +--- org.apache.commons:commons-lang3:3.17.0
223223
| \--- org.slf4j:slf4j-api:1.7.36 -> 2.0.17 (*)
224224
+--- org.apache.velocity:velocity:1.7 -> org.apache.velocity:velocity-engine-core:2.4.1 (*)
225-
+--- org.bouncycastle:bc-fips-debug:2.1.0 -> org.bouncycastle:bcprov-jdk18on:1.81
226-
+--- org.bouncycastle:bc-fips:2.1.0 -> org.bouncycastle:bcprov-jdk18on:1.81
225+
+--- org.bouncycastle:bc-fips-debug:2.1.1 -> org.bouncycastle:bcprov-jdk18on:1.81
226+
+--- org.bouncycastle:bc-fips:2.1.1 -> org.bouncycastle:bcprov-jdk18on:1.81
227227
+--- org.bouncycastle:bcjmail-jdk15on:1.70 -> org.bouncycastle:bcmail-jdk18on:1.81
228228
| \--- org.bouncycastle:bcpkix-jdk18on:[1.81,1.82) -> 1.81
229229
| \--- org.bouncycastle:bcutil-jdk18on:[1.81,1.82) -> 1.81

0 commit comments

Comments
 (0)