Skip to content

Commit

Permalink
chore(deps): upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
heowc committed Nov 16, 2024
1 parent c51f330 commit 89a5dae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions heo-cli/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
plugins {
id 'java-library'
id 'org.springframework.boot' version '3.3.1'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.springframework.boot' version '3.3.5'
id 'io.spring.dependency-management' version '1.1.6'
}

ext {
set('springShellVersion', "3.3.1")
set('springShellVersion', "3.3.3")
}

dependencies {
implementation 'org.springframework.shell:spring-shell-starter'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-lang3:3.17.0'

// implementation 'org.graalvm.polyglot:polyglot:24.0.1'
// runtimeOnly 'org.graalvm.polyglot:js-community:24.0.1'
Expand Down
8 changes: 4 additions & 4 deletions heo-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'org.springframework.boot' version '3.3.1'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.springframework.boot' version '3.3.5'
id 'io.spring.dependency-management' version '1.1.6'
id 'maven-publish'
}

Expand All @@ -13,7 +13,7 @@ bootJar {

dependencyManagement {
imports {
mavenBom "org.springframework.boot:spring-boot-dependencies:3.3.1"
mavenBom "org.springframework.boot:spring-boot-dependencies:3.3.5"
}
}

Expand All @@ -25,7 +25,7 @@ dependencies {
implementation 'org.jgrapht:jgrapht-core:1.5.2'
implementation 'org.jgrapht:jgrapht-io:1.5.2'

implementation 'com.github.javaparser:javaparser-core:3.25.10'
implementation 'com.github.javaparser:javaparser-core:3.26.2'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
Expand Down

0 comments on commit 89a5dae

Please sign in to comment.