Skip to content

Commit

Permalink
Upgrade batmass-io to 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Feb 2, 2024
1 parent 98a5e4a commit 802d79a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.chhh</groupId>
<artifactId>batmass-io</artifactId>
<version>1.28.8</version>
<version>1.30.0</version>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<version>32.1.1-jre</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -42,55 +42,61 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.4.0</version>
<version>6.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.chavaillaz</groupId>
<artifactId>jaxb-stream</artifactId>
<version>1.1.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>3.2.0</version>
<version>3.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jool-java-8</artifactId>
<version>0.9.14</version>
<version>0.9.15</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.4</version>
<version>2.0.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.4</version>
<version>2.0.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.12.1</version>
<version>5.13.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.51.0</version>
<version>1.59.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.51.0</version>
<version>1.59.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -102,13 +108,13 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.11.1</version>
<version>2.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.biojava</groupId>
<artifactId>biojava-ontology</artifactId>
<version>6.0.3</version>
<version>7.0.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -138,13 +144,13 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.39.4.1</version>
<version>3.43.2.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>1.51.0</version>
<version>1.59.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions crystalc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.github.chhh</groupId>
<artifactId>batmass-io</artifactId>
<version>1.28.8</version>
<version>1.30.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -149,11 +149,11 @@
<id>install-external</id>
<phase>clean</phase>
<configuration>
<file>${basedir}/lib/batmass-io-1.28.8.jar</file>
<file>${basedir}/lib/batmass-io-1.30.0.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>com.github.chhh</groupId>
<artifactId>batmass-io</artifactId>
<version>1.28.8</version>
<version>1.30.0</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
Expand Down

0 comments on commit 802d79a

Please sign in to comment.