Changeset 7251 for SRUClient


Ignore:
Timestamp:
12/20/21 12:36:23 (2 years ago)
Author:
Oliver Schonefeld
Message:
  • update pom.xml (dependencies and plugin versions)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUClient/trunk/pom.xml

    r7183 r7251  
    1818        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1919        <!-- plug-in settings -->
    20         <maven.compiler.source>1.6</maven.compiler.source>
    21         <maven.compiler.target>1.6</maven.compiler.target>
     20        <maven.compiler.source>1.8</maven.compiler.source>
     21        <maven.compiler.target>1.8</maven.compiler.target>
    2222        <!-- versions of common dependencies -->
    23         <slf4j.version>1.7.25</slf4j.version>
     23        <slf4j.version>1.7.32</slf4j.version>
    2424    </properties>
    2525
     
    3434            <groupId>org.apache.httpcomponents</groupId>
    3535            <artifactId>httpclient</artifactId>
    36             <version>4.5.5</version>
     36            <version>4.5.13</version>
    3737        </dependency>
    3838
     
    4949                <groupId>org.apache.maven.plugins</groupId>
    5050                <artifactId>maven-compiler-plugin</artifactId>
    51                 <version>3.6.0</version>
     51                <version>3.8.1</version>
    5252                <configuration>
    5353                    <source>${maven.compiler.source}</source>
     
    5959                <groupId>org.apache.maven.plugins</groupId>
    6060                <artifactId>maven-javadoc-plugin</artifactId>
    61                 <version>2.10.4</version>
     61                <version>3.3.1</version>
    6262                <executions>
    6363                    <execution>
     
    7373                <groupId>org.apache.maven.plugins</groupId>
    7474                <artifactId>maven-source-plugin</artifactId>
    75                 <version>3.0.1</version>
     75                <version>3.2.1</version>
    7676                <executions>
    7777                    <execution>
     
    8282                    </execution>
    8383                </executions>
     84            </plugin>
     85
     86            <plugin>
     87                <groupId>org.apache.maven.plugins</groupId>
     88                <artifactId>maven-deploy-plugin</artifactId>
     89                <version>2.8.2</version>
    8490            </plugin>
    8591        </plugins>
Note: See TracChangeset for help on using the changeset viewer.