Skip to content

Commit ce27e8f

Browse files
committed
Fix Trivy scan template dependencies
1 parent 6c82e62 commit ce27e8f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

templates/micronaut/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.micronaut.platform</groupId>
1616
<artifactId>micronaut-parent</artifactId>
17-
<version>4.10.11</version>
17+
<version>4.10.13</version>
1818
<relativePath/>
1919
</parent>
2020

@@ -40,7 +40,7 @@
4040
<!-- Additional dependencies -->
4141
<hamcrest.version>3.0</hamcrest.version>
4242
<logback.version>1.5.25</logback.version>
43-
<netty.version>4.1.132.Final</netty.version>
43+
<netty.version>4.1.133.Final</netty.version>
4444
<jansi.version>2.4.1</jansi.version>
4545

4646
<!-- Maven plugin properties -->

templates/springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.5.13</version>
16+
<version>3.5.14</version>
1717
<relativePath/> <!-- lookup parent from repository -->
1818
</parent>
1919

templates/templates.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ templates:
3131
- src/main/java/com/oracle/coherence/demo/frameworks/helidon/CustomerResource.java
3232

3333
- name: springboot
34-
frameworkVersion: "spring-boot-starter 3.5.4, coherence-spring 4.3.1"
34+
frameworkVersion: "spring-boot-starter 3.5.14, coherence-spring 4.3.1"
3535
instructions: |
3636
To run Spring Boot starter you must have JDK21+ and maven 3.8.5+.
3737
Change to the newly created directory and run the following to build:
@@ -55,7 +55,7 @@ templates:
5555
- src/main/java/com/oracle/coherence/demo/frameworks/springboot/DemoApplication.java
5656

5757
- name: micronaut
58-
frameworkVersion: "micronaut-parent: 4.8.3, micronaut-coherence: 5.0.5"
58+
frameworkVersion: "micronaut-parent: 4.10.13, micronaut-coherence: 5.0.5"
5959
instructions: |
6060
To run Micronaut starter you must have JDK21+ and maven 3.8.5+.
6161
Change to the newly created directory and run the following to build:

0 commit comments

Comments
 (0)