Skip to content

Commit

Permalink
Auto-Update Dependencies
Browse files Browse the repository at this point in the history
Updated ${junit.version} from 5.10.1 to 5.10.2
Updated ${slf4j.version} from 2.0.11 to 2.0.12
Updated com.networknt:json-schema-validator:jar:1.3.0 to version 1.3.1
Updated org.apache.opennlp:opennlp-tools:jar:2.3.1 to version 2.3.2
Updated org.assertj:assertj-core:jar:3.25.1 to version 3.25.3
  • Loading branch information
actions-user committed Feb 6, 2024
1 parent fdf8976 commit a7f4649
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion framework/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
Expand Down
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.3.0</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>io.github.ardoco.core</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
<kotlin.version>1.9.22</kotlin.version>

<!-- Plugin Versions -->
<slf4j.version>2.0.11</slf4j.version>
<slf4j.version>2.0.12</slf4j.version>
<spotless.version>2.43.0</spotless.version>
<junit.version>5.10.1</junit.version>
<junit.version>5.10.2</junit.version>
<eclipse-collections.version>12.0.0.M3</eclipse-collections.version>
<jackson.version>2.16.1</jackson.version>
<javaparser.version>3.25.8</javaparser.version>
Expand Down Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.1</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion stages/code-traceability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit a7f4649

Please sign in to comment.