Skip to content

Commit

Permalink
Dependency updates: JUnit 4.13.2, jQUDT 1.5, and CMLXOM 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 31, 2022
1 parent 44d231d commit 2f088aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
<version>4.0</version>
<version>4.3</version>
</dependency>
<!-- dependency>
<groupId>org.openscience.cdk</groupId>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.github.egonw</groupId>
<artifactId>jqudt</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
Expand All @@ -95,7 +95,7 @@

<properties>
<cdk.version>2.7.1</cdk.version>
<junit.version>4.13.1</junit.version>
<junit.version>4.13.2</junit.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 2f088aa

Please sign in to comment.