Skip to content

Commit

Permalink
Update to latest JCR Mock, OSGI Mock, ResourceResolver Mock, Sling Mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 21, 2023
1 parent a3d58c4 commit d3123a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<body>

<release version="5.5.0" date="not released">
<action type="update" dev="sseifert">
Update to latest JCR Mock, OSGI Mock, ResourceResolver Mock, Sling Mock.
</action>
<action type="update" dev="sseifert">
Switch to AEM 6.5.17 as minimum version.
</action>
Expand Down
8 changes: 4 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@
<properties>

<!-- OSGi Mocks -->
<osgi-mock.version>3.4.0</osgi-mock.version>
<osgi-mock.version>3.4.1-SNAPSHOT</osgi-mock.version>

<!-- JCR Mocks -->
<jcr-mock.version>1.6.13-SNAPSHOT</jcr-mock.version>

<!-- Resource Resolver Mock -->
<resourceresolver-mock.version>1.4.4</resourceresolver-mock.version>
<resourceresolver-mock.version>1.4.5-SNAPSHOT</resourceresolver-mock.version>

<!-- Sling Mock -->
<sling-mock.version>3.4.16</sling-mock.version>
<sling-mock.version>3.4.17-SNAPSHOT</sling-mock.version>

<!-- Servlet Helpers -->
<servlet-helpers.version>1.4.6</servlet-helpers.version>

<!-- Sling Mock Oak (testing dependency only) -->
<sling-mock-oak.version>3.1.10-1.44.0</sling-mock-oak.version>
<sling-mock-oak.version>3.1.11-1.44.0-SNAPSHOT</sling-mock-oak.version>

<!-- Loggin in unit tests (testing dependency only) -->
<logging-logback.version>1.0.0</logging-logback.version>
Expand Down

0 comments on commit d3123a8

Please sign in to comment.