Skip to content

Commit

Permalink
chore(deps): update dependency org.bouncycastle:bcpkix-jdk18on to v1.…
Browse files Browse the repository at this point in the history
…78.1 (#972)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent a74b60a commit e3e8cb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Expand Up @@ -70,7 +70,7 @@ maven_install(
"org.yaml:snakeyaml:2.2",
"org.flywaydb:flyway-core:10.11.1",
"com.cronutils:cron-utils:9.2.1",
"org.bouncycastle:bcpkix-jdk18on:1.78",
"org.bouncycastle:bcpkix-jdk18on:1.78.1",
"com.lmax:disruptor:4.0.0",

"org.springframework.boot:spring-boot-devtools:3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.flywaydb:flyway-core:10.11.1'
implementation 'com.cronutils:cron-utils:9.2.1'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
implementation 'com.lmax:disruptor:4.0.0'

//developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78</version>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
Expand Down

0 comments on commit e3e8cb2

Please sign in to comment.