Skip to content

Commit f9e44a7

Browse files
chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.76 to 1.78
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.76 to 1.78. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52a2b09 commit f9e44a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/email_2fa_core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.bouncycastle</groupId>
5757
<artifactId>bcprov-jdk18on</artifactId>
58-
<version>1.78.1</version>
58+
<version>1.78</version>
5959
<scope>provided</scope>
6060
</dependency>
6161
<dependency>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ldapsdk.version>6.0.4</ldapsdk.version>
3232
<resteasy.version>4.7.8.Final</resteasy.version>
3333
<tika.version>2.4.1</tika.version>
34-
<bc.version>1.78.1</bc.version>
34+
<bc.version>1.78</bc.version>
3535
<sonar.projectKey>GluuFederation_casa</sonar.projectKey>
3636
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
3737
<sonar.organization>gluufederation</sonar.organization>
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>org.bouncycastle</groupId>
150150
<artifactId>bcprov-jdk18on</artifactId>
151-
<version>1.76</version>
151+
<version>1.78</version>
152152
</dependency>
153153

154154
<dependency>

0 commit comments

Comments
 (0)