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 Jan 7, 2024
1 parent 53eee48 commit 50e69c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright 2017-2022 IBM Corp, All Rights Reserved
Copyright 2022-2023 Kyndryl, 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.
Expand Down Expand Up @@ -73,7 +73,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 @@ -86,7 +86,7 @@
<dependency>
<groupId>com.ibm.db2</groupId>
<artifactId>jcc</artifactId>
<version>11.5.8.0</version>
<version>11.5.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -98,7 +98,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.7.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -135,7 +135,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down

0 comments on commit 50e69c5

Please sign in to comment.