Skip to content

Commit

Permalink
Upgrade Batmass-IO to 1.33.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed May 26, 2024
1 parent 8ca0065 commit 238e76c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sourceSets {

dependencies {
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation files("lib/batmass-io-1.33.1.jar")
implementation files("lib/batmass-io-1.33.3.jar")
// https://mvnrepository.com/artifact/org.apache.commons/commons-math3
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.0'

Expand Down
Binary file not shown.
8 changes: 1 addition & 7 deletions lib/batmass-io-1.33.1.pom → lib/batmass-io-1.33.3.pom
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.chhh</groupId>
<artifactId>batmass-io</artifactId>
<version>1.33.1</version>
<version>1.33.3</version>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -77,12 +77,6 @@
<version>1.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand Down

0 comments on commit 238e76c

Please sign in to comment.