Project

General

Profile

« Previous | Next » 

Revision 3837f479

Added by Andreas Müller about 2 years ago

ref #9359 update doxia, objenesis, iiif-apis, xom, Saxon-HE and javassist version in cdmlib

View differences:

pom.xml
39 39
	<unitils.version>3.4.6</unitils.version>
40 40
    <hsqldb.version>2.5.1</hsqldb.version>
41 41
    <httpcomponents.version>4.5.13</httpcomponents.version>
42
    <doxia.version>1.9.1</doxia.version>                <!-- checked 2020-08 -->
42
    <doxia.version>1.11.1</doxia.version>                <!-- checked 2020-08 -->
43 43
    <poi.version>4.1.2</poi.version>                    <!-- checked 2020-08 -->
44 44
    <jackson.version>2.13.1</jackson.version>           <!-- checked 2021-12 -->
45 45
	<commons-logging.version>1.2</commons-logging.version> <!-- checked 2020-08 -->
......
777 777
      <dependency>
778 778
        <groupId>org.objenesis</groupId>
779 779
        <artifactId>objenesis</artifactId>
780
        <version>3.1</version>
780
        <version>3.2</version>
781 781
      </dependency>
782 782
      <dependency>
783 783
        <groupId>org.unitils</groupId>
......
1014 1014
       <dependency>
1015 1015
        <groupId>de.digitalcollections.iiif</groupId>
1016 1016
        <artifactId>iiif-apis</artifactId>
1017
        <version>0.3.8</version>
1017
        <version>0.3.9</version>
1018 1018
      </dependency>
1019 1019
<!--       <dependency> -->
1020 1020
<!--         only for version management iterators depends in different versions from -->
1021
<!--               de.digitalcollections.iiif:iiif-apis:0.3.7 -->
1021
<!--               de.digitalcollections.iiif:iiif-apis:0.3.9 -->
1022 1022
<!--       	<groupId>org.dmfs</groupId> -->
1023 1023
<!--       	<artifactId>iterators</artifactId> -->
1024 1024
<!--       	<version>1.5</version> -->
......
1267 1267
      <dependency>
1268 1268
        <groupId>xom</groupId>
1269 1269
        <artifactId>xom</artifactId>
1270
        <version>1.3.5</version>
1270
        <version>1.3.7</version>
1271 1271
        <exclusions>
1272 1272
          <!-- need to exclude com.ibm.icu:icu4j since it contains an invalid 
1273 1273
            file which causes the jetty-maven-plugin to fail see http://stackoverflow.com/questions/3026956/javassist-failure-in-hibernate-invalid-constant-type-60 -->
......
1281 1281
      <dependency>
1282 1282
        <groupId>net.sf.saxon</groupId>
1283 1283
        <artifactId>Saxon-HE</artifactId>
1284
        <version>10.1</version>
1284
        <version>10.6</version>
1285 1285
      </dependency>
1286 1286
      <!-- ******* http components (ViBRANT)******* -->
1287 1287
      <dependency>
......
1359 1359
      <dependency>
1360 1360
        <groupId>org.javassist</groupId>
1361 1361
        <artifactId>javassist</artifactId>
1362
        <version>3.27.0-GA</version>
1362
        <version>3.28.0-GA</version>
1363 1363
      </dependency>
1364 1364

  
1365 1365
      <!-- ******* SPRING ******* -->

Also available in: Unified diff