Skip to content

Commit

Permalink
Merge pull request #96 from wanglingsong/dependabot/maven/minor-updat…
Browse files Browse the repository at this point in the history
…es-01fb55722d

Bump the minor-updates group with 10 updates
  • Loading branch information
wanglingsong authored Dec 2, 2023
2 parents 469b689 + 63c1d1d commit f5e5cae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.host.url>http://localhost:32768</sonar.host.url>
<jackson.version>2.15.2</jackson.version>
<jackson.version>2.16.0</jackson.version>
<gson.version>2.10.1</gson.version>
<fastjson.version>2.0.40</fastjson.version>
<fastjson.version>2.0.42</fastjson.version>
</properties>

<developers>
Expand Down Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -190,13 +190,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.11</version>
<version>1.4.14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.5.0</version>
<version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f5e5cae

Please sign in to comment.