Skip to content

Commit 1b7f259

Browse files
authored
Update Groovy to 3.0.23 (#620)
This updates `org.codehaus.groovy:groovy-all` used by the `stream-applications-release-train` module to `3.0.23` to fix `CVE-2022-4065` from transitive depepdency `org.testng:testng`.
1 parent 6cc9cdd commit 1b7f259

File tree

1 file changed

+3
-2
lines changed
  • stream-applications-release-train/stream-applications-descriptor

1 file changed

+3
-2
lines changed

stream-applications-release-train/stream-applications-descriptor/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
<packaging>jar</packaging>
1616
<properties>
1717
<uniqueVersion>false</uniqueVersion>
18+
<groovy.version>3.0.23</groovy.version>
1819
</properties>
1920
<dependencies>
2021
<dependency>
2122
<groupId>org.codehaus.groovy</groupId>
2223
<artifactId>groovy-all</artifactId>
23-
<version>3.0.17</version>
24+
<version>${groovy.version}</version>
2425
<type>pom</type>
2526
<scope>compile</scope>
2627
</dependency>
@@ -52,7 +53,7 @@
5253
<dependency>
5354
<groupId>org.codehaus.groovy</groupId>
5455
<artifactId>groovy-all</artifactId>
55-
<version>3.0.17</version>
56+
<version>${groovy.version}</version>
5657
<type>pom</type>
5758
</dependency>
5859
</dependencies>

0 commit comments

Comments
 (0)