• ■ ■ ■ ■ ■ ■
    pom.xml
    skipped 8 lines
    9 9   <version>1.0.5</version>
    10 10   </parent>
    11 11   <artifactId>commons</artifactId>
    12  - <version>2.0.2</version>
     12 + <version>2.0.3</version>
    13 13   <packaging>pom</packaging>
    14 14   <modules>
    15 15   <module>commons-utils</module>
    skipped 108 lines
    124 124   <dependency>
    125 125   <groupId>org.apache.ant</groupId>
    126 126   <artifactId>ant</artifactId>
    127  - <version>1.9.1</version>
     127 + <version>1.10.9</version>
    128 128   </dependency>
    129 129   <dependency>
    130 130   <groupId>commons-io</groupId>
    skipped 123 lines
    254 254   <dependency>
    255 255   <groupId>junit</groupId>
    256 256   <artifactId>junit</artifactId>
    257  - <version>4.11</version>
     257 + <version>4.13.1</version>
    258 258   </dependency>
    259 259   <dependency>
    260 260   <groupId>org.eclipse.jetty</groupId>
    skipped 8 lines
    269 269   <dependency>
    270 270   <groupId>org.nanohttpd</groupId>
    271 271   <artifactId>nanohttpd</artifactId>
    272  - <version>2.2.0</version>
     272 + <version>2.3.1</version>
    273 273   </dependency>
    274 274   <dependency>
    275 275   <groupId>org.webjars.npm</groupId>
    skipped 22 lines
    298 298   <slf4j.version>1.7.5</slf4j.version>
    299 299   <logback.version>1.0.11</logback.version>
    300 300   <antlr.version>4.7.2</antlr.version>
    301  - <jetty.version>9.4.24.v20191120</jetty.version>
     301 + <jetty.version>9.4.35.v20201120</jetty.version>
    302 302   <wicket.version>7.14.0</wicket.version>
    303 303   <guice.version>4.2.2</guice.version>
    304 304   </properties>
    skipped 2 lines
Please wait...
Page is in error, reload to recover