Skip to content

Commit

Permalink
chore(deps): update dependency org.bouncycastle:bcpkix-jdk18on to v1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 9fe0ed7 commit 7a03fbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ maven_install(
"org.yaml:snakeyaml:2.3",
"org.flywaydb:flyway-core:10.20.0",
"com.cronutils:cron-utils:9.2.1",
"org.bouncycastle:bcpkix-jdk18on:1.78.1",
"org.bouncycastle:bcpkix-jdk18on:1.79",
"com.lmax:disruptor:4.0.0",

"org.springframework.boot:spring-boot-devtools:3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation 'org.yaml:snakeyaml:2.3'
implementation 'org.flywaydb:flyway-database-postgresql:10.20.0'
implementation 'com.cronutils:cron-utils:9.2.1'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.79'
implementation 'com.lmax:disruptor:4.0.0'

//developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78.1</version>
<version>1.79</version>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
Expand Down

0 comments on commit 7a03fbe

Please sign in to comment.