Skip to content

Commit

Permalink
Upgrade to latest plugin dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalcorn authored Jan 8, 2024
1 parent fd05dc6 commit 863f505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--
Copyright 2020-2021 IBM Corp All Rights Reserved
Copyright 2022-2023 Kyndryl, 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.
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.9</version>
<version>2.0.10</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -92,7 +92,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down

0 comments on commit 863f505

Please sign in to comment.