Skip to content

Commit

Permalink
Move up to latest plugin dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalcorn committed Jan 7, 2024
1 parent bd19c07 commit 9999bf1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions server/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright 2017-2022 IBM Corp All Rights Reserved
Copyright 2017-2021 IBM Corp All Rights Reserved
Copyright 2022-2024 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.
You may obtain a copy of the License at
Expand Down Expand Up @@ -44,7 +45,7 @@
<dependency>
<groupId>com.ibm.websphere.appserver.api</groupId>
<artifactId>com.ibm.websphere.appserver.api.jwt</artifactId>
<version>1.1.71</version>
<version>1.1.84</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -68,7 +69,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.5</version>
<version>2.0.10</version>
</dependency>
</dependencies>

Expand All @@ -77,7 +78,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 @@ -86,7 +87,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.12.1</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down

0 comments on commit 9999bf1

Please sign in to comment.