Skip to content

Commit

Permalink
Upgrade Batmass-IO to 1.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed May 15, 2024
1 parent 8125eae commit 8ca0065
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ sourceSets {
}
}

def slf4jVersion = '1.7.26'

dependencies {
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation ('com.github.chhh:batmass-io:1.33.0') {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
implementation files("lib/batmass-io-1.33.1.jar")
// https://mvnrepository.com/artifact/org.apache.commons/commons-math3
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.0'

Expand All @@ -76,11 +72,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.0'
// implementation name: 'msftbx'

// logging
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation 'junit:junit:4.13.1'
//implementation "org.slf4j:slf4j-simple:${slf4jVersion}"
//testImplementation "org.slf4j:slf4j-simple:${slf4jVersion}"

// testing
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
Expand Down
Binary file not shown.
10 changes: 5 additions & 5 deletions lib/batmass-io-1.33.0.pom → lib/batmass-io-1.33.1.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.0</version>
<version>1.33.1</version>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -80,13 +80,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<version>2.0.13</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.9</version>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8ca0065

Please sign in to comment.