Skip to content

Commit

Permalink
Auto-Update Dependencies
Browse files Browse the repository at this point in the history
Updated ${spotless.version} from 2.42.0 to 2.43.0
Updated com.networknt:json-schema-validator:jar:1.1.0 to version 1.2.0
Updated org.xerial:sqlite-jdbc:jar:3.44.1.0 to version 3.45.0.0
  • Loading branch information
actions-user committed Jan 23, 2024
1 parent 0800036 commit 8c836e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.44.1.0</version>
<version>3.45.0.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion framework/text-provider-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>io.github.ardoco.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

<!-- Plugin Versions -->
<slf4j.version>2.0.11</slf4j.version>
<spotless.version>2.42.0</spotless.version>
<spotless.version>2.43.0</spotless.version>
<junit.version>5.10.1</junit.version>
<eclipse-collections.version>12.0.0.M3</eclipse-collections.version>
<jackson.version>2.16.1</jackson.version>
Expand Down

0 comments on commit 8c836e8

Please sign in to comment.