Skip to content

Commit

Permalink
Merge branch 'feature/136_trivy_integration' of github.com:cloudogu/c…
Browse files Browse the repository at this point in the history
…es-build-lib into feature/136_trivy_integration
  • Loading branch information
robertauer committed Nov 28, 2024
2 parents dc31bd4 + 5e5703e commit 6cbd37d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,20 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.8.1</version>
<configuration>
<compilerId>groovy-eclipse-compiler</compilerId>
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-compiler</artifactId>
<version>3.7.0</version>
<version>3.3.0-01</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-batch</artifactId>
<version>3.0.8-01</version>
<version>2.5.6-01</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 6cbd37d

Please sign in to comment.