Skip to content

Commit

Permalink
ID-34: upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mlookaxw committed Jul 17, 2024
1 parent bf1c995 commit 228769b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</developer>
</developers>
<properties>
<revision>0.7.3</revision>
<revision>0.7.4-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -51,8 +51,8 @@
<asciidoctor-plugin.version>2.2.4</asciidoctor-plugin.version>
<flatten-plugin.version>1.5.0</flatten-plugin.version>
<!-- Library versions -->
<jackson.version>2.17.1</jackson.version>
<pf4j.version>3.11.1</pf4j.version>
<jackson.version>2.17.2</jackson.version>
<pf4j.version>3.12.0</pf4j.version>
<log4j.version>2.23.1</log4j.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junit.platform.version>1.10.2</junit.platform.version>
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<relativePath>../../pdk</relativePath>
</parent>
<properties>
<awssdk.version>2.25.63</awssdk.version>
<awssdk.version>2.26.20</awssdk.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 228769b

Please sign in to comment.