Skip to content

Commit

Permalink
Merge branch 'hotfix-1.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Nov 26, 2022
2 parents 88acc94 + e78d33a commit 68ad9a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>baseCode</name>
<groupId>baseCode</groupId>
<artifactId>baseCode</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<inceptionYear>2003</inceptionYear>
<description>
<![CDATA[Data structures, math and statistics tools, and utilities that are often needed across projects.]]>
Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>2.0.4</version>
</dependency>

<!-- Jena -->
Expand Down Expand Up @@ -224,7 +224,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.6</version>
<version>5.7.1</version>
</dependency>

<!-- Testing utilities -->
Expand All @@ -237,7 +237,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1</version>
<version>4.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 68ad9a7

Please sign in to comment.