Skip to content

Commit

Permalink
fix(java): Updated Vulnerable dependencies (#47)
Browse files Browse the repository at this point in the history
fix(java): Updated Vulnerable dependencies #47
  • Loading branch information
supriyamiriyala authored Oct 14, 2024
1 parent beaa239 commit 7f5fae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.factset.protobuf</groupId>
<artifactId>stachextensions</artifactId>
<version>1.3.2</version>
<version>1.4.0</version>

<licenses>
<license>
Expand Down Expand Up @@ -47,7 +47,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<protobuf-version>3.21.8</protobuf-version>
<protobuf-version>3.25.5</protobuf-version>
</properties>

<profiles>
Expand Down Expand Up @@ -157,12 +157,12 @@
<dependency>
<groupId>com.factset.protobuf</groupId>
<artifactId>stach</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.factset.protobuf</groupId>
<artifactId>stach.v2</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 7f5fae3

Please sign in to comment.