Skip to content

Commit

Permalink
Merge pull request #358 from boozallen/355-upgrade-core-library-java17
Browse files Browse the repository at this point in the history
#355 upgrade core library to support jdk17
  • Loading branch information
csun-cpointe authored and ewilkins-csi committed Sep 26, 2024
2 parents 52c8535 + 56d49fe commit fc77f20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<version.testcontainers>1.19.8</version.testcontainers>
<version.vault>5.1.0</version.vault>
<version.awaitility>4.0.3</version.awaitility>
<version.plexus.util>3.5.1</version.plexus.util>

<!-- Java EE Dependencies -->
<version.jakarta.cdi>4.0.1</version.jakarta.cdi>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.3.1</version>
<version>${version.plexus.util}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion foundation/foundation-mda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<version>${version.plexus.util}</version>
</dependency>
<dependency>
<groupId>com.boozallen.aissemble</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Provides pluggable messaging functionality to the python messaging client</description>
<packaging>jar</packaging>
<properties>
<byte.buddy>1.14.9</byte.buddy>
<byte.buddy>1.15.1</byte.buddy>
</properties>

<build>
Expand Down

0 comments on commit fc77f20

Please sign in to comment.