Skip to content

Commit

Permalink
Update dependency org.openjdk.nashorn:nashorn-core to v15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent f0679d9 commit 00c1607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mica-laytpl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api project(":mica-core")
api "org.openjdk.nashorn:nashorn-core:15.5"
api "org.openjdk.nashorn:nashorn-core:15.6"
implementation "org.springframework.boot:spring-boot-autoconfigure"
compileOnly "org.springframework.cloud:spring-cloud-context"
annotationProcessor "net.dreamlu:mica-auto"
Expand Down
2 changes: 1 addition & 1 deletion mica-laytpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.5</version>
<version>15.6</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 00c1607

Please sign in to comment.