Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Nov 17, 2022
1 parent 149cda6 commit 340b889
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions generate-domino-update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<compiler>1.8</compiler>

<!-- Maven API version. This version should be supported by m2e -->
<maven.api.version>3.3.9</maven.api.version>
<maven.api.version>3.8.6</maven.api.version>
</properties>

<url>https://openntf.org/main.nsf/project.xsp?r=project/NSF%20ODP%20Tooling</url>
Expand Down Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.8</version>
<version>3.5.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.8</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>

Expand All @@ -116,18 +116,18 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.8</version>
<version>1.9</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.5.2</version>
<version>5.9.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 340b889

Please sign in to comment.