Skip to content

Commit ffc14f7

Browse files
version update
1 parent 6256b86 commit ffc14f7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cloud.startup.hook/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</dependency>
8383
<dependency>
8484
<groupId>be.orbinson.aem</groupId>
85-
<artifactId>aem-groovy-console-bundle</artifactId>
85+
<artifactId>aem-groovy-console-api</artifactId>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.osgi</groupId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</dependency>
9696
<dependency>
9797
<groupId>be.orbinson.aem</groupId>
98-
<artifactId>aem-groovy-console-bundle</artifactId>
98+
<artifactId>aem-groovy-console-api</artifactId>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.osgi</groupId>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
<plugin>
392392
<groupId>org.owasp</groupId>
393393
<artifactId>dependency-check-maven</artifactId>
394-
<version>7.4.3</version>
394+
<version>7.4.4</version>
395395
<configuration>
396396
<failBuildOnCVSS>0</failBuildOnCVSS>
397397
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
@@ -535,8 +535,8 @@
535535
</dependency>
536536
<dependency>
537537
<groupId>be.orbinson.aem</groupId>
538-
<artifactId>aem-groovy-console-bundle</artifactId>
539-
<version>18.0.1</version>
538+
<artifactId>aem-groovy-console-api</artifactId>
539+
<version>18.0.3</version>
540540
<scope>provided</scope>
541541
<!-- exclude dependencies -->
542542
<exclusions>
@@ -549,7 +549,7 @@
549549
<dependency>
550550
<groupId>be.orbinson.aem</groupId>
551551
<artifactId>aem-groovy-console-all</artifactId>
552-
<version>18.0.1</version>
552+
<version>18.0.3</version>
553553
<type>zip</type>
554554
<!-- exclude dependencies -->
555555
<exclusions>

0 commit comments

Comments
 (0)