Skip to content

Commit

Permalink
build: update java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eiiches committed Feb 6, 2024
1 parent 6a453ef commit ec90dcd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion jackson-jq-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions jackson-jq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>2.1.48</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<version>33.0.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@

<properties>
<org.slf4j-version>1.7.36</org.slf4j-version>
<com.fasterxml.jackson-version>2.14.2</com.fasterxml.jackson-version>
<com.fasterxml.jackson.databind-version>2.14.2</com.fasterxml.jackson.databind-version>
<com.google.auto.service-version>1.0.1</com.google.auto.service-version>
<com.fasterxml.jackson-version>2.16.1</com.fasterxml.jackson-version>
<com.fasterxml.jackson.databind-version>2.16.1</com.fasterxml.jackson.databind-version>
<com.google.auto.service-version>1.1.1</com.google.auto.service-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand All @@ -61,25 +61,25 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.2</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.9.2</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -270,7 +270,7 @@
<dependency>
<groupId>net.java.dev.javacc</groupId>
<artifactId>javacc</artifactId>
<version>7.0.12</version>
<version>7.0.13</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit ec90dcd

Please sign in to comment.