Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java from 3.21.9 to 3.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiyv-improving committed Sep 19, 2024
1 parent 747cfb6 commit 1592f8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,16 @@ dependencies {
testImplementation("software.amazon.awssdk:secretsmanager:2.23.12")

implementation("software.amazon.awssdk:rds:2.25.1")
implementation("com.google.protobuf:protobuf-java:3.21.9")
implementation("com.google.protobuf:protobuf-java:3.25.5")
implementation("com.mchange:c3p0:0.10.1")
implementation("org.javassist:javassist:3.28.0-GA")
implementation("org.slf4j:slf4j-api:2.0.1")
implementation("com.oracle.oci.sdk:oci-java-sdk-common:3.42.0")
implementation("org.checkerframework:checker-qual:3.47.0")
compileOnly("software.amazon.awssdk:secretsmanager:2.23.12")

compileOnly("org.ajoberstar.grgit:grgit-gradle:4.1.1")
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.17.1")
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion src/build/misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.9</version>
<version>3.25.5</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1592f8f

Please sign in to comment.