Skip to content

Commit

Permalink
Bump jakarta.el maven resolver and Coherence versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Feb 7, 2024
1 parent d171323 commit 3a94d58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bedrock-coherence/21.06/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<!-- the version of coherence -->
<coherence.version>21.12.4</coherence.version>
<coherence.version>21.12.7</coherence.version>
</properties>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void shouldLaunchCoherenceCacheServer() throws Exception
ClassName.of("com.tangosol.net.Coherence"),
Maven.artifact("com.oracle.coherence.ce",
"coherence",
"21.12.4"),
"21.12.7"),
Console.of(console),
Diagnostics.enabled()))
{
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@
<maven.dependency-check.plugin.version>8.2.1</maven.dependency-check.plugin.version>

<!-- dependency versions -->
<maven.resolver.version>1.9.8</maven.resolver.version>
<maven.resolver.version>1.9.18</maven.resolver.version>
<glassfish.el.version>5.0.0-M1</glassfish.el.version>
<hamcrest.version>2.2</hamcrest.version>
<jakarta.el.version>5.0.0-RC1</jakarta.el.version>
<jakarta.el.version>5.0.1</jakarta.el.version>
<jacoco.version>0.8.7</jacoco.version>
<jsch.version>0.1.55</jsch.version>
<junit.version>4.13.2</junit.version>
Expand Down

0 comments on commit 3a94d58

Please sign in to comment.