Skip to content

Commit

Permalink
Bumping versions (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Mar 20, 2024
1 parent 080956c commit 2d4e216
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,13 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<!-- DEPENDENCY VERSIONS -->
<ant-jsch.version>1.10.8</ant-jsch.version>
<ant-jsch.version>1.10.14</ant-jsch.version>
<jsch.version>0.1.55</jsch.version>
<ant-contrib.version>20020829</ant-contrib.version>
<junit.jupiter.version>5.6.2</junit.jupiter.version>
<ant-contrib.version>1.0b3</ant-contrib.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junit.platform.version>1.6.2</junit.platform.version>
<slf4j.version>1.7.32</slf4j.version>
<jSerialComm.version>2.6.2</jSerialComm.version>
<slf4j.version>2.0.12</slf4j.version>
<jserialcomm.version>2.10.4</jserialcomm.version>
<gson.version>2.8.6</gson.version>
<json.version>20200518</json.version>

Expand All @@ -273,7 +273,7 @@
<maven-resource-plugin.version>3.2.0</maven-resource-plugin.version>
<maven-site-plugin.version>3.9.1</maven-site-plugin.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<maven-gpg-plugin.version>3.2.1</maven-gpg-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-scm-plugin.version>1.11.2</maven-scm-plugin.version>
<maven-bundle-plugin.version>5.1.2</maven-bundle-plugin.version>
Expand All @@ -289,7 +289,7 @@
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>

<!-- REPORTS VERSIONS -->
<maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
<maven-project-info-reports-plugin.version>3.5.0</maven-project-info-reports-plugin.version>

<!-- SPECIAL ACCESS PROPERTIES -->
<!-- These are only used by project committer/publisher -->
Expand Down Expand Up @@ -383,7 +383,7 @@
<dependency>
<groupId>com.fazecast</groupId>
<artifactId>jSerialComm</artifactId>
<version>2.5.1</version>
<version>${jserialcomm.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2d4e216

Please sign in to comment.