Skip to content

Commit

Permalink
Move up to latest plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalcorn committed Dec 19, 2023
1 parent 97fef52 commit df2ac8e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright 2020-2022 IBM Corp All Rights Reserved
Copyright 2020-2021 IBM Corp All Rights Reserved
Copyright 2022-2023 Kyndryl, All Rights Reserved
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -30,7 +31,7 @@
<!-- <parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-app-parent</artifactId>
<version>3.7.1</version>
<version>3.10</version>
</parent>
-->
<properties>
Expand Down Expand Up @@ -67,7 +68,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.5</version>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -82,7 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<packagingExcludes>pom.xml</packagingExcludes>
Expand All @@ -91,7 +92,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.12.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down

0 comments on commit df2ac8e

Please sign in to comment.