Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaldassari committed Apr 18, 2024
1 parent 91c27e1 commit d2a6c96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

ext {
baseVersion = '1.0.1'
baseVersion = '1.0.2'

getBranch = {
return project.findProperty('branch') ?: ''
Expand Down Expand Up @@ -55,7 +55,7 @@ java {
}

ext {
graalVersion = '21.3.7'
graalVersion = '21.3.10'
}

dependencies {
Expand All @@ -68,12 +68,12 @@ dependencies {
implementation group: 'org.graalvm.regex', name: 'regex', version: graalVersion

// ICU4J is a GraalVM dependency:
implementation group: 'com.ibm.icu', name: 'icu4j', version: '73.2'
implementation group: 'com.ibm.icu', name: 'icu4j', version: '74.2'

// Test deps:
testImplementation group: 'junit', name: 'junit', version: '4.+'
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.+'
testImplementation group: 'io.undertow', name: 'undertow-core', version: '2.2.26.Final'
testImplementation group: 'io.undertow', name: 'undertow-core', version: '2.2.31.Final'
}

java {
Expand Down

0 comments on commit d2a6c96

Please sign in to comment.