Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/teletha/sinobu.git
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Jul 18, 2024
2 parents 9af71f6 + 8f489e0 commit 646f946
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ With a few exceptions, Sinobu and its APIs are designed to be simple to use and
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<version>0.9.14</version>
<scope>test</scope>
<exclusions/>
</dependency>
Expand All @@ -61,14 +61,14 @@ With a few exceptions, Sinobu and its APIs are designed to be simple to use and
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.48.android8</version>
<version>2.0.52.android8</version>
<scope>test</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
<scope>test</scope>
<exclusions/>
</dependency>
Expand All @@ -82,14 +82,14 @@ With a few exceptions, Sinobu and its APIs are designed to be simple to use and
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.0</version>
<version>2.17.2</version>
<scope>test</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-afterburner</artifactId>
<version>2.17.0</version>
<version>2.17.2</version>
<scope>test</scope>
<exclusions/>
</dependency>
Expand All @@ -110,7 +110,7 @@ With a few exceptions, Sinobu and its APIs are designed to be simple to use and
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.2</version>
<version>1.18.1</version>
<scope>test</scope>
<exclusions/>
</dependency>
Expand All @@ -124,7 +124,7 @@ With a few exceptions, Sinobu and its APIs are designed to be simple to use and
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.3</version>
<version>1.5.6</version>
<scope>test</scope>
<exclusions/>
</dependency>
Expand All @@ -138,7 +138,7 @@ With a few exceptions, Sinobu and its APIs are designed to be simple to use and
<dependency>
<groupId>org.tinylog</groupId>
<artifactId>tinylog-impl</artifactId>
<version>2.7.0</version>
<version>2.8.0-M1</version>
<scope>test</scope>
<exclusions/>
</dependency>
Expand Down

0 comments on commit 646f946

Please sign in to comment.