Skip to content

Commit

Permalink
Updating libraries
Browse files Browse the repository at this point in the history
 - commons-io to v2.16.1
 - commons-logging to v1.3.4
 - rhino to v1.7.15
 - bcprov-jdk18on to v1.78.1
 - commons-cli to v1.9.0
 - jcifs to v1.3.17
 - junit to v4.13.2
 - guava to v33.3.0-jre
 - javax.xml.bind:jaxb-api to jakarta.xml.bind:jakarta.xml.bind-api v2.3.3
 - jaxb-core to v3.0.0
 - jaxb-impl to v4.0.5
 - javax.resource:connector-api to jakarta.resource:jakarta.resource-api v2.1.0
 - org.codehaus.groovy:groovy-all to org.apache.groovy:groovy-all v4.0.22
 - api-all to 2.1.7
 - xml-apis to v2.0.2
 - jackson-databind to v2.17.2
  • Loading branch information
abpai94 committed Sep 9, 2024
1 parent 4a1fa4d commit 1488186
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
<staging.dir>${project.build.directory}/staging</staging.dir>
<jmockit-version>1.5</jmockit-version>
<graalvm.version>22.3.1</graalvm.version>
<jackson.version>2.12.7.1</jackson.version>
<compiler.dir>${project.build.directory}/compiler</compiler.dir>
</properties>

Expand Down Expand Up @@ -694,8 +693,8 @@

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<type>jar</type>
<optional>false</optional>
</dependency>
Expand All @@ -709,7 +708,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>1.3.4</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
Expand All @@ -721,7 +720,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<version>2.0.16</version>
<type>jar</type>
<optional>false</optional>
</dependency>
Expand Down Expand Up @@ -749,7 +748,7 @@
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.14</version>
<version>1.7.15</version>
<type>jar</type>
<optional>false</optional>
</dependency>
Expand All @@ -761,21 +760,21 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78</version>
<version>1.78.1</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.9.0</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.samba.jcifs</groupId>
<groupId>jcifs</groupId>
<artifactId>jcifs</artifactId>
<version>1.3.3</version>
<version>1.3.17</version>
<type>jar</type>
<optional>false</optional>
</dependency>
Expand All @@ -801,7 +800,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<type>jar</type>
<optional>false</optional>
</dependency>
Expand All @@ -813,7 +812,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version>
<version>33.3.0-jre</version>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
Expand All @@ -829,54 +828,55 @@
jaxb 2.3.6 with maven-jaxb2-plugin 0.15.1
-->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.3</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0.1</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.6</version>
<version>4.0.5</version>
</dependency>
<dependency>
<groupId>net.java.xadisk</groupId>
<artifactId>xadisk</artifactId>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>javax.resource</groupId>
<artifactId>connector-api</artifactId>
<version>1.5</version>
<groupId>jakarta.resource</groupId>
<artifactId>jakarta.resource-api</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.btm</groupId>
<artifactId>btm</artifactId>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.21</version>
<version>4.0.22</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId>
<version>2.1.3</version>
<version>2.1.7</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>2.17.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 1488186

Please sign in to comment.