Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sancretor committed Jan 18, 2022
1 parent da9877c commit 2089d78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@
<!-- json parsing -->
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.7</version>
<version>2.8.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.17.3</version>
<version>4.0.0-rc-2</version>
</dependency>
<dependency>
<!-- openxml generation -->
Expand Down Expand Up @@ -282,6 +282,7 @@
<version>1.0-beta-1</version>
<executions>
<execution>
<?m2e execute onConfiguration?>
<goals>
<goal>native2ascii</goal>
</goals>
Expand Down

0 comments on commit 2089d78

Please sign in to comment.